Skip to content

Commit 96ddef6

Browse files
author
pipeline
committed
v25.1.39 is released
1 parent 2a751a2 commit 96ddef6

File tree

39 files changed

+241
-28
lines changed

39 files changed

+241
-28
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.38 (2024-04-02)
5+
## 25.1.39 (2024-04-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-
## 25.1.38 (2024-04-02)
5+
## 25.1.39 (2024-04-09)
66

77
### Common
88

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 25.1.39 (2024-04-09)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I571372` - The first axis label does not shift to the left when using `edgelabelplacement` as `shift`.
12+
- `#I571107` - When the chart is resized, the console error will no longer be thrown.
13+
514
## 25.1.38 (2024-04-02)
615

16+
### Chart
17+
18+
#### Bug Fixes
19+
20+
- `#I532022` - Now, the datalabel position is properly set when the position property is set to `Auto`.
21+
22+
## 25.1.37 (2024-03-26)
23+
724
### AccumulationChart
825

926
#### Bug Fixes

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.35",
3+
"version": "25.1.38",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 25.1.39 (2024-04-09)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I570446` - Now, zoom in and zoom out works properly while setting canZoomOut as true.
12+
- `#I561938` - Now, the connectors routed properly with shortest routing distance while using enable routing.
13+
- `#I565099` - Now, the undo redo works properly for swimlane after cut and delete.
14+
515
## 25.1.38 (2024-04-02)
616

717
### 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.37",
3+
"version": "25.1.38",
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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
## [Unreleased]
44

5+
## 25.1.39 (2024-04-09)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I556448` - Resolved the table header rendering issue.
12+
- `#I559218` - Resolved the table border issue in the attached document.
13+
- `#I561167` - Resolved the hyperlink style issue while reject the changes.
14+
- `#I562628` - Resolved the application crashes when performing reject all changes.
15+
- `#I562668` - Resolved the list level preservation issue.
16+
- `#I562943` - Resolved the track changes disable issue while stop RevisionsOnly protection.
17+
- `#I563223` - Resolved the paragraph indentation and border render issues inside table.
18+
- `#I565315` - Resolved the issue of applying character style to the selected text.
19+
- `#I529797` - Resolved the search issue when using plus symbol.
20+
- `#I565843` - Resolved the undo issue while applying border style in table.
21+
522
## 25.1.38 (2024-04-02)
623

724
### 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.37",
3+
"version": "25.1.38",
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: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,46 @@
22

33
## [Unreleased]
44

5-
## 25.1.38 (2024-04-02)
5+
## 25.1.39 (2024-04-09)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- `#I565976` - Issue with "The getSortedList and getDataList method datasource order is not proper while using addItems, removeItem method and change their position using drag and drop" has been resolved.
12+
13+
### DropDownTree
14+
15+
#### Bug Fixes
16+
17+
- `#I574653` - The issue aria-label attribute is not added to the input element in the Dropdown Tree component has been resolved.
18+
- `#I572604` - An issue with "facing a console error when clicking a button inside the footer template in the Dropdown Tree component" has been resolved.
19+
20+
## 25.1.37 (2024-03-26)
21+
22+
### Mention
23+
24+
#### Bug Fixes
25+
26+
- `#FB51909` - Fixed an issue where filtering was not working properly when allow space was set to true.
27+
28+
### ComboBox
29+
30+
#### Bug Fixes
31+
32+
- `#I567781` - Fixed issue with Request being sent on initial loading when binding remote data and using the allowFiltering property.
33+
34+
### DropDownTree
35+
36+
#### Bug Fixes
37+
38+
- `#I569983` - Issue with "trim leading or trailing white-space when filtering in the Dropdown Tree" has been resolved.
639

740
### MultiSelect
841

942
#### Bug Fixes
1043

44+
- `#I567835` - Fixed XSS issue related to the highlight search feature when setting the filter query parameter without a value.
1145
- `#I560783` - Fixed issue where clearing the searched value would automatically select another value.
1246
- `#I524283` - Fixed issue where popup was not aligned properly when opening on top of the component.
1347
- `#I565659` - Fixed an issue in Multiselect Checkbox mode where the height of the dropdown input would change when selecting and unselecting items.

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

0 commit comments

Comments
 (0)