Skip to content

Commit 87a52b1

Browse files
author
pipeline
committed
v30.2.4 is released
1 parent e1c4f92 commit 87a52b1

File tree

46 files changed

+196
-51
lines changed

Some content is hidden

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

46 files changed

+196
-51
lines changed

components/base/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
### Common
88

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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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

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-angular-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 Angular",
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-angular-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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/CHANGELOG.md

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,40 @@
22

33
## [Unreleased]
44

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.
12+
13+
### MultiSelect
14+
15+
#### Bug fixes
16+
17+
- `#I732425` - Fixed an issue where the `actionComplete` event was being triggered twice when the `allowCustomValue` property was enabled.
18+
19+
- `#I732169` - Fixed an issue where focus was not applied to the custom value when the Sort Order property was enabled.
20+
21+
- `#I732169` - Fixed an issue where focus was not applied to the custom value when the Sort Order property was enabled.
22+
23+
- `#I745468` - Fixed an issue where disabled items were not re-enabled after clearing the value when the maximumSelectionLength property 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+
531
## 30.1.42 (2025-07-29)
632

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+
739
### MultiSelect
840

941
#### Bug Fixes
@@ -22,12 +54,8 @@
2254

2355
#### Bug fixes
2456

25-
- `#I732169` - Fixed an issue where focus was not applied to the custom value when the Sort Order property was enabled.
26-
2757
- `#I714583` - Fixed an issue where the value was not updating dynamically when using `groupTemplate`.
2858

29-
- `#I732169` - Fixed an issue where focus was not applied to the custom value when the Sort Order property was enabled.
30-
3159
### ListBox
3260

3361
#### Bug Fixes

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-angular-dropdowns",
3-
"version": "30.1.40",
3+
"version": "30.1.42",
44
"description": "Essential JS 2 DropDown Components for Angular",
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-angular-filemanager",
3-
"version": "30.1.38",
3+
"version": "30.1.39",
44
"description": "Essential JS 2 FileManager Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)