Skip to content

Commit 96ddef6

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

39 files changed

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

77
### Barcode
88

components/base/CHANGELOG.md

+1-1
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

+17
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

+1-1
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

+10
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

+1-1
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

+17
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

+1-1
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

+35-1
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

+1-1
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",

components/filemanager/CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
## [Unreleased]
44

5+
## 25.1.39 (2024-04-09)
6+
7+
### FileManager
8+
9+
#### Bug Fixes
10+
11+
- `#I574481` - The issue with context menu items not getting disabled when menu items contain spaces in the File Manager component has been resolved.
12+
- `#I573974` - The console error while trying to persist the deleted file in the File Manager component has been resolved.
13+
14+
## 25.1.38 (2024-04-02)
15+
16+
### FileManager
17+
18+
#### Bug Fixes
19+
20+
- `#I572635` - The problem where an extra plus icon appeared in the details view of the file manager component when in mobile mode has been resolved.
21+
22+
## 25.1.37 (2024-03-26)
23+
24+
### FileManager
25+
26+
#### Bug Fixes
27+
28+
- `#I561123` - The issue with being unable to sort the header columns using keyboard interaction has been resolved.
29+
530
## 25.1.35 (2024-03-15)
631

732
### FileManager

components/filemanager/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-filemanager",
3-
"version": "25.1.35",
3+
"version": "25.1.38",
44
"description": "Essential JS 2 FileManager Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## [Unreleased]
44

5+
## 25.1.39 (2024-04-09)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I570307` - Toolbar refresh script error throws in Gantt issue has been fixed.
12+
- `#I568101` - The Gantt search toolbar item is not working in mobile mode issue has been fixed.
13+
- `#I566632` - Duration calculations are incorrect in edit or add dialog in decimals issue has been fixed.
14+
- `#I566103` - Baseline not showing in multi taskbar view.
15+
- `#I565427` - Dependency not validated for dynamically updating work week and holidays issue has been fixed.
16+
- `#I575577`,`#I575505`,`#I576464` - Console error occurred when dynamically changing the data source and other properties of the Gantt chart via button click has been fixed.
17+
518
## 25.1.38 (2024-04-02)
619

720
### GanttChart
@@ -35,7 +48,6 @@
3548
- `#I565359` - When `allowEditing` is disabled in a resource view, a console error is thrown issue has been fixed.
3649
- `#I565427` - Dependency not validated for dynamically updating work week and holidays issue has been fixed.
3750
- `#I560166` - The context menu using "add child" for any task, dependency line validation is not working properly.
38-
- `#I566103` - Baseline not showing in multi taskbar view.
3951

4052
- `#I562492` - `actionBegin` arguments miss the last record while dragging issue has been fixed.
4153

components/gantt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-gantt",
3-
"version": "25.1.37",
3+
"version": "25.1.38",
44
"description": "Essential JS 2 Gantt Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## 25.1.39 (2024-04-09)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#I568054` - Fixed script error that occurred when opening the filter menu using the column menu feature in adaptive layout grid.
12+
- `#I573131` - Fixed issue where the Column Chooser `OKButton` remained enabled even after individually unchecking all visible column checkboxes items.
13+
- `#I571994` - Updated the emit type for the `ContextMenuClick` event in the grid documentation.
14+
- `#FB52005` - Resolved issue where JAWS screen reader incorrectly read out pager elements when navigating to the first content cell from the header in a grid with paging enabled.
15+
- `#I570288` - Resolved misalignment of frozen columns in the grid when resizing to fit content width.
16+
517
## 25.1.38 (2024-04-02)
618

719
### Grid

components/grids/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-grids",
3-
"version": "25.1.37",
3+
"version": "25.1.38",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/heatmap/CHANGELOG.md

+1-1
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
### HeatMap
88

components/imageeditor/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 25.1.39 (2024-04-09)
6+
7+
### Image Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I564880` - The issue with "unable to restore the old image position after reopening the same image" has been resolved.
12+
- `#I575218` - The issue with "Image annotation not selected when we set the drawImage method with isSelected parameter as true." has been resolved.
13+
514
## 25.1.38 (2024-04-02)
615

716
### Image Editor

components/imageeditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-image-editor",
3-
"version": "25.1.37",
3+
"version": "25.1.38",
44
"description": "Essential JS 2 ImageEditor for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inputs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-inputs",
3-
"version": "25.1.37",
3+
"version": "25.1.38",
44
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/layouts/CHANGELOG.md

+1-1
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
### DashboardLayout
88

components/lists/CHANGELOG.md

+1-1
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
### ListBox
88

components/navigations/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 25.1.38 (2024-04-02)
6+
7+
### Menu
8+
9+
#### Bug Fixes
10+
11+
- The issue with "focusing the first element by using tab key in Menu" has been resolved.
12+
513
## 25.1.37 (2024-03-26)
614

715
### TreeView

components/navigations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-navigations",
3-
"version": "25.1.37",
3+
"version": "25.1.38",
44
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pdfviewer/CHANGELOG.md

+10
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+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I571236` - Now, the extra border will not appear on the page for the image element in the tagged PDF.
12+
- `#I569364` - Now, the form field click event is triggered properly for radio button in the customer provided document.
13+
- `#I570815` - Now, the unload request has not been triggered in the Stand-alone PDF Viewer on reloading the current page.
14+
515
## 25.1.38 (2024-04-02)
616

717
### PDF Viewer

components/pdfviewer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-pdfviewer",
3-
"version": "25.1.37",
3+
"version": "25.1.38",
44
"description": "Essential JS 2 PDF viewer Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 25.1.39 (2024-04-09)
6+
7+
### Pivot Table
8+
9+
#### Bug fixes
10+
11+
- `#I572220` - The issue with persistence not working properly in the Pivot Table with remote data has been fixed.
12+
513
## 25.1.38 (2024-04-02)
614

715
### PivotTable

components/pivotview/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-pivotview",
3-
"version": "25.1.37",
3+
"version": "25.1.38",
44
"description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)