Skip to content

Commit 5b4d9dc

Browse files
author
pipeline
committed
v25.2.6 is released
1 parent 64c0d01 commit 5b4d9dc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+187
-29
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.2.5 (2024-05-21)
5+
## 25.2.6 (2024-05-28)
66

77
### Barcode
88

components/buttons/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 25.2.6 (2024-05-28)
6+
7+
### Switch
8+
9+
#### Bug Fixes
10+
11+
- `#593165` - The issue with "`tabindex HtmlAttributes` property is not properly set on the switch input element." has been resolved.
12+
513
## 25.2.4 (2024-05-14)
614

715
### Checkbox

components/calendars/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-calendars",
3-
"version": "25.2.4",
3+
"version": "25.2.5",
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

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

33
## [Unreleased]
44

5+
## 25.2.6 (2024-05-28)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I592273` - An empty tooltip will no longer be displayed when the cancel argument is enabled in the shared tooltip event.
12+
513
## 25.2.5 (2024-05-21)
614

715
### Accumulation Chart

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.2.4",
3+
"version": "25.2.5",
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/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.2.4",
3+
"version": "25.2.5",
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

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 25.2.6 (2024-05-28)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I588344` - Resolved the content overlapping issue when editing multi column document.
12+
- `#I586107` - Resolved the script error when inserting image.
13+
- `#I585401` - Resolved the tab anchor issue in ruler when right clicking on it.
14+
- `#I586654` - Resolved the strange indentation behaviour when editing list item.
15+
516
## 25.2.5 (2024-05-21)
617

718
### 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.2.4",
3+
"version": "25.2.5",
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

+11
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,21 @@
22

33
## [Unreleased]
44

5+
## 25.2.6 (2024-05-28)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- `#I577257` - Fixed issue with incorrect binding of value property to MultiSelect.
12+
513
## 25.2.5 (2024-05-21)
614

715
### DropDownTree
816

17+
#### Bug Fixes
18+
19+
- `#I589141` - The Dropdown Tree component now includes tab focus support for the "Select All" checkbox element. With this enhancement, pressing the Tab key will move the focus to the "Select All" checkbox, and pressing Shift+Tab will move the focus back to the "Select All" checkbox during backward navigation.
920
- `#I586376` - Trigger the "select" event instantly after the item selection in Dropdown Tree popup.
1021

1122
### MultiSelect

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

components/filemanager/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 25.2.5 (2024-05-21)
5+
## 25.2.6 (2024-05-28)
6+
7+
### FileManager
8+
9+
#### Bug Fixes
10+
11+
- `#I590909` - Resolved the file selection issue when enabling the virtualization support in the File Manager component.
12+
13+
## 25.2.3 (2024-05-08)
614

715
### FileManager
816

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

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 25.2.6 (2024-05-28)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I587507` - Custom value task type does not render initially issue has been fixed.
12+
- `#I586668` - When the context menu is used to add a record task index position value changes issue has been fixed.
13+
- `#I591687` - Dependency value not get updated issue has been fixed.
14+
- `#I588524` - Custom value in segment not maintained issue has been fixed.
15+
- `#I586548` - Console error occurs when datasource updated dynamically issue has been fixed.
16+
- `#I582746` - Critical path of task connected dependent tasks have not changed to critical issue has been fixed.
17+
18+
- `#I586668` - When the context menu is used to add a record task index position value changes issue has been fixed.
19+
- `#I586548` - Console error occurs when datasource updated dynamically issue has been fixed.
20+
521
## 25.2.5 (2024-05-21)
622

723
### GanttChart
@@ -13,6 +29,7 @@
1329
- `#I463798` - Parent date changes when Unscheduled task is added issue has been fixed.
1430
- `#I582983` - The issue about date miscalculation when dragging the taskbar with timeline virtualization has been fixed.
1531

32+
- `#I582746` - Critical path of task connected dependent tasks have not changed to critical issue has been fixed.
1633
- `#I586588` - Console error throws while merging two segments with duration of one day issue has been fixed.
1734

1835
## 25.2.3 (2024-05-08)

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.2.4",
3+
"version": "25.2.5",
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.2.6 (2024-05-28)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#I584245` - The problem of deselecting a row programmatically with toggle set to true, without triggering the `rowDeselecting` and `rowDeselected` events, and without deselecting the row when there are existing selected rows has been successfully resolved.
12+
- `#I580119` - Resolved the issue where the `Tooltip` element is not shown in context menu text overflow element.
13+
- `#I571259` - Resolved the issue with the `selectRow` method when both `virtualization` and `grouping` are enabled.
14+
- `#I587208` - The issue with misalignment of icons when the `headerText` field is empty has been resolved.
15+
- `#I591601` - Resolved the issue where continuous spinner loading when opening the Excel filter dialog after performing the grid's search operation.
16+
517
## 25.2.5 (2024-05-21)
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.2.3",
3+
"version": "25.2.5",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 25.2.5 (2024-05-21)
5+
## 25.2.6 (2024-05-28)
66

77
### Image Editor
88

components/inputs/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 25.2.6 (2024-05-28)
6+
7+
### TextBox
8+
9+
#### Bug Fixes
10+
11+
- `#I587808` - Fixed an accessibility issue in the Multi Line textbox caused by the role attribute.
12+
513
## 25.1.42 (2024-04-30)
614

715
### NumericTextBox

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.2.3",
3+
"version": "25.2.5",
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/kanban/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 25.2.6 (2024-05-28)
6+
7+
### Kanban
8+
9+
#### Bug Fixes
10+
11+
- `#I575728` - Now, Edited values in dialog will reflect in Cards when pressing the enter key in Kanban.
12+
- `I580937` - Now, clicking the save button in the edit dialog works properly in Kanban.
13+
514
## 25.1.42 (2024-04-30)
615

716
### Kanban

components/kanban/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-kanban",
3-
"version": "25.1.42",
3+
"version": "25.2.3",
44
"description": "The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/lists/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 25.2.5 (2024-05-21)
5+
## 25.2.6 (2024-05-28)
66

77
### ListView
88

components/maps/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-maps",
3-
"version": "25.2.4",
3+
"version": "25.2.5",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 25.2.5 (2024-05-21)
5+
## 25.2.6 (2024-05-28)
66

77
### ContextMenu
88

components/pdfviewer/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 25.2.6 (2024-05-28)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I586371` - Now, the page does not become unresponsive when search multiple text.
12+
- `#I586065` - Now, the `isDocumentEdited` API is set to true after making changes in the organize dialog.
13+
- `#I587851` - Now, the signature field saved properly when using the provided code snippet for the customer.
14+
- `#I585582` - Now, the text selection is working properly for OCR documents in client-side rendering.
15+
- `#I586473` - Now, the signature dialog opens properly when using the provided code snippet for the customer on a mobile device.
16+
- `#I574463` - Now, the script error does not occur when updating form fields in non-rendered pages.
17+
518
## 25.2.5 (2024-05-21)
619

720
### 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.2.4",
3+
"version": "25.2.5",
44
"description": "Essential JS 2 PDF viewer Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 25.2.6 (2024-05-28)
6+
7+
### Pivot Table
8+
9+
#### Bug fixes
10+
11+
- `#I586835` - When measures have no values, the OLAP pivot table will now be rendered with the correct cell values when drilling down.
12+
- `#I585932` - Date grouping will now work properly when using remote data in a pivot table.
13+
514
## 25.2.5 (2024-05-21)
615

716
### Pivot Table

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.2.4",
3+
"version": "25.2.5",
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",

components/popups/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,14 @@ Dialog is a window that displays information to the user, and used to get the us
667667
- **Keyboard Interaction** - The Dialog can be intractable through keyboard.
668668

669669

670+
## 25.2.4 (2024-05-14)
671+
672+
### Dialog
673+
674+
#### Bug Fixes
675+
676+
- `#I580008` - Resolved issue with Console error occurring while closing the dialog.
677+
670678
## 19.1.57 (2021-04-20)
671679

672680
### Popup

components/popups/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-popups",
3-
"version": "25.2.3",
3+
"version": "25.2.4",
44
"description": "A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/querybuilder/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 25.2.5 (2024-05-21)
5+
## 25.2.4 (2024-05-14)
66

77
### QueryBuilder
88

components/querybuilder/package.json

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

components/ribbon/package.json

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

0 commit comments

Comments
 (0)