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 a4b31b3

Browse files
author
pipeline
committed
v30.1.40 is released
1 parent d11ae11 commit a4b31b3

File tree

47 files changed

+153
-67
lines changed

Some content is hidden

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

47 files changed

+153
-67
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-
## 30.1.39 (2025-07-08)
5+
## 30.1.37 (2025-06-25)
66

77
### Barcode
88

‎components/barcodegenerator/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-barcode-generator",
3-
"version": "19.4.0",
3+
"version": "30.1.37",
44
"description": "Barcode generator component is a pure JavaScript library which will convert a string to Barcode and show it to the user. This supports major 1D and 2D barcodes including coda bar, code 128, QR Code. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

‎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.39 (2025-07-08)
5+
## 30.1.40 (2025-07-15)
66

77
### Chip
88

‎components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 30.1.40 (2025年07月15日)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I710720` - Logarithmic axis labels render correctly when the interval is not set.
12+
13+
### Accumulation Chart
14+
15+
- `#I741842` - Now, the legend symbol color can be applied using the arguments fill property in the legend render event.
16+
517
## 30.1.39 (2025年07月08日)
618

719
### 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.37",
3+
"version": "30.1.39",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 30.1.40 (2025年07月15日)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I737645` - Connectors are now selected after being dragged from a negative position to a positive position.
12+
- `#I739876` - now no error occurs when moving group node into a layer.
13+
- `#I739181` - The issue "Child nodes overlapping on another layout in organizational chart" has been fixed.
14+
515
## 30.1.39 (2025年07月08日)
616

717
### 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.38",
3+
"version": "30.1.39",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 30.1.40 (2025年07月15日)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I736018` - Fixed browser hanging issue that occurred when accepting page breaks in track changes mode.
12+
- `#I738556` - Fixed section break deletion issue in multi-column documents.
13+
514
## 30.1.39 (2025年07月08日)
615

716
### 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.38",
3+
"version": "30.1.39",
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 30.1.40 (2025年07月15日)
6+
7+
### MultiSelect
8+
9+
#### Bug fixes
10+
11+
- `#I732169` - Fixed an issue where focus was not applied to the custom value when the Sort Order property was enabled.
12+
13+
### ListBox
14+
15+
#### Bug Fixes
16+
17+
- `#I729413` - Fixed an issue where the toolbar settings buttons are enabled when no item is selected if the refresh method is called.
18+
519
## 30.1.39 (2025年07月08日)
620

721
### DropDownTree

0 commit comments

Comments
(0)

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