Skip to content

Commit a576316

Browse files
author
pipeline
committed
v24.1.45 is released
1 parent 5e0f41b commit a576316

File tree

38 files changed

+170
-36
lines changed

38 files changed

+170
-36
lines changed

components/barcodegenerator/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-
## 24.1.44 (2024-01-03)
5+
## 24.1.45 (2024-01-09)
66

77
### Barcode
88

components/base/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-
## 24.1.44 (2024-01-03)
5+
## 24.1.45 (2024-01-09)
66

77
### Common
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-
## 24.1.44 (2024-01-03)
5+
## 24.1.45 (2024-01-09)
66

77
### TimePicker
88

components/charts/CHANGELOG.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,31 @@
22

33
## [Unreleased]
44

5+
## 24.1.45 (2024-01-09)
6+
7+
### AccumulationChart
8+
9+
#### Bug Fixes
10+
11+
- `#I533625` - Now, the `textAlignment` property in the `titleStyle` of the accumulation chart is functioning correctly.
12+
13+
### Chart
14+
15+
#### Bug Fixes
16+
17+
- `#I536934` - Now, the `category` axis label renders properly when the x-value is provided as an empty string.
18+
519
## 24.1.44 (2024-01-03)
620

721
### Chart
822

923
#### Bug Fixes
1024

11-
- #I521819 - Improved the accuracy of the normal distribution in the histogram series.
12-
- #I528067 - Removed the multilevel label if all series are not visible.
13-
- #I185777 - Fixed the marker size issue in the scatter chart during initial loading.
14-
- #I185904 - Resolved the issue with the shared tooltip when disabling `showNearestPoint`.
15-
- #I532475 - Fixed the console error in Mozilla Firefox when zooming the bubble chart.
25+
- `#I521819` - Improved the accuracy of the normal distribution in the histogram series.
26+
- `#I528067` - Removed the multilevel label if all series are not visible.
27+
- `#I185777` - Fixed the marker size issue in the scatter chart during initial loading.
28+
- `#I185904` - Resolved the issue with the shared tooltip when disabling `showNearestPoint`.
29+
- `#I532475` - Fixed the console error in Mozilla Firefox when zooming the bubble chart.
1630

1731
## 24.1.43 (2023-12-27)
1832

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": "24.1.43",
3+
"version": "24.1.44",
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/circulargauge/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## [Unreleased]
77

8-
## 24.1.44 (2024-01-03)
8+
## 24.1.45 (2024-01-09)
99

1010
### CircularGauge
1111

components/diagrams/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## 24.1.45 (2024-01-09)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#F185764` - Now, removing bpmn text annotation dynamically is working properly.
12+
- `#I526870` - Resolved snap to lines issue when dragging shapes from palette to swimlane.
13+
- `#I526172` - The node now remains in the diagram when the ungroup action is performed.
14+
- `#FB48313` - The background color is now visible on symbol hover after rapid expand and collapse in the palette.
15+
- `#I531978` - Now, connectors rendered properly with line routing and line distribution enabled during doLayout process.
16+
517
## 24.1.43 (2023-12-27)
618

719
### Diagram

components/documenteditor/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 24.1.45 (2024-01-09)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I528964` - Resolved the table border issue when exporting as docx.
12+
- `#I531058` - Resolved the reply comment sorted issue.
13+
- `#I453495` - Resolved the shape element shifting issue when pressing enter.
14+
- `#I528503` - Resolved the script error issue in server side rendering.
15+
516
## 24.1.44 (2024-01-03)
617

718
### DocumentEditor

components/documenteditor/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-documenteditor",
3-
"version": "24.1.43",
3+
"version": "24.1.44",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/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-
## 24.1.44 (2024-01-03)
5+
## 24.1.45 (2024-01-09)
66

77
### DropDownTree
88

0 commit comments

Comments
 (0)