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

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

components/filemanager/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-filemanager",
3-
"version": "25.1.39",
3+
"version": "25.1.40",
44
"description": "Essential JS 2 FileManager Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/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
### GanttChart
88

components/grids/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+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#FB52588` - Fixed the content overlap issue in exported PDF documents in hierarchy grid.
12+
- `#I571259` - Resolved the issue where the `selectRow` method was not working when both `virtualization` and grouping were enabled in grid.
13+
- `#I569550` - Fixed the issue where focusing on the grid through the tab key press did not properly focus on the first cell of the grid.
14+
- `#I573371` - The issue with the Grid search bar in `ODataV4Adaptor`, where the Excel filter displayed no matches found after searching for a record, has been fixed.
15+
516
## 25.1.40 (2024-04-16)
617

718
### Grid

components/grids/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-grids",
3-
"version": "25.1.39",
3+
"version": "25.1.40",
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/imageeditor/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
### Image Editor
88

components/layouts/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
### DashboardLayout
88

components/lineargauge/CHANGELOG.md

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

1515
## [Unreleased]
1616

17-
## 25.1.40 (2024-04-16)
17+
## 25.1.41 (2024-04-23)
1818

1919
### LinearGauge
2020

components/lists/CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,23 @@
22

33
## [Unreleased]
44

5-
## 25.1.40 (2024-04-16)
5+
## 25.1.41 (2024-04-23)
6+
7+
### ListView
8+
9+
#### Bug Fixes
10+
11+
- `#FB52724` - The issue with space bar toggle in Switch is not working within ListView component has been resolved.
12+
13+
## 25.1.39 (2024-04-09)
14+
15+
### ListBox
16+
17+
#### Bug Fixes
18+
19+
- Issue with "Script error thrown in list box while dragging hover on `svg` element" has been resolved.
20+
21+
## 25.1.35 (2024-03-15)
622

723
### ListBox
824

components/lists/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-lists",
3-
"version": "18.23.1",
3+
"version": "25.1.39",
44
"description": "The listview control allows you to select an item or multiple items from a list-like interface and represents the data in interactive hierarchical structure across different layouts or views. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/maps/CHANGELOG.md

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

1515
## [Unreleased]
1616

17+
## 25.1.41 (2024-04-23)
18+
19+
### Maps
20+
21+
#### Bug Fixes
22+
23+
- `#I576422` - Script errors will no longer occur when rendering data labels with "Normal" geometry type maps, and the data labels will be rendered properly with the provided labels without trimming.
24+
- `#I566503` - The flickering in the tile images of the online maps will no longer occur while panning.
25+
1726
## 25.1.40 (2024-04-16)
1827

1928
### Maps

components/maps/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-maps",
3-
"version": "25.1.37",
3+
"version": "25.1.40",
44
"description": "The Maps component is used to visualize the geographical data and represent the statistical data of a particular geographical area on earth with user interactivity, and provides various customizing options for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/navigations/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,22 @@
22

33
## [Unreleased]
44

5-
## 25.1.40 (2024-04-16)
5+
## 25.1.41 (2024-04-23)
66

77
### TreeView
88

99
#### Bug Fixes
1010

1111
- `#I572876` - The issue with "The checkbox state are not read by the screen reader in the TreeView component with edge browser" has been resolved.
1212

13+
### Carousel
14+
15+
#### Bug Fixes
16+
17+
- `#FB52446` - The issue with carousel slide changes during window resizing while the `loop` is set to false has been fixed.
18+
19+
## 25.1.40 (2024-04-16)
20+
1321
### Stepper
1422

1523
#### Bug Fixes

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

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
### PDF Viewer
88

components/pivotview/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,21 @@
22

33
## [Unreleased]
44

5-
## 25.1.39 (2024-04-09)
5+
## 25.1.41 (2024-04-23)
66

77
### Pivot Table
88

99
#### Bug fixes
1010

1111
- `#I496624` - Value sorting will now work properly in an OLAP pivot table with a single measure.
1212
- `#I547664` - Excel exporting will now work properly in the pivot table using the server-side engine.
13+
14+
## 25.1.39 (2024-04-09)
15+
16+
### Pivot Table
17+
18+
#### Bug fixes
19+
1320
- `#I572220` - The issue with persistence not working properly in the Pivot Table with remote data has been fixed.
1421

1522
## 25.1.38 (2024-04-02)

components/progressbar/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
### ProgressBar
88

components/querybuilder/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
### QueryBuilder
88

components/ribbon/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.41 (2024-04-23)
6+
7+
### Ribbon
8+
9+
#### Bug Fixes
10+
11+
- `#F575011` - Now the script issue raised while interacting a non-active Ribbon items using `updateItem` method has been resolved.
12+
513
## 25.1.35 (2024-03-15)
614

715
### Ribbon

components/richtexteditor/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
### RichTextEditor
88

0 commit comments

Comments
 (0)