Skip to content

Commit

Permalink
v23.1.38 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Sep 26, 2023
1 parent 47e1f81 commit ea74546
Show file tree
Hide file tree
Showing 537 changed files with 5,175 additions and 49 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1202,14 +1202,13 @@
## Showcase Applications
* [IT Asset Management](https://ej2.syncfusion.com/showcase/vue/assetmanagement?utm_source=npm&utm_campaign=ej2-vue-ui-components)
## Support
For any questions or assistance, you can:
* Visit the [Syncfusion support portal](https://support.syncfusion.com/).
* Post your queries on the [community forums](https://www.syncfusion.com/forums).
* Renew your subscription by clicking [here](https://www.syncfusion.com/sales/products?utm_source=github&utm_medium=listing&utm_campaign=ej2-vue-ui-components) or contacting our sales team at <[email protected]>.
* If you have specific feature requests or suggestions, please submit them through our [feedback portal](https://www.syncfusion.com/feedback/vue).
Product support is available for through following mediums.
* Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_campaign=ej2-vue-ui-components) support system or [Community forum](https://www.syncfusion.com/forums/vue?utm_source=npm&utm_campaign=ej2-vue-ui-components).
* New [GitHub issue](https://github.com/syncfusion/ej2-vue-ui-components/issues/new).
* Ask your query in [Stack Overflow](https://stackoverflow.com/) with tag `syncfusion` and `ej2`.
## License
For detailed information about the Syncfusion Essential Studio license and copyright, please refer to the [license](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/license).
Check the license detail [here](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/license).
## Changelog
Check the changelog [here](https://ej2.syncfusion.com/vue/documentation/release-notes/index/?utm_source=npm&utm_campaign=ej2-vue-ui-components)
© Copyright 2023 Syncfusion, Inc. All Rights Reserved.
© Copyright 2022 Syncfusion, Inc. All Rights Reserved.
The Syncfusion Essential Studio license and copyright applies to this distribution.
2 changes: 1 addition & 1 deletion components/buttons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 23.1.36 (2023-09-15)
## 23.1.38 (2023-09-26)

### Checkbox

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]

## 23.1.36 (2023-09-15)
## 23.1.38 (2023-09-26)

### DateRangePicker

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

## [Unreleased]

## 23.1.38 (2023-09-26)

### Chart

#### Bug Fixes

- `#I498152` - Fixed the issue of pane collapse when zooming in the chart.
- `#I498070` - Now, the tooltip is displaying properly for all series when the shared tooltip is enabled.
- `#I478252` - Updated legend aria-label based on the visibility of the series.
- `#I499382` - Changed the color of the tab bar line based on the theme.
- `#I499384` - Chart points are now focusing properly when navigating using arrow keys.
- `#I498673` - Now the primary axes are displaying properly when rendering series using secondary axes.
- `#I500178` - Fixed a issue where a console error was being thrown when trying to zoom in the Pareto chart during selection.
- `#I482650` - Fixed issue where the height of the chart would increase when the axis was hidden.

### AccumulationChart

#### Bug Fixes

- `#F184357` - Funnel chart is now rendering properly when all the data points value is zero.
- `#I498982` - Data labels are now displaying properly after legend click.

## 23.1.36 (2023-09-15)

### 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": "20.13.0",
"version": "23.1.36",
"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 @@ -134,6 +134,9 @@ export let AccumulationChartComponent: DefineVueComponent<AccumulationChartModel
custom(): void {
this.updated();
},
calculateBounds(): void {
return this.ej2Instances.calculateBounds();
},
export(type: Object, fileName: string): void {
return this.ej2Instances.export(type, fileName);
},
Expand Down
8 changes: 8 additions & 0 deletions components/circulargauge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@

## [Unreleased]

## 23.1.38 (2023-09-26)

### CircularGauge

#### New Features

- When the `allowRangePreRender` property is set to **false**, the axis line will be rendered first.

## 23.1.36 (2023-09-15)

### Circular Gauge
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": "16.42.0",
"version": "23.1.36",
"description": "Essential JS 2 CircularGauge Components for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { PointersDirective, PointerDirective, PointersPlugin, PointerPlugin } fr
import { AxesDirective, AxisDirective, AxesPlugin, AxisPlugin } from './axes.directive'


export const properties: string[] = ['isLazyUpdate', 'plugins', 'allowImageExport', 'allowMargin', 'allowPdfExport', 'allowPrint', 'axes', 'background', 'border', 'centerX', 'centerY', 'description', 'enablePersistence', 'enablePointerDrag', 'enableRangeDrag', 'enableRtl', 'height', 'legendSettings', 'locale', 'margin', 'moveToCenter', 'tabIndex', 'theme', 'title', 'titleStyle', 'tooltip', 'useGroupingSeparator', 'width', 'animationComplete', 'annotationRender', 'axisLabelRender', 'beforePrint', 'dragEnd', 'dragMove', 'dragStart', 'gaugeMouseDown', 'gaugeMouseLeave', 'gaugeMouseMove', 'gaugeMouseUp', 'legendRender', 'load', 'loaded', 'radiusCalculate', 'resized', 'tooltipRender'];
export const properties: string[] = ['isLazyUpdate', 'plugins', 'allowImageExport', 'allowMargin', 'allowPdfExport', 'allowPrint', 'allowRangePreRender', 'axes', 'background', 'border', 'centerX', 'centerY', 'description', 'enablePersistence', 'enablePointerDrag', 'enableRangeDrag', 'enableRtl', 'height', 'legendSettings', 'locale', 'margin', 'moveToCenter', 'tabIndex', 'theme', 'title', 'titleStyle', 'tooltip', 'useGroupingSeparator', 'width', 'animationComplete', 'annotationRender', 'axisLabelRender', 'beforePrint', 'dragEnd', 'dragMove', 'dragStart', 'gaugeMouseDown', 'gaugeMouseLeave', 'gaugeMouseMove', 'gaugeMouseUp', 'legendRender', 'load', 'loaded', 'radiusCalculate', 'resized', 'tooltipRender'];
export const modelProps: string[] = [];

export const testProp: any = getProps({props: properties});
Expand Down
10 changes: 10 additions & 0 deletions components/diagrams/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased]

## 23.1.38 (2023-09-26)

### Diagram

#### Bug Fixes

- `#I184493` - The null exception will no longer thrown while hovering over the ports.
- `#F45135` - Now, onUserHandleMouseUp event triggers for single time.
- `#I487517` - Now, while enabling virtualization constraints nodes does not disappears.

## 23.1.36 (2023-09-15)

### Diagram
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": "19.15.4",
"version": "23.1.36",
"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
2 changes: 1 addition & 1 deletion components/diagrams/styles/diagram/material3-dark.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@import 'ej2-base/styles/material3-dark-definition.scss';
@import 'ej2-base/styles/definition/material3-dark.scss';
@import 'ej2-diagrams/styles/diagram/material3-dark.scss';
2 changes: 1 addition & 1 deletion components/diagrams/styles/diagram/material3.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@import 'ej2-base/styles/material3-definition.scss';
@import 'ej2-base/styles/definition/material3.scss';
@import 'ej2-diagrams/styles/diagram/material3.scss';
Binary file not shown.
Binary file modified components/diagrams/umd-deploy/styles/diagram/material3.scss
Binary file not shown.
14 changes: 14 additions & 0 deletions components/documenteditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## [Unreleased]

## 23.1.38 (2023-09-26)

### Document Editor

#### Bug Fixes

- `#I473464` - Resolve the destroy issue in document Editor.
- `#I490198` - Resolve the Page not responding while press TAB key continuously.
- `#I494676` - Content is missing after downloading the file as docx.
- `#I495070` - Issue with cursor position and indentation when in RTL mode.
- `#I495596` - Issue with pasting from Word to the editor in RTL mode.
- `#I497629` - Issue in Exported svg image.
- `#I504069` - Document editor insert image from URL facing issue in reopening the exported document.

## 23.1.36 (2023-09-15)

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

## [Unreleased]

## 23.1.38 (2023-09-26)

### ListBox

#### Bug Fixes

- `#I493841` - Issue with "Scrollbar in ListBox while using inside a splitter" has been resolved.

## 23.1.36 (2023-09-15)

### ListBox
Expand Down
2 changes: 1 addition & 1 deletion components/dropdowns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-dropdowns",
"version": "18.66.2",
"version": "23.1.36",
"description": "Essential JS 2 DropDown Components for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
9 changes: 9 additions & 0 deletions components/filemanager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## [Unreleased]

## 23.1.38 (2023-09-26)

### FileManager

#### Bug Fixes

- `#I492922` - The issue with the drag and drop support for the File Manager component in mobile mode has been resolved.
- `#I495435` - Duplicate folders issue in the navigation pane of the File Manager while switching root folders frequently has been resolved.

## 23.1.36 (2023-09-15)

### FileManager
Expand Down
2 changes: 1 addition & 1 deletion components/filemanager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-filemanager",
"version": "18.26.0",
"version": "23.1.36",
"description": "Essential JS 2 FileManager Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@import 'ej2-base/styles/material3-dark-definition.scss';
@import 'ej2-base/styles/definition/material3-dark.scss';
@import 'ej2-filemanager/styles/file-manager/material3-dark.scss';
2 changes: 1 addition & 1 deletion components/filemanager/styles/file-manager/material3.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@import 'ej2-base/styles/material3-definition.scss';
@import 'ej2-base/styles/definition/material3.scss';
@import 'ej2-filemanager/styles/file-manager/material3.scss';
Binary file not shown.
Binary file not shown.
17 changes: 17 additions & 0 deletions components/gantt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

## [Unreleased]

## 23.1.38 (2023-09-26)

### GanttChart

#### Bug Fixes

- `#I479961` - Milestone baseline moves along with the milestone issue has been fixed.
- `#I501391` - Misalignment in tooltip when connecting predecessor.
- `#I495216` - Predecessor is not displayed when we give `GUID` issue has been fixed.
- `#I499587` - Update of custom column in general tab issue has been fixed.
- `#I184189` - Changing values in the action Begin event does not reflect while rendering issue has been fixed.
- `#F184629` - Milestone not rendered properly after editing issue has been fixed.
- `#I492520` - Critical path styling not getting cleared correctly issue has been fixed.
- `#I502650` - Taskbar dragging and progress resizing while moving the mouse outside chart issue has been fixed.
- `#I493515` - When we collapse with Virtualization, the styles doesn't apply properly issue has been fixed.
- `#I486977` - White space issue occur when we close the side pane issue has been fixed.

## 23.1.36 (2023-09-15)

### 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": "22.1.67",
"version": "23.1.36",
"description": "Essential JS 2 Gantt Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
15 changes: 15 additions & 0 deletions components/grids/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

## [Unreleased]

## 23.1.38 (2023-09-26)

### Grid

#### Bug fixes

- `#I490971` - Fixed a time zone conversion issue while applying a date filtering in a grid using the `UrlAdaptor`.
- `#I489490` - Resolved an issue where `changeDataSource` was not functioning correctly when column virtual scrolling was enabled.
- `#I499794` - Fixed an issue where the disabled cursor was not showing when dragging rows outside the grid with the `RowDragandDrop` feature.
- `#I501376` - During batch editing, a script issue was fixed after the checkbox column was dynamically disabled.
- `#I494495` - Fixed a script issue that occurred when sorting was performed while a validation message was displayed in Batch edit mode for the same column.
- `#I500511` - Resolved a script error related to the persistence of selection actions when utilizing the `WebAPIAdaptor`.
- `#I497445` - Searching value with trailing zero shows no records to display in grid has been fixed.
- `#I500931` - Fixed the alignment issue of the child grid header when sub-child grids are added dynamically within the child grid.

## 23.1.36 (2023-09-15)

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

## [Unreleased]

## 23.1.36 (2023-09-15)
## 23.1.38 (2023-09-26)

### HeatMap

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

## [Unreleased]

## 23.1.38 (2023-09-26)

### ImageEditor

#### Bug Fixes

- `#I499689` - Provided the "ShapeChanging" event trigger support for pen action annotation.
- `#I495011` - Provided the "ShapeChanged" event trigger support for after shapes are changed and applied to canvas.

## 23.1.36 (2023-09-15)

### ImageEditor
Expand Down
2 changes: 1 addition & 1 deletion components/imageeditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-image-editor",
"version": "20.18.0",
"version": "23.1.36",
"description": "Essential JS 2 ImageEditor for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/inplaceeditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-inplace-editor",
"version": "21.3.2",
"version": "23.1.36",
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
Loading

0 comments on commit ea74546

Please sign in to comment.