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

Lines changed: 6 additions & 7 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 22 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 0 deletions
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

Lines changed: 8 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 10 additions & 0 deletions
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

0 commit comments

Comments
 (0)