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 05b62ed

Browse files
author
pipeline
committed
v30.2.4 is released
1 parent 9636aac commit 05b62ed

File tree

42 files changed

+245
-39
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+245
-39
lines changed

‎components/charts/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-
## 30.1.42 (2025-07-29)
5+
## 30.2.4 (2025-08-07)
66

77
### Accumulation Chart
88

‎components/diagrams/CHANGELOG.md‎

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,29 @@
22

33
## [Unreleased]
44

5+
## 30.2.4 (2025年08月07日)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I748546` - Fixed an issue where same tooltip content was shown for different group nodes.
12+
513
## 30.1.42 (2025年07月29日)
614

715
### Diagram
816

917
#### Bug Fixes
1018

19+
- `#I743792` - Enhanced connector interaction, When initiating a connector from an InConnect-only port, the target end now correctly attaches to the port, while the source end follows the mouse pointer during drawing.
20+
- `#I745390` - Fixed an issue where an exception was thrown when loading an EJ1 diagram with PreventDefaults set to true in an EJ2 diagram.
21+
22+
## 30.1.41 (2025年07月22日)
23+
24+
### Diagram
25+
26+
#### Bug Fixes
27+
1128
- `#I743241` - Improved performance when dragging group nodes containing multiple child nodes.
1229
- `#I742692` - Resolved diagram flickering issue during panning.
1330
- `#I742819` - Fixed connector overlapping issue in complex hierarchical tree.

‎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.40",
3+
"version": "30.1.42",
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: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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+
515
## 30.1.42 (2025年07月29日)
616

717
### DocumentEditor
@@ -18,6 +28,12 @@
1828
- `#I744394` - Fixed a script error in documents opened in protection mode.
1929
- `#I744057` - Modified the Dialog content when closing the comments panel
2030

31+
- `#I737518` - Handled Ms Word behaviour when styles are duplicated in a document
32+
- `#I744551` - Resolved the performance issue in Ribbon mode when press and hold key
33+
- `#I741625` - Resolved parsing issue when field type splits into multiple paragraphs
34+
- `#I734726` - Resolved table layout issue when document contains both floating and normal tables
35+
- `#I743853` - Resolved the paragraph styles are not properly visible in Ribbon UI
36+
2137
## 30.1.40 (2025年07月15日)
2238

2339
### DocumentEditor
@@ -4612,4 +4628,19 @@ The Document Editor component is used to create, edit, view, and print Word docu
46124628
- Allows user interactions like zoom, scroll, select contents through touch, mouse, and keyboard.
46134629
- Provides intuitive UI options like context menu, dialogs, and navigation pane.
46144630
- Creates a lightweight Word viewer using module injection to view and prints Word documents.
4615-
- 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.
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日)
4632+
4633+
### DocumentEditor
4634+
4635+
#### Bug Fixes
4636+
4637+
- `#I734726` - Fixed table layout issues when documents contain multiple floating tables.
4638+
- `#I702538` - Enhanced performance when editing large documents with editable regions.
4639+
- `#I737779` - Fixed an issue where Undo did not work correctly with bookmark elements.
4640+
- `#I742694` - Corrected layout problems in Hebrew right to left documents containing form fields.
4641+
- `#I740631` - Resolved a script error that occurred when pasting a table row containing bookmarks inside a cell.
4642+
- `#I743329` - Fixed browser freezing when performing the `Accept` action in Track Changes mode.
4643+
- `#I741247` - Resolved an application crash issue when opening a `.txt` file.
4644+
- `#I744394` - Fixed a script error in documents opened in protection mode.
4645+
- `#I744057` - Modified the Dialog content when closing the comments panel
4646+

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

33
## [Unreleased]
44

5-
## 30.1.40 (2025年07月15日)
5+
## 30.2.4 (2025年08月07日)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- `#I749286` - Fixed an issue where the numeric keypad `0` was not triggering the listbox filtering.
612

713
### MultiSelect
814

915
#### Bug fixes
1016

17+
- `#I732425` - Fixed an issue where the `actionComplete` event was being triggered twice when the `allowCustomValue` property was enabled.
18+
1119
- `#I732169` - Fixed an issue where focus was not applied to the custom value when the Sort Order property was enabled.
1220

21+
#### Bug Fixes
22+
23+
- `#I745180` - Fixed an issue where the MultiSelect component did not scroll to the top after programmatically clearing its value when virtualization was enabled.
24+
25+
### DropdownList
26+
27+
#### Bug Fixes
28+
29+
- `#I747869` - Fixed an issue where the selected value would be removed when the Escape key was pressed while the popup was open.
30+
31+
## 30.1.42 (2025年07月29日)
32+
33+
### ComboBox
34+
35+
#### Bug Fixes
36+
37+
- `#I729862` - Fixed an issue where enabling virtualization caused the scrollbar to unexpectedly jump back to the top when scrolling to the bottom of the list.
38+
39+
## 30.1.40 (2025年07月15日)
40+
41+
### DropDownTree
42+
43+
#### Bug fixes
44+
45+
- `#I744501` - Dropdown Tree opening issue in the Firefox browser has been Resolved.
46+
47+
### MultiSelect
48+
49+
#### Bug fixes
50+
1351
- `#I714583` - Fixed an issue where the value was not updating dynamically when using `groupTemplate`.
1452

1553
### ListBox
@@ -2254,7 +2292,21 @@ DropDownList component contains a list of predefined values from which a single
22542292

22552293
- **Templates** - Allows customizing the list items, selected value, header, footer, category group header, and no records content.
22562294

2257-
- **Accessibility** - Provided with built-in accessibility support which helps to access all the DropDownList component features through the keyboard, screen readers, or other assistive technology devices.## 29.1.33 (2025年03月25日)
2295+
- **Accessibility** - Provided with built-in accessibility support which helps to access all the DropDownList component features through the keyboard, screen readers, or other assistive technology devices.## 29.1.41 (2025年05月06日)
2296+
2297+
### MultiSelect
2298+
2299+
#### Bug Fixes
2300+
2301+
- `#I728371` - Fixed an issue where the value was not being cleared correctly when removed dynamically via a button click.
2302+
2303+
### ComboBox
2304+
2305+
#### Bug Fixes
2306+
2307+
- `#I707526` - Fixed an issue where the selected value was displayed twice within the popup when using virtualization.
2308+
2309+
## 29.1.33 (2025年03月25日)
22582310

22592311
### Mention
22602312

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

‎components/filemanager/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-
## 30.1.42 (2025-07-29)
5+
## 30.1.39 (2025-07-08)
66

77
### FileManager
88

‎components/filemanager/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-filemanager",
3-
"version": "30.1.38",
3+
"version": "30.1.39",
44
"description": "Essential JS 2 FileManager Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

‎components/gantt/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-
## 30.1.42 (2025-07-29)
5+
## 30.2.4 (2025-08-07)
66

77
### GanttChart
88

0 commit comments

Comments
(0)

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