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 0c99865

Browse files
author
pipeline
committed
v30.2.5 is released
1 parent 05b62ed commit 0c99865

File tree

36 files changed

+176
-40
lines changed

36 files changed

+176
-40
lines changed

‎components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 30.2.4 (2025年08月07日)
5+
## 30.2.5 (2025年08月13日)
6+
7+
### Accumulation Chart
8+
9+
#### Bug Fixes
10+
11+
- `#F69009` - The accumulation chart now correctly assigns the ID for rendering.
12+
13+
### Chart
14+
15+
#### Bug Fixes
16+
17+
- `#F69147` - Highlighting functionality is now working correctly for marker-enabled scatter series.
18+
19+
## 30.1.42 (2025年07月29日)
620

721
### Accumulation Chart
822

‎components/circulargauge/CHANGELOG.md

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

55
## [Unreleased]
66

7+
## 30.2.5 (2025年08月13日)
8+
9+
### Circular Gauge
10+
11+
#### Bug Fixes
12+
13+
- `#I750239` - Now, the scroll does not appear when setting overflow to auto in the Circular Gauge component.
14+
715
## 25.1.35 (2024年03月15日)
816

917
### Circular Gauge

‎components/circulargauge/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-circulargauge",
3-
"version": "30.1.37",
3+
"version": "30.2.4",
44
"description": "Essential JS 2 CircularGauge Components 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+
## 30.2.5 (2025年08月13日)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I743248` - CollectionChange now supports diagram item deletion via the delete key, with the action marked as Keyboard Delete.
12+
513
## 30.2.4 (2025年08月07日)
614

715
### 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": "30.1.42",
3+
"version": "30.2.4",
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: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@
22

33
## [Unreleased]
44

5-
## 30.2.4 (2025年08月07日)
6-
7-
### DocumentEditor
8-
9-
#### Bug Fixes
10-
11-
- `#I739494` - Resolved the document content is missing issue.
12-
- `#I738922` - Resolved the data loss issue in web layout.
13-
- `#I745777` - Resolved the document content is missing issue.
14-
155
## 30.1.42 (2025年07月29日)
166

177
### DocumentEditor
@@ -4628,7 +4618,17 @@ The Document Editor component is used to create, edit, view, and print Word docu
46284618
- Allows user interactions like zoom, scroll, select contents through touch, mouse, and keyboard.
46294619
- Provides intuitive UI options like context menu, dialogs, and navigation pane.
46304620
- Creates a lightweight Word viewer using module injection to view and prints Word documents.
4631-
- Added `Syncfusion.EJ2.DocumentEditor` NuGet package that contains helper library for converting Word documents to `Syncfusion Document Text (*.sfdt)`. It supports .NET Standard 2.0 Framework.## 30.1.41 (2025年07月22日)
4621+
- Added `Syncfusion.EJ2.DocumentEditor` NuGet package that contains helper library for converting Word documents to `Syncfusion Document Text (*.sfdt)`. It supports .NET Standard 2.0 Framework.## 30.2.4 (2025年08月07日)
4622+
4623+
### DocumentEditor
4624+
4625+
#### Bug Fixes
4626+
4627+
- `#I739494` - Resolved the document content is missing issue.
4628+
- `#I738922` - Resolved the data loss issue in web layout.
4629+
- `#I745777` - Resolved the document content is missing issue.
4630+
4631+
## 30.1.41 (2025年07月22日)
46324632

46334633
### DocumentEditor
46344634

‎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": "30.1.42",
3+
"version": "30.2.4",
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+
## 30.2.5 (2025年08月13日)
6+
7+
### MultiSelect
8+
9+
#### Bug fixes
10+
11+
- `#I748341` - Fixed an issue where data was not loading properly and the popup closed automatically after selecting `Select All` and scrolling the list.
12+
513
## 30.2.4 (2025年08月07日)
614

715
### ListBox

‎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": "30.1.42",
3+
"version": "30.2.4",
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: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,52 @@
22

33
## [Unreleased]
44

5+
## 30.2.5 (2025年08月13日)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I750331` - Fixed an issue where label customization using the `pdfQueryTaskbarInfo` event was not working properly.
12+
- `#I745469` - Resolved a white space issue that occurred while scrolling up and down at the bottom of the Tree Grid side.
13+
514
## 30.2.4 (2025年08月07日)
615

716
### GanttChart
817

18+
#### Feature
19+
20+
- `#I705390`, `#I665780` - Improved the Gantt chart's baseline functionality by adding support for `baselineDuration` data mapping, alongside the `baselineStartDate` and `baselineEndDate` properties. These enhancements make it easier to configure baseline milestones.
21+
22+
#### Bug fix
23+
24+
- `#I746805` - Fixed blank spaces and missing rows during scroll with timeline virtualization in Gantt Chart.
25+
26+
## 30.1.42 (2025年07月29日)
27+
28+
### GanttChart
29+
930
#### Bug fixes
1031

32+
- `#I745434` - Taskbar rendering is mismatched between UI and pdf export while using split task issue has been resolved.
33+
- `#I732347` - Spinner is not shown when editing a cell issue has been resolved.
34+
- `#I751091` - Disabling `allowEditing` property for custom columns does not work issue has been resolved.
35+
1136
- `#F197011` - Fixed an issue where collapsed parent tasks automatically expanded during drag-and-drop in the `multitaskbar` feature, ensuring they remain collapsed as intended.
1237
- `#I744105` - Console error occurs while refresh the component with toolbar template issue has been resolved.
1338
- `#I744544` - Fixed incorrect parent taskbar rendering by ensuring child tasks update before parent during dependency has been resolved.
14-
- `#I746332` - Console error occurs when refresh action is performed in Gantt followed by toolbar add action issue has been resolved.
15-
- `#I748609` - The issue where the `actionBegin` event was not triggered during the save operation following cell editing has been successfully resolved.
39+
40+
## 30.1.41 (2025年07月08日)
41+
42+
### GanttChart
43+
44+
#### Bug fixes
1645

1746
- `#F197011` - Fixed an issue where collapsed parent tasks automatically expanded during drag-and-drop in the `multitaskbar` feature, ensuring they remain collapsed as intended.
1847
- `#I744105` - Console error occurs while refresh the component with toolbar template issue has been resolved.
1948
- `#I744544` - Fixed incorrect parent taskbar rendering by ensuring child tasks update before parent during dependency has been resolved.
49+
- `#I746332` - Console error occurs when refresh action is performed in Gantt followed by toolbar add action issue has been resolved.
50+
- `#I748609` - The issue where the `actionBegin` event was not triggered during the save operation following cell editing has been successfully resolved.
2051

2152
## 30.1.39 (2025年07月08日)
2253

0 commit comments

Comments
(0)

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