Skip to content

Commit 89b5ef0

Browse files
author
pipeline
committed
v29.2.7 is released
1 parent f3ff496 commit 89b5ef0

File tree

33 files changed

+122
-22
lines changed

33 files changed

+122
-22
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-
## 29.2.5 (2025-05-21)
5+
## 29.2.7 (2025-05-27)
66

77
### Barcode
88

components/buttons/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-
## 29.2.5 (2025-05-21)
5+
## 29.2.7 (2025-05-27)
66

77
### Switch
88

components/calendars/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010

1111
- `#I711579` - Fixed an issue where the DatePicker popup did not close on mobile devices when clicking outside of it.
1212

13+
### DateRangePicker
14+
15+
#### Bug Fixes
16+
17+
- `#709169` - Fixed an issue where the Daterangepicker popup did not update the selected range when using min and max dates with mid-month values, with depth set to year and decade.
18+
1319
## 29.1.40 (2025-04-29)
1420

1521
### DateRangePicker

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": "29.2.4",
3+
"version": "29.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/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": "29.2.4",
3+
"version": "29.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/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+
## 29.2.7 (2025-05-27)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I718482` - Now, Flowchart layout will render without console error while loading mermaid syntax data.
12+
513
## 29.2.4 (2025-05-14)
614

715
### Diagram

components/documenteditor/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## 29.2.5 (2025-05-21)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I710210` - Fixed the issue with bookmark navigation in the editor.
12+
- `#I715670` - Addressed the problem where the `LinkToPrevious` property for header and footer table widgets was not updating correctly.
13+
- `#I713244` - Fixed the scrollbar not updating properly in the Document Editor when using Web Layout.
14+
- `#I710185` - Resolved the issue where pasted content inside a table was not tracked correctly.
15+
- `#I724703` - Fixed the issue with incorrect list numbering when pasting content.
16+
517
## 29.2.4 (2025-05-14)
618

719
### 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": "29.2.4",
3+
"version": "29.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

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

33
## [Unreleased]
44

5+
## 29.2.7 (2025-05-27)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- `#I696602` - Fixed an issue where the popup remains open if the MultiSelect input is not visible in the viewport.
12+
513
## 29.2.5 (2025-05-21)
614

715
### DropDownTree

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": "29.2.4",
3+
"version": "29.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

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

33
## [Unreleased]
44

5-
## 29.2.5 (2025-05-21)
5+
## 29.2.7 (2025-05-27)
66

77
### FileManager
88

components/gantt/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+
## 29.2.7 (2025-05-27)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I723392` - Fixed an issue where the target argument in the `taskbarEdited` event returned null when resizing a taskbar.
12+
- `#I723681` - Resolved an issue where the end date of the last segment in a split taskbar was calculated incorrectly.
13+
- `#I725138` - Fixed a misalignment issue in the timeline virtualization that occurred when dragging and dropping a taskbar and using `updateDataSource` method.
14+
515
## 29.2.5 (2025-05-21)
616

717
### GanttChart

components/gantt/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-gantt",
3-
"version": "29.2.4",
3+
"version": "29.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

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

33
## [Unreleased]
44

5+
## 29.2.7 (2025-05-27)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I723930` - The issue where the browser scroll to the grid when it loads with initial grouping and empty data has been resolved.
12+
- `#I724420` - The issue where the Excel Filter Dialog operator sub-menu opened on the right side instead of the left in `RTL` mode, causing UI misalignment, has been resolved.
13+
514
## 29.2.5 (2025-05-21)
615

716
### 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": "29.2.4",
3+
"version": "29.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

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

33
## [Unreleased]
44

5-
## 29.2.5 (2025-05-21)
5+
## 29.2.7 (2025-05-27)
66

77
### Image Editor
88

components/inputs/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-
## 29.2.5 (2025-05-21)
5+
## 29.2.7 (2025-05-27)
66

77
### ColorPicker
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-
## 29.2.5 (2025-05-21)
5+
## 29.2.7 (2025-05-27)
66

77
### Dashboard Layout
88

components/lineargauge/CHANGELOG.md

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

1111
## [Unreleased]
1212

13-
## 29.2.5 (2025-05-21)
13+
## 29.2.7 (2025-05-27)
1414

1515
### LinearGauge
1616

components/lists/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-
## 29.2.5 (2025-05-21)
5+
## 29.2.7 (2025-05-27)
66

77
### ListBox
88

components/multicolumncombobox/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-
## 29.2.5 (2025-05-21)
5+
## 29.2.7 (2025-05-27)
66

77
### MultiColumn ComboBox
88

components/navigations/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+
## 29.2.7 (2025-05-27)
6+
7+
### Tab
8+
9+
#### Bug Fixes
10+
11+
- `#I717262` - The issue with `hideTab` not working correctly in mobile (popup) mode of the Tab component has been resolved.
12+
13+
### Toolbar
14+
15+
#### Bug Fixes
16+
17+
- `#I705994` - The issue with the tooltip and click handling, which occurred when hovering over the toolbar item instead of the button has been resolved.
18+
19+
### ContextMenu
20+
21+
#### Bug Fixes
22+
23+
- `#I715938` - Resolved an issue in the Context Menu component where the scrollbar was not added when menu items were changed dynamically, and unwanted spacing was being added to the element.
24+
525
## 29.2.5 (2025-05-21)
626

727
### ContextMenu

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

33
## [Unreleased]
44

5+
## 29.2.7 (2025-05-27)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I957375` - Resolved an issue where the fill color was not applied when changed from transparent to white.
12+
- `#I721139` - Fixed an issue where `retrieveFormFields` method returns empty values for Textbox and Password fields without injecting Form Designer module.
13+
514
## 29.2.5 (2025-05-21)
615

716
### PDF Viewer
@@ -13,6 +22,7 @@
1322
- `#I719934` - Resolved an issue where custom fonts were not preserved in the downloaded document for form fields on the server side.
1423
- `#I720572` - Fixed an issue where the `fireFormFieldRemoveEvent` is not triggered when deleting the form fields on non-render pages.
1524
- `#I721617` - Resolved an issue where an undefined exception was thrown while accessing the destination page of child bookmarks in the provided document.
25+
- `#I723539` - Resolved an issue where importing text markup annotations was slow for large documents at higher zoom levels.
1626

1727
## 29.2.4 (2025-05-14)
1828

components/pdfviewer/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-pdfviewer",
3-
"version": "29.2.4",
3+
"version": "29.2.5",
44
"description": "Essential JS 2 PDF viewer Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/popups/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+
## 29.2.7 (2025-05-27)
6+
7+
### Dialog
8+
9+
#### Bug Fixes
10+
11+
- `#I722514` - Resolved an issue where the Dialog component was misaligned when setting the target to body and enabling isModal within the open event.
12+
513
## 29.1.37 (2025-04-08)
614

715
### Tooltip

components/popups/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-popups",
3-
"version": "29.1.37",
3+
"version": "29.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

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

33
## [Unreleased]
44

5-
## 29.2.5 (2025-05-21)
5+
## 29.2.7 (2025-05-27)
66

77
### QueryBuilder
88

components/richtexteditor/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#### Bug Fixes
1010

11+
- `#I723390` - Now, The issue with the Table Tools Alignment and Vertical Align Not Applied on Row/Column Selection has been resolved.
1112
- `#I724398` - Now, the issue with the console error while running `Vitest` unit tests in the rich text editor has been resolved.
1213
- `#FB67289` - Now, the issue where the Edit Link popup did not retain the URL after applying font color in the Rich Text Editor has been resolved.
1314

components/richtexteditor/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-richtexteditor",
3-
"version": "29.2.4",
3+
"version": "29.2.5",
44
"description": "Essential JS 2 RichTextEditor component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/schedule/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-
## 29.2.5 (2025-05-21)
5+
## 29.2.7 (2025-05-27)
66

77
### Schedule
88

components/treegrid/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+
## 29.2.7 (2025-05-27)
6+
7+
### Tree Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I722548` - Fixed an issue where records are in expanded state after searching when virtualization and collapseAll enabled.
12+
513
## 29.1.39 (2025-04-22)
614

715
### Tree Grid

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

0 commit comments

Comments
 (0)