Skip to content

Commit

Permalink
v25.2.6 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed May 28, 2024
1 parent 64c0d01 commit 5b4d9dc
Show file tree
Hide file tree
Showing 42 changed files with 187 additions and 29 deletions.
2 changes: 1 addition & 1 deletion components/barcodegenerator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 25.2.5 (2024-05-21)
## 25.2.6 (2024-05-28)

### Barcode

Expand Down
8 changes: 8 additions & 0 deletions components/buttons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 25.2.6 (2024-05-28)

### Switch

#### Bug Fixes

- `#593165` - The issue with "`tabindex HtmlAttributes` property is not properly set on the switch input element." has been resolved.

## 25.2.4 (2024-05-14)

### Checkbox
Expand Down
2 changes: 1 addition & 1 deletion components/calendars/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-calendars",
"version": "25.2.4",
"version": "25.2.5",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
8 changes: 8 additions & 0 deletions components/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 25.2.6 (2024-05-28)

### Chart

#### Bug Fixes

- `#I592273` - An empty tooltip will no longer be displayed when the cancel argument is enabled in the shared tooltip event.

## 25.2.5 (2024-05-21)

### Accumulation Chart
Expand Down
2 changes: 1 addition & 1 deletion components/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-charts",
"version": "25.2.4",
"version": "25.2.5",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/diagrams/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-diagrams",
"version": "25.2.4",
"version": "25.2.5",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
11 changes: 11 additions & 0 deletions components/documenteditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## [Unreleased]

## 25.2.6 (2024-05-28)

### DocumentEditor

#### Bug Fixes

- `#I588344` - Resolved the content overlapping issue when editing multi column document.
- `#I586107` - Resolved the script error when inserting image.
- `#I585401` - Resolved the tab anchor issue in ruler when right clicking on it.
- `#I586654` - Resolved the strange indentation behaviour when editing list item.

## 25.2.5 (2024-05-21)

### DocumentEditor
Expand Down
2 changes: 1 addition & 1 deletion components/documenteditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-documenteditor",
"version": "25.2.4",
"version": "25.2.5",
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
11 changes: 11 additions & 0 deletions components/dropdowns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,21 @@

## [Unreleased]

## 25.2.6 (2024-05-28)

### MultiSelect

#### Bug Fixes

- `#I577257` - Fixed issue with incorrect binding of value property to MultiSelect.

## 25.2.5 (2024-05-21)

### DropDownTree

#### Bug Fixes

- `#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.
- `#I586376` - Trigger the "select" event instantly after the item selection in Dropdown Tree popup.

### MultiSelect
Expand Down
2 changes: 1 addition & 1 deletion components/dropdowns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-dropdowns",
"version": "25.2.4",
"version": "25.2.5",
"description": "Essential JS 2 DropDown Components for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
10 changes: 9 additions & 1 deletion components/filemanager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

## [Unreleased]

## 25.2.5 (2024-05-21)
## 25.2.6 (2024-05-28)

### FileManager

#### Bug Fixes

- `#I590909` - Resolved the file selection issue when enabling the virtualization support in the File Manager component.

## 25.2.3 (2024-05-08)

### FileManager

Expand Down
2 changes: 1 addition & 1 deletion components/filemanager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-filemanager",
"version": "25.1.40",
"version": "25.2.3",
"description": "Essential JS 2 FileManager Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
17 changes: 17 additions & 0 deletions components/gantt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

## [Unreleased]

## 25.2.6 (2024-05-28)

### GanttChart

#### Bug fixes

- `#I587507` - Custom value task type does not render initially issue has been fixed.
- `#I586668` - When the context menu is used to add a record task index position value changes issue has been fixed.
- `#I591687` - Dependency value not get updated issue has been fixed.
- `#I588524` - Custom value in segment not maintained issue has been fixed.
- `#I586548` - Console error occurs when datasource updated dynamically issue has been fixed.
- `#I582746` - Critical path of task connected dependent tasks have not changed to critical issue has been fixed.

- `#I586668` - When the context menu is used to add a record task index position value changes issue has been fixed.
- `#I586548` - Console error occurs when datasource updated dynamically issue has been fixed.

## 25.2.5 (2024-05-21)

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

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

## 25.2.3 (2024-05-08)
Expand Down
2 changes: 1 addition & 1 deletion components/gantt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-gantt",
"version": "25.2.4",
"version": "25.2.5",
"description": "Essential JS 2 Gantt Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
12 changes: 12 additions & 0 deletions components/grids/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## [Unreleased]

## 25.2.6 (2024-05-28)

### Grid

#### Bug fixes

- `#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.
- `#I580119` - Resolved the issue where the `Tooltip` element is not shown in context menu text overflow element.
- `#I571259` - Resolved the issue with the `selectRow` method when both `virtualization` and `grouping` are enabled.
- `#I587208` - The issue with misalignment of icons when the `headerText` field is empty has been resolved.
- `#I591601` - Resolved the issue where continuous spinner loading when opening the Excel filter dialog after performing the grid's search operation.

## 25.2.5 (2024-05-21)

### Grid
Expand Down
2 changes: 1 addition & 1 deletion components/grids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-grids",
"version": "25.2.3",
"version": "25.2.5",
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/imageeditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 25.2.5 (2024-05-21)
## 25.2.6 (2024-05-28)

### Image Editor

Expand Down
8 changes: 8 additions & 0 deletions components/inputs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 25.2.6 (2024-05-28)

### TextBox

#### Bug Fixes

- `#I587808` - Fixed an accessibility issue in the Multi Line textbox caused by the role attribute.

## 25.1.42 (2024-04-30)

### NumericTextBox
Expand Down
2 changes: 1 addition & 1 deletion components/inputs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-inputs",
"version": "25.2.3",
"version": "25.2.5",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
9 changes: 9 additions & 0 deletions components/kanban/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## [Unreleased]

## 25.2.6 (2024-05-28)

### Kanban

#### Bug Fixes

- `#I575728` - Now, Edited values in dialog will reflect in Cards when pressing the enter key in Kanban.
- `I580937` - Now, clicking the save button in the edit dialog works properly in Kanban.

## 25.1.42 (2024-04-30)

### Kanban
Expand Down
2 changes: 1 addition & 1 deletion components/kanban/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-kanban",
"version": "25.1.42",
"version": "25.2.3",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/lists/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 25.2.5 (2024-05-21)
## 25.2.6 (2024-05-28)

### ListView

Expand Down
2 changes: 1 addition & 1 deletion components/maps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-maps",
"version": "25.2.4",
"version": "25.2.5",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/navigations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 25.2.5 (2024-05-21)
## 25.2.6 (2024-05-28)

### ContextMenu

Expand Down
13 changes: 13 additions & 0 deletions components/pdfviewer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

## [Unreleased]

## 25.2.6 (2024-05-28)

### PDF Viewer

#### Bug Fixes

- `#I586371` - Now, the page does not become unresponsive when search multiple text.
- `#I586065` - Now, the `isDocumentEdited` API is set to true after making changes in the organize dialog.
- `#I587851` - Now, the signature field saved properly when using the provided code snippet for the customer.
- `#I585582` - Now, the text selection is working properly for OCR documents in client-side rendering.
- `#I586473` - Now, the signature dialog opens properly when using the provided code snippet for the customer on a mobile device.
- `#I574463` - Now, the script error does not occur when updating form fields in non-rendered pages.

## 25.2.5 (2024-05-21)

### PDF Viewer
Expand Down
2 changes: 1 addition & 1 deletion components/pdfviewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-pdfviewer",
"version": "25.2.4",
"version": "25.2.5",
"description": "Essential JS 2 PDF viewer Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
9 changes: 9 additions & 0 deletions components/pivotview/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## [Unreleased]

## 25.2.6 (2024-05-28)

### Pivot Table

#### Bug fixes

- `#I586835` - When measures have no values, the OLAP pivot table will now be rendered with the correct cell values when drilling down.
- `#I585932` - Date grouping will now work properly when using remote data in a pivot table.

## 25.2.5 (2024-05-21)

### Pivot Table
Expand Down
2 changes: 1 addition & 1 deletion components/pivotview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-pivotview",
"version": "25.2.4",
"version": "25.2.5",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
8 changes: 8 additions & 0 deletions components/popups/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,14 @@ Dialog is a window that displays information to the user, and used to get the us
- **Keyboard Interaction** - The Dialog can be intractable through keyboard.


## 25.2.4 (2024-05-14)

### Dialog

#### Bug Fixes

- `#I580008` - Resolved issue with Console error occurring while closing the dialog.

## 19.1.57 (2021-04-20)

### Popup
Expand Down
2 changes: 1 addition & 1 deletion components/popups/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-popups",
"version": "25.2.3",
"version": "25.2.4",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/querybuilder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 25.2.5 (2024-05-21)
## 25.2.4 (2024-05-14)

### QueryBuilder

Expand Down
2 changes: 1 addition & 1 deletion components/querybuilder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-querybuilder",
"version": "25.2.3",
"version": "25.2.4",
"description": "Essential JS 2 QueryBuilder for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/ribbon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-ribbon",
"version": "25.2.3",
"version": "25.2.5",
"description": "Essential JS 2 Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
Loading

0 comments on commit 5b4d9dc

Please sign in to comment.