Skip to content

Commit 68c240d

Browse files
author
pipeline
committed
v29.2.8 is released
1 parent 2eac5e0 commit 68c240d

File tree

25 files changed

+116
-27
lines changed

25 files changed

+116
-27
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.7 (2025-05-27)
5+
## 29.2.8 (2025-06-03)
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.7 (2025-05-27)
5+
## 29.2.8 (2025-06-03)
66

77
### Switch
88

components/charts/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.8 (2025-06-03)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I956983` - The console warning for an empty text anchor will no longer occur on canvas-enabled charts.
12+
- `#I727900` - Resolved a console error that occurred when updating the spline series using the add Point method.
13+
514
## 29.2.5 (2025-05-21)
615

716
### Chart

components/diagrams/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22

33
## [Unreleased]
44

5-
## 29.2.7 (2025-05-27)
5+
## 29.2.8 (2025-06-03)
66

77
### Diagram
88

99
#### Bug Fixes
1010

11-
- `#I718482` - Now, Flowchart layout will render without console error while loading mermaid syntax data.
11+
- `#I724541` - Corner radius will now apply correctly to group nodes.
12+
- `#I723106` - The annotation's edit box will now render correctly at its position after flipping the parent node.
13+
- `#I724169` - Now, flipping a group with a connector at runtime works properly.
1214

1315
## 29.2.4 (2025-05-14)
1416

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+
## 29.2.8 (2025-06-03)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I724519` - Fixed a script error that occurred when pasting content into a table.
12+
- `#I717943` - Addressed a performance issue when deleting content on the last page.
13+
- `#I715113` - Fixed an issue where image width values were not preserved when exporting to DOCX.
14+
- `#I715058`, `#I712565` - Resolved issues with mapped content controls in headers and footers.
15+
- `#I709838` - Fixed script errors that occurred during `Accept All` and `Reject All` operations in track changes.
16+
- `#I714933` - Fixed paragraph layout issues in multi-column documents.
17+
- `#I707365` - Addressed the auto fit table layout problems occurring during text insertion.
18+
- `#I718360` - Fixed placeholder text insertion issue when using the `insertContentControl` API.
19+
- `#I712236` - Fixed the style preservation issue when inserting text programmatically within selected bookmarks.
20+
- `#I712559` - Improved behaviour when pasting table content into another table in the Document Editor.
21+
- `#I715683` - Resolved layout inconsistencies in headers and footers while loading documents.
22+
- `#I713462` - Fixed layout issues in footnote body content when pressing the Enter key.
23+
- `#I720302` - Fixed the page number field updates issue during edit operations.
24+
525
## 29.2.5 (2025-05-21)
626

727
### DocumentEditor

components/dropdowns/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.7 (2025-05-27)
5+
## 29.2.8 (2025-06-03)
66

77
### MultiSelect
88

components/gantt/CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,28 @@
22

33
## [Unreleased]
44

5-
## 29.2.7 (2025-05-27)
5+
## 29.2.8 (2025-06-03)
66

77
### GanttChart
88

99
#### Bug fixes
1010

11-
- `#I723392` - Fixed an issue where the target argument in the `taskbarEdited` event returned null when resizing a taskbar.
11+
- `#I729423` - Revert to Previous Dates if End Date is Set to the Same as Start Date on Cell Edit Save and vice versa issue has been resolved.
12+
- `#I726732` - Resolved an issue where filtering was not maintained after performing a sorting action.
13+
- `#I728854` - The issue where the taskbar template was rendered outside the Gantt Chart container after performing a row drag-and-drop has been resolved.
14+
- `#I729516` - The issue where dependency lines were rendering incorrectly when connecting tasks using `SSType` has been resolved.
15+
1216
- `#I723681` - Resolved an issue where the end date of the last segment in a split taskbar was calculated incorrectly.
1317
- `#I725138` - Fixed a misalignment issue in the timeline virtualization that occurred when dragging and dropping a taskbar and using `updateDataSource` method.
18+
- `#I729516` - The issue where dependency lines were rendering incorrectly when connecting tasks using `SSType` has been resolved.
19+
20+
## 29.2.7 (2025-05-21)
21+
22+
### GanttChart
23+
24+
#### Bug fixes
1425

26+
- `#I723392` - Fixed an issue where the target argument in the `taskbarEdited` event returned null when resizing a taskbar.
1527
- `#I723681` - Resolved an issue where the end date of the last segment in a split taskbar was calculated incorrectly.
1628
- `#I725138` - Fixed a misalignment issue in the timeline virtualization that occurred when dragging and dropping a taskbar and using `updateDataSource` method.
1729

components/grids/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.7 (2025-05-27)
5+
## 29.2.8 (2025-06-03)
66

77
### Grid
88

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.7 (2025-05-27)
5+
## 29.2.8 (2025-06-03)
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.7 (2025-05-27)
5+
## 29.2.8 (2025-06-03)
66

77
### ColorPicker
88

0 commit comments

Comments
 (0)