Skip to content

Commit 6612175

Browse files
author
pipeline
committed
v27.2.2 is released
1 parent 73b05aa commit 6612175

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1420
-1230
lines changed

README.md

+1,214-1,200
Large diffs are not rendered by default.

components/barcodegenerator/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 27.1.58 (2024-11-05)
5+
## 27.2.2 (2024-11-15)
66

77
### Barcode
88

components/buttons/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
## [Unreleased]
44

5+
## 27.2.2 (2024-11-15)
6+
7+
### Checkbox
8+
9+
#### Bug Fixes
10+
11+
- `#F95768`- The issue with "Parent element click event `prevented` while clicking on switch component in angular." has been resolved.
12+
13+
## 27.1.58 (2024-11-05)
14+
15+
### Checkbox
16+
17+
#### Bug Fixes
18+
19+
- `#F95768`- The issue with "Checkbox not getting checked while using `usestate` in react" has been resolved.
20+
521
## 27.1.53 (2024-10-15)
622

723
### Checkbox

components/buttons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-buttons",
3-
"version": "27.1.53",
3+
"version": "27.1.58",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/calendars/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 27.1.58 (2024-11-05)
5+
## 27.2.2 (2024-11-15)
66

77
### DateTimePicker
88

components/charts/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 27.2.2 (2024-11-15)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I650135` - The cumulative percentage in the Pareto chart tooltip will display the precise value to two decimal points.
12+
- `#I648361` - The exponential trendline now renders correctly for the datetime axis.
13+
514
## 27.1.58 (2024-11-05)
615

716
### Chart

components/charts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-charts",
3-
"version": "27.1.57",
3+
"version": "27.1.58",
44
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/src/accumulation-chart/accumulationchart.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { AccumulationSeriesCollectionDirective, AccumulationSeriesDirective, Acc
77
import { AccumulationAnnotationsDirective, AccumulationAnnotationDirective, AccumulationAnnotationsPlugin, AccumulationAnnotationPlugin } from './annotations.directive'
88

99

10-
export const properties: string[] = ['isLazyUpdate', 'plugins', 'allowExport', 'annotations', 'background', 'backgroundImage', 'border', 'center', 'centerLabel', 'currencyCode', 'dataSource', 'enableAnimation', 'enableBorderOnMouseMove', 'enableExport', 'enablePersistence', 'enableRtl', 'enableSmartLabels', 'height', 'highlightColor', 'highlightMode', 'highlightPattern', 'isMultiSelect', 'legendSettings', 'locale', 'margin', 'selectedDataIndexes', 'selectionMode', 'selectionPattern', 'series', 'subTitle', 'subTitleStyle', 'theme', 'title', 'titleStyle', 'tooltip', 'useGroupingSeparator', 'width', 'afterExport', 'animationComplete', 'annotationRender', 'beforePrint', 'beforeResize', 'chartDoubleClick', 'chartMouseClick', 'chartMouseDown', 'chartMouseLeave', 'chartMouseMove', 'chartMouseUp', 'legendClick', 'legendRender', 'load', 'loaded', 'pointClick', 'pointMove', 'pointRender', 'resized', 'selectionComplete', 'seriesRender', 'textRender', 'tooltipRender'];
10+
export const properties: string[] = ['isLazyUpdate', 'plugins', 'allowExport', 'annotations', 'background', 'backgroundImage', 'border', 'center', 'centerLabel', 'currencyCode', 'dataSource', 'enableAnimation', 'enableBorderOnMouseMove', 'enableExport', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableSmartLabels', 'height', 'highlightColor', 'highlightMode', 'highlightPattern', 'isMultiSelect', 'legendSettings', 'locale', 'margin', 'selectedDataIndexes', 'selectionMode', 'selectionPattern', 'series', 'subTitle', 'subTitleStyle', 'theme', 'title', 'titleStyle', 'tooltip', 'useGroupingSeparator', 'width', 'afterExport', 'animationComplete', 'annotationRender', 'beforePrint', 'beforeResize', 'chartDoubleClick', 'chartMouseClick', 'chartMouseDown', 'chartMouseLeave', 'chartMouseMove', 'chartMouseUp', 'legendClick', 'legendRender', 'load', 'loaded', 'pointClick', 'pointMove', 'pointRender', 'resized', 'selectionComplete', 'seriesRender', 'textRender', 'tooltipRender'];
1111
export const modelProps: string[] = ['dataSource'];
1212

1313
export const testProp: any = getProps({props: properties});

components/charts/src/chart/chart.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { SelectedDataIndexesDirective, SelectedDataIndexDirective, SelectedDataI
1818
import { IndicatorsDirective, IndicatorDirective, IndicatorsPlugin, IndicatorPlugin } from './indicators.directive'
1919

2020

21-
export const properties: string[] = ['isLazyUpdate', 'plugins', 'allowExport', 'allowMultiSelection', 'annotations', 'axes', 'background', 'backgroundImage', 'border', 'chartArea', 'columns', 'crosshair', 'currencyCode', 'dataSource', 'description', 'enableAnimation', 'enableAutoIntervalOnBothAxis', 'enableCanvas', 'enableExport', 'enablePersistence', 'enableRtl', 'enableSideBySidePlacement', 'height', 'highlightColor', 'highlightMode', 'highlightPattern', 'indicators', 'isMultiSelect', 'isTransposed', 'legendSettings', 'locale', 'margin', 'palettes', 'primaryXAxis', 'primaryYAxis', 'rangeColorSettings', 'rows', 'selectedDataIndexes', 'selectionMode', 'selectionPattern', 'series', 'subTitle', 'subTitleStyle', 'tabIndex', 'theme', 'title', 'titleStyle', 'tooltip', 'useGroupingSeparator', 'width', 'zoomSettings', 'afterExport', 'animationComplete', 'annotationRender', 'axisLabelClick', 'axisLabelRender', 'axisMultiLabelRender', 'axisRangeCalculated', 'beforeExport', 'beforePrint', 'beforeResize', 'chartDoubleClick', 'chartMouseClick', 'chartMouseDown', 'chartMouseLeave', 'chartMouseMove', 'chartMouseUp', 'drag', 'dragComplete', 'dragEnd', 'dragStart', 'legendClick', 'legendRender', 'load', 'loaded', 'multiLevelLabelClick', 'onZooming', 'pointClick', 'pointDoubleClick', 'pointMove', 'pointRender', 'resized', 'scrollChanged', 'scrollEnd', 'scrollStart', 'selectionComplete', 'seriesRender', 'sharedTooltipRender', 'textRender', 'tooltipRender', 'zoomComplete'];
21+
export const properties: string[] = ['isLazyUpdate', 'plugins', 'allowExport', 'allowMultiSelection', 'annotations', 'axes', 'background', 'backgroundImage', 'border', 'chartArea', 'columns', 'crosshair', 'currencyCode', 'dataSource', 'description', 'enableAnimation', 'enableAutoIntervalOnBothAxis', 'enableCanvas', 'enableExport', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableSideBySidePlacement', 'height', 'highlightColor', 'highlightMode', 'highlightPattern', 'indicators', 'isMultiSelect', 'isTransposed', 'legendSettings', 'locale', 'margin', 'palettes', 'primaryXAxis', 'primaryYAxis', 'rangeColorSettings', 'rows', 'selectedDataIndexes', 'selectionMode', 'selectionPattern', 'series', 'subTitle', 'subTitleStyle', 'tabIndex', 'theme', 'title', 'titleStyle', 'tooltip', 'useGroupingSeparator', 'width', 'zoomSettings', 'afterExport', 'animationComplete', 'annotationRender', 'axisLabelClick', 'axisLabelRender', 'axisMultiLabelRender', 'axisRangeCalculated', 'beforeExport', 'beforePrint', 'beforeResize', 'chartDoubleClick', 'chartMouseClick', 'chartMouseDown', 'chartMouseLeave', 'chartMouseMove', 'chartMouseUp', 'drag', 'dragComplete', 'dragEnd', 'dragStart', 'legendClick', 'legendRender', 'load', 'loaded', 'multiLevelLabelClick', 'onZooming', 'pointClick', 'pointDoubleClick', 'pointMove', 'pointRender', 'resized', 'scrollChanged', 'scrollEnd', 'scrollStart', 'selectionComplete', 'seriesRender', 'sharedTooltipRender', 'textRender', 'tooltipRender', 'zoomComplete'];
2222
export const modelProps: string[] = ['dataSource'];
2323

2424
export const testProp: any = getProps({props: properties});

components/circulargauge/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-circulargauge",
3-
"version": "27.1.57",
3+
"version": "27.1.58",
44
"description": "Essential JS 2 CircularGauge Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-diagrams",
3-
"version": "27.1.57",
3+
"version": "27.1.58",
44
"description": "Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 27.2.2 (2024-11-15)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I650912` - Resolved the comment pane is not shown issue while inserting the empty comment.
12+
513
## 27.1.58 (2024-11-05)
614

715
### DocumentEditor

components/documenteditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-documenteditor",
3-
"version": "27.1.57",
3+
"version": "27.1.58",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 27.1.58 (2024-11-05)
5+
## 27.2.2 (2024-11-15)
66

77
### ComboBox
88

components/filemanager/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 27.2.2 (2024-11-15)
6+
7+
### FileManager
8+
9+
#### Bug Fixes
10+
11+
- `#I649098` - Fixed a console error that occurred during drag-and-drop in the File Manager component when using the NodeJS service.
12+
513
## 27.1.55 (2024-10-22)
614

715
### FileManager

components/gantt/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 27.2.2 (2024-11-15)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#644829` - Words and taskbar alignment are misaligned in pdf file when row height is less than 20 issue has been fixed.
12+
- `#I645725` - Console error occurs when taskbar drag and drop with touch interaction issue has been fixed.
13+
- `#I646644` - Console error occurs while dependency has decimal offset day values issue has been fixed.
14+
515
## 27.1.58 (2024-11-05)
616

717
### GanttChart

components/gantt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-gantt",
3-
"version": "27.1.57",
3+
"version": "27.1.58",
44
"description": "Essential JS 2 Gantt Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
## [Unreleased]
44

5+
## 27.2.2 (2024-11-15)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#I643163` - Resolved a script error that occurred during cell selection when `virtualization` was enabled.
12+
- `#I621506`, `#I622810` - Provided icons for column chooser, autofit all columns, autofit column in adaptive view.
13+
- `#FB62665` - Resolved type error in filter `itemTemplate` when binding functions.
14+
- `#I646099` - Resolved `rowSelecting` and `RowDeselected` event arguments are `undefined` when `virtualization` is enabled.
15+
- `#I648525` - Resolved an issue where deleting a record from the command column would not work when the delete confirmation dialog was enabled.
16+
- `#FB62045` - Resolved the on-demand for excel/checkbox filtering in custom binding.
17+
- `#I645596` - Resolved a resized column width resets after column reorder when `autofitColumns` method is invoked during initial rendering.
18+
- `#I639180` - The issue with the `ODataV4Adaptor` checkbox filtering not functioning correctly when using an external `where` filter query has been resolved.
19+
- `#I645754` - Fixed an issue that caused an error when opening the column chooser in vertical row rendering mode within `AdaptiveUI` mobile mode.
20+
521
## 27.1.58 (2024-11-05)
622

723
### Grid

components/grids/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-grids",
3-
"version": "27.1.57",
3+
"version": "27.1.58",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/src/grid/grid.component.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ export let GridComponent: DefineVueComponent<GridModel> = vueDefineComponent({
227227
getColumnByField(field: string): Object {
228228
return this.ej2Instances.getColumnByField(field);
229229
},
230-
getColumnByUid(uid: string): Object {
231-
return this.ej2Instances.getColumnByUid(uid);
230+
getColumnByUid(uid: string, isColumns?: boolean): Object {
231+
return this.ej2Instances.getColumnByUid(uid, isColumns);
232232
},
233233
getColumnFieldNames(): string[] {
234234
return this.ej2Instances.getColumnFieldNames();
@@ -577,7 +577,7 @@ export type GridComponent = typeof ComponentBase & {
577577
getBatchChanges(): Object;
578578
getCellFromIndex(rowIndex: number, columnIndex: number): Object;
579579
getColumnByField(field: string): Object;
580-
getColumnByUid(uid: string): Object;
580+
getColumnByUid(uid: string, isColumns?: boolean): Object;
581581
getColumnFieldNames(): string[];
582582
getColumnHeaderByField(field: string): Object;
583583
getColumnHeaderByIndex(index: number): Object;

components/imageeditor/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 27.1.58 (2024-11-05)
5+
## 27.2.2 (2024-11-15)
66

77
### Image Editor
88

components/inputs/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 27.2.2 (2024-11-15)
6+
7+
### Uploader
8+
9+
#### Bug Fixes
10+
11+
- `#I648755` - Fixed an issue where, with sequential upload enabled, if the first file is paused, the second file will not automatically start uploading.
12+
13+
### TextBox
14+
15+
#### Bug Fixes
16+
17+
- `#I648833` - Fixed an issue with the floating label and border changes that occur upon clicking the reset button.
18+
519
## 27.1.58 (2024-11-05)
620

721
### NumericTextBox

components/inputs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-inputs",
3-
"version": "27.1.55",
3+
"version": "27.1.58",
44
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/kanban/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 27.1.58 (2024-11-05)
5+
## 27.2.2 (2024-11-15)
66

77
### Kanban
88

components/lineargauge/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-lineargauge",
3-
"version": "16.41.0",
3+
"version": "27.1.50",
44
"description": "Essential JS 2 LinearGauge Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/navigations/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
## [Unreleased]
44

5+
## 27.2.2 (2024-11-15)
6+
7+
### TreeView
8+
9+
#### Bug Fixes
10+
11+
- `#I650340` - The alignment issue in the TreeView component, which occurred when using the IconCss field property with the e-icons class while enabling checkbox support, has been resolved.
12+
13+
### Tab
14+
15+
#### Bug Fixes
16+
17+
- `#I644385` - An issue that prevented access to the `refreshOverflow` method in the Tab has been resolved.
18+
19+
### Toolbar
20+
21+
#### Bug Fixes
22+
23+
- `#I635313` - An issue with the Column Chooser in the grid, where the JAWS screen reader was reading items twice due to toolbar styles, has been resolved
24+
525
## 27.1.58 (2024-11-05)
626

727
### Tab

components/navigations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-navigations",
3-
"version": "27.1.57",
3+
"version": "27.1.58",
44
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/navigations/src/tab/tab.component.ts

+4
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ export let TabComponent: DefineVueComponent<TabModel> = vueDefineComponent({
117117
refreshActiveTabBorder(): void {
118118
return this.ej2Instances.refreshActiveTabBorder();
119119
},
120+
refreshOverflow(): void {
121+
return this.ej2Instances.refreshOverflow();
122+
},
120123
removeTab(index: number): void {
121124
return this.ej2Instances.removeTab(index);
122125
},
@@ -150,6 +153,7 @@ export type TabComponent = typeof ComponentBase & {
150153
refresh(): void;
151154
refreshActiveTab(): void;
152155
refreshActiveTabBorder(): void;
156+
refreshOverflow(): void;
153157
removeTab(index: number): void;
154158
select(args: number | Object, event?: Object): void
155159
};

components/pdfviewer/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 27.2.2 (2024-11-15)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I645043` - Now, the radio button field data is not lost when scrolling through the provided document.
12+
- `#I648250` - Now, the form field drag element is active when moving form fields.
13+
- `#I646730` - Now, the Text Selection and Pan keyboard shortcuts are disabled when the corresponding options are not available in the toolbar.
14+
- `#I635071` - Now, the checkbox form fields are properly checked in the downloaded document.
15+
516
## 27.1.58 (2024-11-05)
617

718
### PDF Viewer

components/pdfviewer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-pdfviewer",
3-
"version": "27.1.57",
3+
"version": "27.1.58",
44
"description": "Essential JS 2 PDF viewer Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 27.1.58 (2024-11-05)
5+
## 27.2.2 (2024-11-15)
66

77
### Pivot Table
88

components/popups/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 27.2.2 (2024-11-15)
6+
7+
### Dialog
8+
9+
#### Bug Fixes
10+
11+
- `#I646678` - Fixed an issue where the dialog would not close when the Escape key was pressed.
12+
13+
- `#FB60123` - Fixed an issue where dynamically changing the dialog target caused the dialog element to remain stuck in its previous DOM position.
14+
515
## 27.1.58 (2024-11-05)
616

717
### Dialog

components/popups/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-popups",
3-
"version": "27.1.57",
3+
"version": "27.1.58",
44
"description": "A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)