Skip to content

Commit 1e776ad

Browse files
author
pipeline
committed
v30.1.41 is released
1 parent a4b31b3 commit 1e776ad

File tree

40 files changed

+183
-30
lines changed

40 files changed

+183
-30
lines changed

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-
## 30.1.40 (2025-07-15)
5+
## 30.1.37 (2025-06-25)
66

77
### Chip
88

components/buttons/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-buttons",
3-
"version": "28.1.33",
3+
"version": "30.1.37",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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+
## 30.1.41 (2025-07-22)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I739203` - Now the header in the exported PDF renders properly with wrapping instead of being cropped.
12+
- `#I738322` - The legend will render without a dash array for the marker-disabled dashed line series chart.
13+
514
## 30.1.40 (2025-07-15)
615

716
### 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-angular-charts",
3-
"version": "30.1.39",
3+
"version": "30.1.40",
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 Angular",
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+
## 30.1.41 (2025-07-22)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I743241` - Improved performance when dragging group nodes containing multiple child nodes.
12+
- `#I742692` - Resolved diagram flickering issue during panning.
13+
- `#I742819` - Fixed connector overlapping issue in complex hierarchical tree.
14+
- `#I743248` - The CollectionChange event now provides arguments to notify copy and paste actions, enabling proper tracking and handling of these operations.
15+
516
## 30.1.40 (2025-07-15)
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-angular-diagrams",
3-
"version": "30.1.39",
3+
"version": "30.1.40",
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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
## [Unreleased]
44

5+
## 30.1.41 (2025-07-22)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I734726` - Fixed table layout issues when documents contain multiple floating tables.
12+
- `#I702538` - Enhanced performance when editing large documents with editable regions.
13+
- `#I737779` - Fixed an issue where Undo did not work correctly with bookmark elements.
14+
- `#I742694` - Corrected layout problems in Hebrew right to left documents containing form fields.
15+
- `#I740631` - Resolved a script error that occurred when pasting a table row containing bookmarks inside a cell.
16+
- `#I743329` - Fixed browser freezing when performing the `Accept` action in Track Changes mode.
17+
- `#I741247` - Resolved an application crash issue when opening a `.txt` file.
18+
- `#I744394` - Fixed a script error in documents opened in protection mode.
19+
- `#I744057` - Modified the Dialog content when closing the comments panel
20+
521
## 30.1.40 (2025-07-15)
622

723
### 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-angular-documenteditor",
3-
"version": "30.1.39",
3+
"version": "30.1.40",
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 30.1.41 (2025-07-22)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- `#I741404` - The issue with the Multiselect span element not rendering after a form reset has been resolved.
12+
513
## 30.1.40 (2025-07-15)
614

715
### MultiSelect
@@ -10,6 +18,10 @@
1018

1119
- `#I732169` - Fixed an issue where focus was not applied to the custom value when the Sort Order property was enabled.
1220

21+
- `#I714583` - Fixed an issue where the value was not updating dynamically when using `groupTemplate`.
22+
23+
- `#I732169` - Fixed an issue where focus was not applied to the custom value when the Sort Order property was enabled.
24+
1325
### ListBox
1426

1527
#### 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.39",
3+
"version": "30.1.40",
44
"description": "Essential JS 2 DropDown Components for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)