Skip to content

Commit 2eac5e0

Browse files
author
pipeline
committed
v29.2.7 is released
1 parent 2a86fa7 commit 2eac5e0

File tree

32 files changed

+113
-22
lines changed

32 files changed

+113
-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-react-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 React",
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-react-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 React",
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/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-react-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 React",
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-react-dropdowns",
3-
"version": "29.2.4",
3+
"version": "29.2.5",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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+
15+
- `#I723681` - Resolved an issue where the end date of the last segment in a split taskbar was calculated incorrectly.
16+
- `#I725138` - Fixed a misalignment issue in the timeline virtualization that occurred when dragging and dropping a taskbar and using `updateDataSource` method.
17+
518
## 29.2.5 (2025-05-21)
619

720
### 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-react-gantt",
3-
"version": "29.2.4",
3+
"version": "29.2.5",
44
"description": "Essential JS 2 Gantt Component for React",
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-react-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 React",
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
@@ -8,7 +8,7 @@
88

99
## [Unreleased]
1010

11-
## 29.2.5 (2025-05-21)
11+
## 29.2.7 (2025-05-27)
1212

1313
### LinearGauge
1414

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-react-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 React",
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-react-pdfviewer",
3-
"version": "29.2.4",
3+
"version": "29.2.5",
44
"description": "Essential JS 2 PDF viewer Component for React",
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-react-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 React",
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-react-richtexteditor",
3-
"version": "29.2.4",
3+
"version": "29.2.5",
44
"description": "Essential JS 2 RichTextEditor component for React",
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/spreadsheet/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
### Spreadsheet
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-react-treegrid",
3-
"version": "29.1.39",
3+
"version": "29.2.4",
44
"description": "Essential JS 2 TreeGrid Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)