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 527a103

Browse files
author
pipeline
committed
v29.2.4 is released
1 parent fd0fc1b commit 527a103

File tree

31 files changed

+189
-21
lines changed

31 files changed

+189
-21
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.1.41 (2025-05-06)
5+
## 29.2.4 (2025-05-14)
66

77
### Barcode
88

‎components/calendars/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.1.41 (2025-05-06)
5+
## 29.2.4 (2025-05-14)
66

77
### DateRangePicker
88

‎components/charts/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.4 (2025年05月14日)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#F67379` - Now the opacity updates properly on the data point after the tooltip fades out.
12+
513
## 29.1.41 (2025年05月06日)
614

715
### Accumulation Chart

‎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.1.40",
3+
"version": "29.1.41",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 29.2.4 (2025年05月14日)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I952617` - Connectors in the layout will now render with the correct appearance when a specific type is explicitly defined in the `getConnectorDefaults` function.
12+
- `#F196439` - Independent nodes in complex hierarchical trees will now render without overlapping other nodes.
13+
- `#I700206` - Now connectors will not overlap nodes of varying size in layout.
14+
- `#I713490` - Now the nodes will have property defined in `getNodeDefaults` on performing undo and redo.
15+
516
## 29.1.41 (2025年05月06日)
617

718
### Diagram

‎components/diagrams/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-diagrams",
3-
"version": "29.1.40",
3+
"version": "29.1.41",
44
"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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

‎components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 29.2.4 (2025年05月14日)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I709841`,`#I722525` - Improved editing performance when spell check is enabled.
12+
- `#I716525` - Fixed performance issues related to bookmark manipulation during editing operations.
13+
- `#I715428` - Resolved a script error that occurred when loading SFDT without injecting the editor module.
14+
- `#I716353` - Fixed an issue where table cell content was clipped when zooming out.
15+
- `#I709838` - Resolved a script error that occurred when exporting after performing a delete operation with track changes enabled.
16+
17+
#### Features
18+
19+
- `#I682661` - Added support for removing editing region in the current selection position.
20+
- `#I706446` - Added support for retrieving fields within the selected range.
21+
- `#I712473` - Added screen reader support in Document Editor.
22+
23+
## 29.1.41 (2025年05月06日)
24+
25+
### DocumentEditor
26+
27+
#### Bug Fixes
28+
29+
- `#I712778` - Fixed an issue where a new paragraph was inserted outside the editable region in protected documents.
30+
- `#I713902` - Corrected the underline rendering for the appropriate word during spell check.
31+
- `#I710270` - Resolved a table formatting issue when applying shading to specific cells.
32+
- `#I707681` - Fixed the DocumentEditor refresh issue when the spell checker is enabled.
33+
- `#I701076` - Addressed an issue where bullet points were not applied correctly when pasting SFDT content.
34+
- `#I719946` - Resolved a script error that occurred during repeated find-and-replace operations.
35+
536
## 29.1.40 (2025年04月29日)
637

738
### 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-react-documenteditor",
3-
"version": "29.1.40",
3+
"version": "29.1.41",
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: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,37 @@
22

33
## [Unreleased]
44

5+
## 29.2.4 (2025年05月14日)
6+
7+
### ComboBox
8+
9+
#### Bug Fixes
10+
11+
- `#I717289` - Resolved an issue where RTL support was not applied to the ComboBox component when enabled globally.
12+
13+
### MultiSelect
14+
15+
#### Bug Fixes
16+
17+
- `#I713063` - Fixed an issue where binding a value with `allowObjectBinding` caused the data fetch request to fail.
18+
19+
- `#I718283` - Fixed an issue where the pre-selected value was overflowing
20+
21+
- `#I713454` - Fixed an issue where extra space appeared in the popup when using the allowResize property.
22+
- `#I713828` - Fixed an issue where the resize icon overlaps with the scroll bar in multi-select when using the allowResize feature with the header template.
23+
- `#I708109` - Fixed an issue related to disabled fields and sort order, which was causing incorrect item disabling.
24+
- `#I699580` - Fixed an issue where the text was overlapping the clear icon in the Multi Select dropdown.
25+
526
## 29.1.41 (2025年05月06日)
627

28+
### ComboBox
29+
30+
#### Bug Fixes
31+
32+
- `#I707526` - Fixed an issue where the selected value was displayed twice within the popup when using virtualization.
33+
34+
## 29.1.40 (2025年04月29日)
35+
736
### Mention
837

938
#### Bug Fixes
@@ -28,6 +57,12 @@
2857

2958
- `#I712292` - Fixed an issue where the ComboBox component would throw a console error when filtering data with complex structures while the `allowFiltering` option is set to true.
3059

60+
### DropDownTree
61+
62+
#### Bug Fixes
63+
64+
- `#I711933` - Resolved the issue where the dropdown popup did not open on the first touch interaction on iPad devices.
65+
3166
## 29.1.38 (2025年04月15日)
3267

3368
### MultiSelect

‎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.1.38",
3+
"version": "29.1.41",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
(0)

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