Skip to content

Commit 445530f

Browse files
author
pipeline
committed
v25.1.42 is released
1 parent 29147c4 commit 445530f

File tree

37 files changed

+174
-26
lines changed

37 files changed

+174
-26
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-
## 25.1.41 (2024-04-23)
5+
## 25.1.42 (2024-04-30)
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-
## 25.1.41 (2024-04-23)
5+
## 25.1.42 (2024-04-30)
66

77
### Common
88

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 25.1.42 (2024-04-30)
6+
7+
### Accumulation Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I579773` - Now, the center label remains center even when adjusting the start and end angles.
12+
- `#I577505` - Now, the radius specified by the mapping will render properly in the accumulation chart.
13+
514
## 25.1.41 (2024-04-23)
615

716
### 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": "25.1.40",
3+
"version": "25.1.41",
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

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

33
## [Unreleased]
44

5+
## 25.1.42 (2024-04-30)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I568786` - Overview now updates properly across all browser zoom levels and resolutions.
12+
513
## 25.1.41 (2024-04-23)
614

715
### Diagram

components/diagrams/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-diagrams",
3-
"version": "25.1.40",
3+
"version": "25.1.41",
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",

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 25.1.42 (2024-04-30)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I575385` - Resolved the multi column line split issue when opening attached document.
12+
- `#I576161` - Resolved the hyperlink preservation issue in pane.
13+
- `#I576442` - Resolved the table not properly aligned issue.
14+
- `#I576647` - Resolved list numbering change issue, while editing the content.
15+
- `#I580085` - Resolved the Combo box focus issue in document editor.
16+
- `#I561167` - Resolved hyperlink style issue while reject the changes.
17+
518
## 25.1.41 (2024-04-23)
619

720
### 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": "25.1.40",
3+
"version": "25.1.41",
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/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-dropdowns",
3-
"version": "25.1.40",
3+
"version": "25.1.41",
44
"description": "Essential JS 2 DropDown Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,31 @@
22

33
## [Unreleased]
44

5+
## 25.1.42 (2024-04-30)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I576547` - When a parent record is deleted, the PUT method still returns the record that has already been deleted issue has been fixed.
12+
- `#I575077` - Timeline does not render properly while predecessor offset value in negative value issue has been fixed.
13+
- `#I578380` - When using tooltip template, an exception is thrown issue has been fixed.
14+
- `#I577723` - Dependency day not applied globalization issue has been fixed.
15+
- `#I576290` - Dialog edit not working properly for multiple dependency issue has been fixed.
16+
- `#I577597` - `queryTaskbarInfo` event using style is not applied when resource view in collapsed state in tasks issue has been fixed.
17+
18+
- `#I575077` - Timeline does not render properly while predecessor offset value in negative value issue has been fixed.
19+
- `#I576547` - When a parent record is deleted, the PUT method still returns the record that has already been deleted issue has been fixed.
20+
- `#I577723` - Dependency day not applied globalization issue has been fixed.
21+
522
## 25.1.41 (2024-04-23)
623

24+
- `#I579405` - When `enablePersistence` enabled exception thrown in Gantt issue has been fixed.
25+
- `#I463798` - Parent date changes while adding Unscheduled task dynamically issue has been fixed.
26+
- `#I578431` - Last page index issue in virtualization when adding new record after scrolling issue has been fixed.
27+
28+
## 25.1.40 (2024-04-16)
29+
730
### GanttChart
831

932
#### Bug fixes

0 commit comments

Comments
 (0)