Skip to content

Commit 29147c4

Browse files
author
pipeline
committed
v25.1.41 is released
1 parent 724bf17 commit 29147c4

File tree

35 files changed

+178
-26
lines changed

35 files changed

+178
-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.40 (2024-04-16)
5+
## 25.1.41 (2024-04-23)
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.40 (2024-04-16)
5+
## 25.1.41 (2024-04-23)
66

77
### Common
88

components/calendars/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-calendars",
3-
"version": "25.1.39",
3+
"version": "25.1.40",
44
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/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+
## 25.1.41 (2024-04-23)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I577538` - When resizing the chart, the maximum value does not change.
12+
- `#I578863` - Now the chart exports properly in portrait orientation.
13+
- `#I579386` - Now the legend renders properly using the add series method in canvas.
14+
- `#I577327` - Now the DateTimeCategory series is visible when clicking on the legend.
15+
516
## 25.1.40 (2024-04-16)
617

718
### 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.39",
3+
"version": "25.1.40",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 25.1.41 (2024-04-23)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#FB52256` - Now, dropping child node inside the subprocess node within the swimlane is working properly.
12+
- `#FB52022` - Now, the swimlane highlighter rendered properly while dropping opposite orientation lane and the lane added to swimlane properly.
13+
- `#I573514` - Now, the connector annotation text updated properly while adjusting its end points dynamically.
14+
- `#FB52023` - Now, The Swimlane helper guides are shown at correct position with Zoom Changes.
15+
516
## 25.1.40 (2024-04-16)
617

718
### 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.39",
3+
"version": "25.1.40",
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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
## [Unreleased]
44

5+
## 25.1.41 (2024-04-23)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I576244` - Resolved the tracking changes avatar undefined when last name empty.
12+
- `#I572963` - Resolved the overlapping issue when hitting the backspace key.
13+
- `#I575590` - Resolve the console error issue while adding the mail merge fields.
14+
15+
## 25.1.40 (2024-04-16)
16+
17+
### DocumentEditor
18+
19+
#### Bug Fixes
20+
21+
- `#I565023` - Resolved the list formatting issue in the attached document.
22+
- `#I542227` - Resolved the overlapping issue when editing the justified paragraph.
23+
- `#I573648` - Resolved the empty paragraph added issue while pasting content.
24+
525
## 25.1.39 (2024-04-09)
626

727
### 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.39",
3+
"version": "25.1.40",
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: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
## [Unreleased]
44

5+
## 25.1.41 (2024-04-23)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- `#I571383` - Resolved issue where removing a long text tag in a multi-select drop down was also removing a short text tag.
12+
13+
### ListBox
14+
15+
#### Bug Fixes
16+
17+
- `#I566450` - Issue with "The disabled itemTemplate item is not move properly for listbox toolbar action" has been resolved.
18+
19+
## 25.1.40 (2024-04-16)
20+
21+
### ListBox
22+
23+
#### Bug Fixes
24+
25+
- `#I565976` - Issue with "The getSortedList data not update correctly while removeItem method after drag and drop action in listbox" has been resolved.
26+
527
## 25.1.39 (2024-04-09)
628

729
### AutoComplete

0 commit comments

Comments
 (0)