Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 27ca858

Browse files
author
pipeline
committed
v29.2.8 is released
1 parent aeebe8f commit 27ca858

File tree

25 files changed

+128
-26
lines changed

25 files changed

+128
-26
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: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,20 @@
22

33
## [Unreleased]
44

5-
## 29.2.7 (2025年05月27日)
5+
## 29.2.8 (2025年06月03日)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
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+
16+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
17+
18+
## 29.2.7 (2025年05月21日)
619

720
### GanttChart
821

@@ -12,7 +25,7 @@
1225
- `#I723681` - Resolved an issue where the end date of the last segment in a split taskbar was calculated incorrectly.
1326
- `#I725138` - Fixed a misalignment issue in the timeline virtualization that occurred when dragging and dropping a taskbar and using `updateDataSource` method.
1427

15-
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
28+
- `#I723392` - Fixed an issue where the target argument in the `taskbarEdited` event returned null when resizing a taskbar.
1629

1730
## 29.2.5 (2025年05月21日)
1831

‎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)

AltStyle によって変換されたページ (->オリジナル) /