Skip to content

Commit

Permalink
v27.2.2 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Nov 15, 2024
1 parent 73b05aa commit 6612175
Show file tree
Hide file tree
Showing 45 changed files with 1,420 additions and 1,230 deletions.
2,414 changes: 1,214 additions & 1,200 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/barcodegenerator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 27.1.58 (2024-11-05)
## 27.2.2 (2024-11-15)

### Barcode

Expand Down
16 changes: 16 additions & 0 deletions components/buttons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

## [Unreleased]

## 27.2.2 (2024-11-15)

### Checkbox

#### Bug Fixes

- `#F95768`- The issue with "Parent element click event `prevented` while clicking on switch component in angular." has been resolved.

## 27.1.58 (2024-11-05)

### Checkbox

#### Bug Fixes

- `#F95768`- The issue with "Checkbox not getting checked while using `usestate` in react" has been resolved.

## 27.1.53 (2024-10-15)

### Checkbox
Expand Down
2 changes: 1 addition & 1 deletion components/buttons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-buttons",
"version": "27.1.53",
"version": "27.1.58",
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/calendars/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 27.1.58 (2024-11-05)
## 27.2.2 (2024-11-15)

### DateTimePicker

Expand Down
9 changes: 9 additions & 0 deletions components/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## [Unreleased]

## 27.2.2 (2024-11-15)

### Chart

#### Bug Fixes

- `#I650135` - The cumulative percentage in the Pareto chart tooltip will display the precise value to two decimal points.
- `#I648361` - The exponential trendline now renders correctly for the datetime axis.

## 27.1.58 (2024-11-05)

### Chart
Expand Down
2 changes: 1 addition & 1 deletion components/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-charts",
"version": "27.1.57",
"version": "27.1.58",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { AccumulationSeriesCollectionDirective, AccumulationSeriesDirective, Acc
import { AccumulationAnnotationsDirective, AccumulationAnnotationDirective, AccumulationAnnotationsPlugin, AccumulationAnnotationPlugin } from './annotations.directive'


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'];
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'];
export const modelProps: string[] = ['dataSource'];

export const testProp: any = getProps({props: properties});
Expand Down
2 changes: 1 addition & 1 deletion components/charts/src/chart/chart.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { SelectedDataIndexesDirective, SelectedDataIndexDirective, SelectedDataI
import { IndicatorsDirective, IndicatorDirective, IndicatorsPlugin, IndicatorPlugin } from './indicators.directive'


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'];
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'];
export const modelProps: string[] = ['dataSource'];

export const testProp: any = getProps({props: properties});
Expand Down
2 changes: 1 addition & 1 deletion components/circulargauge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-circulargauge",
"version": "27.1.57",
"version": "27.1.58",
"description": "Essential JS 2 CircularGauge Components for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/diagrams/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-diagrams",
"version": "27.1.57",
"version": "27.1.58",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
8 changes: 8 additions & 0 deletions components/documenteditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 27.2.2 (2024-11-15)

### DocumentEditor

#### Bug Fixes

- `#I650912` - Resolved the comment pane is not shown issue while inserting the empty comment.

## 27.1.58 (2024-11-05)

### DocumentEditor
Expand Down
2 changes: 1 addition & 1 deletion components/documenteditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-documenteditor",
"version": "27.1.57",
"version": "27.1.58",
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/dropdowns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 27.1.58 (2024-11-05)
## 27.2.2 (2024-11-15)

### ComboBox

Expand Down
8 changes: 8 additions & 0 deletions components/filemanager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 27.2.2 (2024-11-15)

### FileManager

#### Bug Fixes

- `#I649098` - Fixed a console error that occurred during drag-and-drop in the File Manager component when using the NodeJS service.

## 27.1.55 (2024-10-22)

### FileManager
Expand Down
10 changes: 10 additions & 0 deletions components/gantt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased]

## 27.2.2 (2024-11-15)

### GanttChart

#### Bug fixes

- `#644829` - Words and taskbar alignment are misaligned in pdf file when row height is less than 20 issue has been fixed.
- `#I645725` - Console error occurs when taskbar drag and drop with touch interaction issue has been fixed.
- `#I646644` - Console error occurs while dependency has decimal offset day values issue has been fixed.

## 27.1.58 (2024-11-05)

### GanttChart
Expand Down
2 changes: 1 addition & 1 deletion components/gantt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-gantt",
"version": "27.1.57",
"version": "27.1.58",
"description": "Essential JS 2 Gantt Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
16 changes: 16 additions & 0 deletions components/grids/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

## [Unreleased]

## 27.2.2 (2024-11-15)

### Grid

#### Bug fixes

- `#I643163` - Resolved a script error that occurred during cell selection when `virtualization` was enabled.
- `#I621506`, `#I622810` - Provided icons for column chooser, autofit all columns, autofit column in adaptive view.
- `#FB62665` - Resolved type error in filter `itemTemplate` when binding functions.
- `#I646099` - Resolved `rowSelecting` and `RowDeselected` event arguments are `undefined` when `virtualization` is enabled.
- `#I648525` - Resolved an issue where deleting a record from the command column would not work when the delete confirmation dialog was enabled.
- `#FB62045` - Resolved the on-demand for excel/checkbox filtering in custom binding.
- `#I645596` - Resolved a resized column width resets after column reorder when `autofitColumns` method is invoked during initial rendering.
- `#I639180` - The issue with the `ODataV4Adaptor` checkbox filtering not functioning correctly when using an external `where` filter query has been resolved.
- `#I645754` - Fixed an issue that caused an error when opening the column chooser in vertical row rendering mode within `AdaptiveUI` mobile mode.

## 27.1.58 (2024-11-05)

### Grid
Expand Down
2 changes: 1 addition & 1 deletion components/grids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-grids",
"version": "27.1.57",
"version": "27.1.58",
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
6 changes: 3 additions & 3 deletions components/grids/src/grid/grid.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ export let GridComponent: DefineVueComponent<GridModel> = vueDefineComponent({
getColumnByField(field: string): Object {
return this.ej2Instances.getColumnByField(field);
},
getColumnByUid(uid: string): Object {
return this.ej2Instances.getColumnByUid(uid);
getColumnByUid(uid: string, isColumns?: boolean): Object {
return this.ej2Instances.getColumnByUid(uid, isColumns);
},
getColumnFieldNames(): string[] {
return this.ej2Instances.getColumnFieldNames();
Expand Down Expand Up @@ -577,7 +577,7 @@ export type GridComponent = typeof ComponentBase & {
getBatchChanges(): Object;
getCellFromIndex(rowIndex: number, columnIndex: number): Object;
getColumnByField(field: string): Object;
getColumnByUid(uid: string): Object;
getColumnByUid(uid: string, isColumns?: boolean): Object;
getColumnFieldNames(): string[];
getColumnHeaderByField(field: string): Object;
getColumnHeaderByIndex(index: number): Object;
Expand Down
2 changes: 1 addition & 1 deletion components/imageeditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 27.1.58 (2024-11-05)
## 27.2.2 (2024-11-15)

### Image Editor

Expand Down
14 changes: 14 additions & 0 deletions components/inputs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## [Unreleased]

## 27.2.2 (2024-11-15)

### Uploader

#### Bug Fixes

- `#I648755` - Fixed an issue where, with sequential upload enabled, if the first file is paused, the second file will not automatically start uploading.

### TextBox

#### Bug Fixes

- `#I648833` - Fixed an issue with the floating label and border changes that occur upon clicking the reset button.

## 27.1.58 (2024-11-05)

### NumericTextBox
Expand Down
2 changes: 1 addition & 1 deletion components/inputs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-inputs",
"version": "27.1.55",
"version": "27.1.58",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/kanban/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 27.1.58 (2024-11-05)
## 27.2.2 (2024-11-15)

### Kanban

Expand Down
2 changes: 1 addition & 1 deletion components/lineargauge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-lineargauge",
"version": "16.41.0",
"version": "27.1.50",
"description": "Essential JS 2 LinearGauge Components for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
20 changes: 20 additions & 0 deletions components/navigations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

## [Unreleased]

## 27.2.2 (2024-11-15)

### TreeView

#### Bug Fixes

- `#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.

### Tab

#### Bug Fixes

- `#I644385` - An issue that prevented access to the `refreshOverflow` method in the Tab has been resolved.

### Toolbar

#### Bug Fixes

- `#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

## 27.1.58 (2024-11-05)

### Tab
Expand Down
2 changes: 1 addition & 1 deletion components/navigations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-navigations",
"version": "27.1.57",
"version": "27.1.58",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
4 changes: 4 additions & 0 deletions components/navigations/src/tab/tab.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ export let TabComponent: DefineVueComponent<TabModel> = vueDefineComponent({
refreshActiveTabBorder(): void {
return this.ej2Instances.refreshActiveTabBorder();
},
refreshOverflow(): void {
return this.ej2Instances.refreshOverflow();
},
removeTab(index: number): void {
return this.ej2Instances.removeTab(index);
},
Expand Down Expand Up @@ -150,6 +153,7 @@ export type TabComponent = typeof ComponentBase & {
refresh(): void;
refreshActiveTab(): void;
refreshActiveTabBorder(): void;
refreshOverflow(): void;
removeTab(index: number): void;
select(args: number | Object, event?: Object): void
};
Expand Down
11 changes: 11 additions & 0 deletions components/pdfviewer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## [Unreleased]

## 27.2.2 (2024-11-15)

### PDF Viewer

#### Bug Fixes

- `#I645043` - Now, the radio button field data is not lost when scrolling through the provided document.
- `#I648250` - Now, the form field drag element is active when moving form fields.
- `#I646730` - Now, the Text Selection and Pan keyboard shortcuts are disabled when the corresponding options are not available in the toolbar.
- `#I635071` - Now, the checkbox form fields are properly checked in the downloaded document.

## 27.1.58 (2024-11-05)

### PDF Viewer
Expand Down
2 changes: 1 addition & 1 deletion components/pdfviewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-pdfviewer",
"version": "27.1.57",
"version": "27.1.58",
"description": "Essential JS 2 PDF viewer Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/pivotview/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 27.1.58 (2024-11-05)
## 27.2.2 (2024-11-15)

### Pivot Table

Expand Down
10 changes: 10 additions & 0 deletions components/popups/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased]

## 27.2.2 (2024-11-15)

### Dialog

#### Bug Fixes

- `#I646678` - Fixed an issue where the dialog would not close when the Escape key was pressed.

- `#FB60123` - Fixed an issue where dynamically changing the dialog target caused the dialog element to remain stuck in its previous DOM position.

## 27.1.58 (2024-11-05)

### Dialog
Expand Down
2 changes: 1 addition & 1 deletion components/popups/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-popups",
"version": "27.1.57",
"version": "27.1.58",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
Loading

0 comments on commit 6612175

Please sign in to comment.