Skip to content

Commit e8ab44b

Browse files
author
pipeline
committed
v23.1.44 is released
1 parent 31ee42f commit e8ab44b

File tree

259 files changed

+392
-226
lines changed

Some content is hidden

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

259 files changed

+392
-226
lines changed

components/barcodegenerator/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 23.1.43 (2023-10-31)
5+
## 23.1.44 (2023-11-07)
66

77
### Barcode
88

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": "23.1.42",
3+
"version": "23.1.43",
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/charts/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,52 @@
22

33
## [Unreleased]
44

5+
## 23.1.44 (2023-11-07)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I495717` - Now the pdf-export module is not included by default.
12+
513
## 23.1.43 (2023-10-31)
614

715
### Chart
816

17+
#### Bug Fixes
18+
919
- `#F184961` - The enable RTL property is now working correctly in polar chart.
1020
- `#I512713` - Now the chart series type can be updated using react hooks.
1121

1222
## 23.1.42 (2023-10-24)
1323

1424
### Chart
1525

26+
#### Bug Fixes
27+
1628
- `#I510832` - Multiple trendlines for line type series are now functioning correctly.
1729
- `#I511821` - Now the data label is rendering properly in canvas mode.
1830

1931
### StockChart
2032

33+
#### Bug Fixes
34+
2135
- `#I510304` - Now, the data was updated properly in the stock chart when trying to update it using useEffect.
2236

2337
## 23.1.41 (2023-10-17)
2438

2539
### RangeNavigator
2640

41+
#### Bug Fixes
42+
2743
- `#I502356` - Fixed the console error that throws when we resize the range navigator.
2844

2945
## 23.1.40 (2023-10-10)
3046

3147
### Chart
3248

49+
#### Bug Fixes
50+
3351
- `#I499384` - Now the chart series is getting focused properly after legend click.
3452

3553
## 23.1.39 (2023-10-04)

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": "23.1.42",
3+
"version": "23.1.43",
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/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 23.1.44 (2023-11-07)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I508486` - Now, user-handle template is rendered properly after save and load.
12+
13+
## 23.1.43 (2023-10-31)
14+
15+
### Diagram
16+
17+
#### Bug Fixes
18+
19+
- `#I506971` - Now, Overview with html node is updated properly when we zoom-out the diagram.
20+
- `#I505963` - Now, Exception occurs due to line routing constraints enabled is resolved.
21+
522
## 23.1.42 (2023-10-24)
623

724
### 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": "23.1.42",
3+
"version": "23.1.43",
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",

0 commit comments

Comments
 (0)