Skip to content

Commit ea74546

Browse files
author
pipeline
committed
v23.1.38 is released
1 parent 47e1f81 commit ea74546

File tree

537 files changed

+5175
-49
lines changed

Some content is hidden

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

537 files changed

+5175
-49
lines changed

README.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -1202,14 +1202,13 @@
12021202
## Showcase Applications
12031203
* [IT Asset Management](https://ej2.syncfusion.com/showcase/vue/assetmanagement?utm_source=npm&utm_campaign=ej2-vue-ui-components)
12041204
## Support
1205-
For any questions or assistance, you can:
1206-
* Visit the [Syncfusion support portal](https://support.syncfusion.com/).
1207-
* Post your queries on the [community forums](https://www.syncfusion.com/forums).
1208-
* 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]>.
1209-
* If you have specific feature requests or suggestions, please submit them through our [feedback portal](https://www.syncfusion.com/feedback/vue).
1205+
Product support is available for through following mediums.
1206+
* 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).
1207+
* New [GitHub issue](https://github.com/syncfusion/ej2-vue-ui-components/issues/new).
1208+
* Ask your query in [Stack Overflow](https://stackoverflow.com/) with tag `syncfusion` and `ej2`.
12101209
## License
1211-
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).
1210+
Check the license detail [here](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/license).
12121211
## Changelog
12131212
Check the changelog [here](https://ej2.syncfusion.com/vue/documentation/release-notes/index/?utm_source=npm&utm_campaign=ej2-vue-ui-components)
1214-
© Copyright 2023 Syncfusion, Inc. All Rights Reserved.
1213+
© Copyright 2022 Syncfusion, Inc. All Rights Reserved.
12151214
The Syncfusion Essential Studio license and copyright applies to this distribution.

components/buttons/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 23.1.36 (2023-09-15)
5+
## 23.1.38 (2023-09-26)
66

77
### Checkbox
88

components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 23.1.36 (2023-09-15)
5+
## 23.1.38 (2023-09-26)
66

77
### DateRangePicker
88

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 23.1.38 (2023-09-26)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I498152` - Fixed the issue of pane collapse when zooming in the chart.
12+
- `#I498070` - Now, the tooltip is displaying properly for all series when the shared tooltip is enabled.
13+
- `#I478252` - Updated legend aria-label based on the visibility of the series.
14+
- `#I499382` - Changed the color of the tab bar line based on the theme.
15+
- `#I499384` - Chart points are now focusing properly when navigating using arrow keys.
16+
- `#I498673` - Now the primary axes are displaying properly when rendering series using secondary axes.
17+
- `#I500178` - Fixed a issue where a console error was being thrown when trying to zoom in the Pareto chart during selection.
18+
- `#I482650` - Fixed issue where the height of the chart would increase when the axis was hidden.
19+
20+
### AccumulationChart
21+
22+
#### Bug Fixes
23+
24+
- `#F184357` - Funnel chart is now rendering properly when all the data points value is zero.
25+
- `#I498982` - Data labels are now displaying properly after legend click.
26+
527
## 23.1.36 (2023-09-15)
628

729
### 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": "20.13.0",
3+
"version": "23.1.36",
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

+3
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ export let AccumulationChartComponent: DefineVueComponent<AccumulationChartModel
134134
custom(): void {
135135
this.updated();
136136
},
137+
calculateBounds(): void {
138+
return this.ej2Instances.calculateBounds();
139+
},
137140
export(type: Object, fileName: string): void {
138141
return this.ej2Instances.export(type, fileName);
139142
},

components/circulargauge/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55

66
## [Unreleased]
77

8+
## 23.1.38 (2023-09-26)
9+
10+
### CircularGauge
11+
12+
#### New Features
13+
14+
- When the `allowRangePreRender` property is set to **false**, the axis line will be rendered first.
15+
816
## 23.1.36 (2023-09-15)
917

1018
### Circular Gauge

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": "16.42.0",
3+
"version": "23.1.36",
44
"description": "Essential JS 2 CircularGauge Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/circulargauge/src/circular-gauge/circulargauge.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { PointersDirective, PointerDirective, PointersPlugin, PointerPlugin } fr
88
import { AxesDirective, AxisDirective, AxesPlugin, AxisPlugin } from './axes.directive'
99

1010

11-
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'];
11+
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'];
1212
export const modelProps: string[] = [];
1313

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

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 23.1.38 (2023-09-26)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I184493` - The null exception will no longer thrown while hovering over the ports.
12+
- `#F45135` - Now, onUserHandleMouseUp event triggers for single time.
13+
- `#I487517` - Now, while enabling virtualization constraints nodes does not disappears.
14+
515
## 23.1.36 (2023-09-15)
616

717
### Diagram

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": "19.15.4",
3+
"version": "23.1.36",
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",
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
@import 'ej2-base/styles/material3-dark-definition.scss';
1+
@import 'ej2-base/styles/definition/material3-dark.scss';
22
@import 'ej2-diagrams/styles/diagram/material3-dark.scss';
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
@import 'ej2-base/styles/material3-definition.scss';
1+
@import 'ej2-base/styles/definition/material3.scss';
22
@import 'ej2-diagrams/styles/diagram/material3.scss';
Binary file not shown.
Binary file not shown.

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 23.1.38 (2023-09-26)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I473464` - Resolve the destroy issue in document Editor.
12+
- `#I490198` - Resolve the Page not responding while press TAB key continuously.
13+
- `#I494676` - Content is missing after downloading the file as docx.
14+
- `#I495070` - Issue with cursor position and indentation when in RTL mode.
15+
- `#I495596` - Issue with pasting from Word to the editor in RTL mode.
16+
- `#I497629` - Issue in Exported svg image.
17+
- `#I504069` - Document editor insert image from URL facing issue in reopening the exported document.
18+
519
## 23.1.36 (2023-09-15)
620

721
### Document Editor

components/dropdowns/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 23.1.38 (2023-09-26)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- `#I493841` - Issue with "Scrollbar in ListBox while using inside a splitter" has been resolved.
12+
513
## 23.1.36 (2023-09-15)
614

715
### ListBox

components/dropdowns/package.json

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

components/filemanager/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 23.1.38 (2023-09-26)
6+
7+
### FileManager
8+
9+
#### Bug Fixes
10+
11+
- `#I492922` - The issue with the drag and drop support for the File Manager component in mobile mode has been resolved.
12+
- `#I495435` - Duplicate folders issue in the navigation pane of the File Manager while switching root folders frequently has been resolved.
13+
514
## 23.1.36 (2023-09-15)
615

716
### FileManager

components/filemanager/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-filemanager",
3-
"version": "18.26.0",
3+
"version": "23.1.36",
44
"description": "Essential JS 2 FileManager Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
@import 'ej2-base/styles/material3-dark-definition.scss';
1+
@import 'ej2-base/styles/definition/material3-dark.scss';
22
@import 'ej2-filemanager/styles/file-manager/material3-dark.scss';
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
@import 'ej2-base/styles/material3-definition.scss';
1+
@import 'ej2-base/styles/definition/material3.scss';
22
@import 'ej2-filemanager/styles/file-manager/material3.scss';
Binary file not shown.
Binary file not shown.

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 23.1.38 (2023-09-26)
6+
7+
### GanttChart
8+
9+
#### Bug Fixes
10+
11+
- `#I479961` - Milestone baseline moves along with the milestone issue has been fixed.
12+
- `#I501391` - Misalignment in tooltip when connecting predecessor.
13+
- `#I495216` - Predecessor is not displayed when we give `GUID` issue has been fixed.
14+
- `#I499587` - Update of custom column in general tab issue has been fixed.
15+
- `#I184189` - Changing values in the action Begin event does not reflect while rendering issue has been fixed.
16+
- `#F184629` - Milestone not rendered properly after editing issue has been fixed.
17+
- `#I492520` - Critical path styling not getting cleared correctly issue has been fixed.
18+
- `#I502650` - Taskbar dragging and progress resizing while moving the mouse outside chart issue has been fixed.
19+
- `#I493515` - When we collapse with Virtualization, the styles doesn't apply properly issue has been fixed.
20+
- `#I486977` - White space issue occur when we close the side pane issue has been fixed.
21+
522
## 23.1.36 (2023-09-15)
623

724
### 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": "22.1.67",
3+
"version": "23.1.36",
44
"description": "Essential JS 2 Gantt Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 23.1.38 (2023-09-26)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#I490971` - Fixed a time zone conversion issue while applying a date filtering in a grid using the `UrlAdaptor`.
12+
- `#I489490` - Resolved an issue where `changeDataSource` was not functioning correctly when column virtual scrolling was enabled.
13+
- `#I499794` - Fixed an issue where the disabled cursor was not showing when dragging rows outside the grid with the `RowDragandDrop` feature.
14+
- `#I501376` - During batch editing, a script issue was fixed after the checkbox column was dynamically disabled.
15+
- `#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.
16+
- `#I500511` - Resolved a script error related to the persistence of selection actions when utilizing the `WebAPIAdaptor`.
17+
- `#I497445` - Searching value with trailing zero shows no records to display in grid has been fixed.
18+
- `#I500931` - Fixed the alignment issue of the child grid header when sub-child grids are added dynamically within the child grid.
19+
520
## 23.1.36 (2023-09-15)
621

722
### Grid

components/heatmap/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 23.1.36 (2023-09-15)
5+
## 23.1.38 (2023-09-26)
66

77
### HeatMap
88

components/imageeditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 23.1.38 (2023-09-26)
6+
7+
### ImageEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I499689` - Provided the "ShapeChanging" event trigger support for pen action annotation.
12+
- `#I495011` - Provided the "ShapeChanged" event trigger support for after shapes are changed and applied to canvas.
13+
514
## 23.1.36 (2023-09-15)
615

716
### ImageEditor

components/imageeditor/package.json

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

components/inplaceeditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-inplace-editor",
3-
"version": "21.3.2",
3+
"version": "23.1.36",
44
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)