Skip to content

Commit 34aad0f

Browse files
author
pipeline
committed
v31.2.10 is released
1 parent ff5d530 commit 34aad0f

File tree

51 files changed

+279
-86
lines changed

Some content is hidden

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

51 files changed

+279
-86
lines changed

components/blockeditor/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22

33
## [Unreleased]
44

5-
## 31.2.5 (2025-11-04)
5+
## 31.2.10 (2025-11-13)
66

77
### Block Editor
88

99
#### Bug Fixes
1010

1111
- `#I756987` - Now the issue with the Block Editor vulnerable code due to the usage of `Math.random()` has been resolved.
1212

13-
- `#I775231` - Now the issue with popup overlap when using multiple Block Editor placed inside grid layout has been resolved.
13+
- `#I775231` - Now the issue with popup overlap when using multiple Block Editor placed inside grid layout has been resolved.
14+
15+
- `#I779959` - Now the issue with block editor automatically focuses at the end after initialization has been resolved.

components/blockeditor/README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This [Angular Block Editor](https://www.syncfusion.com/angular-components/angula
3434
<p align="center">
3535
Trusted by the world's leading companies
3636
<a href="https://www.syncfusion.com/">
37-
<img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Syncfusion logo">
37+
<img src="https://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Syncfusion logo">
3838
</a>
3939
</p>
4040

@@ -58,6 +58,14 @@ blockeditor components are also offered in following list of frameworks.
5858
* Loan Calculator - [Source](https://github.com/syncfusion/ej2-showcase-angular-loancalculator), [Live Demo]( https://ej2.syncfusion.com/showcase/angular/loancalculator/?utm_source=npm&utm_campaign=slider)
5959
* Cloud Pricing - [Live Demo](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=slider#/fluent2/range-slider/azure-pricing)
6060

61+
## Resources
62+
63+
* [Documentation](https://ej2.syncfusion.com/angular/documentation/block-editor/getting-started)
64+
* [Theme Studio](https://ej2.syncfusion.com/themestudio/)
65+
* [What's New](https://www.syncfusion.com/products/whatsnew/angular?utm_medium=listing&utm_source=github)
66+
* [Road Map](https://www.syncfusion.com/products/roadmap/angular)
67+
* [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=angular&type=all)
68+
6169
## Support
6270

6371
Product support is available through following mediums.
@@ -74,10 +82,10 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
7482

7583
## License and copyright
7684

77-
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
85+
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
7886
7987
> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
8088
8189
See [LICENSE FILE](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license/?utm_source=npm&utm_campaign=input) for more info.
8290

83-
© Copyright 2025 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
91+
© Copyright 2025 Syncfusion<sup>®</sup>, Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio license and copyright applies to this distribution.

components/buttons/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 30.1.37 (2025-06-25)
5+
## 31.2.3 (2025-10-22)
6+
7+
### Chip
8+
9+
#### Bug Fixes
10+
11+
- `#I771127` - Implemented a fix to prevent chip reordering when random clicks occur, ensuring consistent behaviour when the `allowDragAndDrop` feature is enabled.
12+
13+
## 31.1.21 (2025-09-23)
14+
15+
### Checkbox
16+
17+
#### Bug Fixes
18+
19+
- `#FD69833`- Fixed an issue where `EnablePersistence` was not functioning correctly in the CheckBox component.
20+
21+
## 31.1.17 (2025-09-05)
622

723
### Chip
824

components/buttons/README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,6 @@ The [Angular Speed Dial](https://www.syncfusion.com/angular-components/angular-s
127127
* [Modal](https://ej2.syncfusion.com/angular/documentation/speed-dial/modal) - Adds an overlay to prevent the background interaction.
128128
* [Templates](https://ej2.syncfusion.com/angular/documentation/speed-dial/template) - Customize Speed Dial items and the popup content using templates.
129129

130-
<p align="center">
131-
Trusted by the world's leading companies
132-
<a href="https://www.syncfusion.com/">
133-
<img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Syncfusion logo">
134-
</a>
135-
</p>
136-
137130
## Setup
138131

139132
To install `buttons` and its dependent packages, use the following command.
@@ -154,12 +147,20 @@ Button components are available in following list of frameworks.
154147
* Expanse Tracker - [Source](https://github.com/syncfusion/ej2-showcase-angular-expensetracker), [Live Demo](https://ej2.syncfusion.com/showcase/angular/expensetracker/#/dashboard?utm_source=npm&utm_campaign=button)
155148
* Loan Calculator - [Source](https://github.com/syncfusion/ej2-showcase-angular-loancalculator), [Live Demo](https://ej2.syncfusion.com/showcase/angular/loancalculator/?utm_source=npm&utm_campaign=button)
156149

150+
## Resources
151+
152+
* [Documentation](https://ej2.syncfusion.com/angular/documentation/button/getting-started)
153+
* [Theme Studio](https://ej2.syncfusion.com/themestudio/)
154+
* [What's New](https://www.syncfusion.com/products/whatsnew/angular?utm_medium=listing&utm_source=github)
155+
* [Road Map](https://www.syncfusion.com/products/roadmap/angular)
156+
* [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=angular&type=all)
157+
157158
## Support
158159

159160
Product support is available through following mediums.
160161

161162
* [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
162-
* [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-button-npm)
163+
* [Community forum](https://www.syncfusion.com/forums/angular-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-button-npm)
163164
* [GitHub issues](https://github.com/syncfusion/ej2-angular-ui-components/issues/new)
164165
* [Request feature or report bug](https://www.syncfusion.com/feedback/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-button-npm)
165166
* Live chat
@@ -170,10 +171,10 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
170171

171172
## License and copyright
172173

173-
> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
174+
> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
174175
175176
> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
176177
177178
See [LICENSE FILE](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license) for more info.
178179

179-
&copy; Copyright 2024 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.
180+
&copy; Copyright 2025 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.

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": "30.1.37",
3+
"version": "31.2.3",
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/calendars/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-
## 31.2.5 (2025-11-04)
5+
## 31.2.10 (2025-11-13)
66

77
### DatePicker
88

components/charts/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+
## 31.2.10 (2025-11-13)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I771969` - Now, the multi level label renders properly for different width.
12+
513
## 31.2.5 (2025-11-04)
614

715
### Chart

components/charts/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,13 @@ Chart components are available in following list of frameworks.
272272
* [Angular Stock Chart demo](https://ej2.syncfusion.com/showcase/angular/stockchart/#/stockChart/?utm_source=npm&utm_campaign=chart)
273273
* Fitness Tracker - [Source](https://github.com/SyncfusionExamples/showcase-angular-health-tracker-dashboard-demo), [Live Demo](https://ej2.syncfusion.com/showcase/angular/fitness-tracker-app/)
274274

275+
## Resources
276+
277+
* [Documentation](https://ej2.syncfusion.com/angular/documentation/chart/getting-started)
278+
* [Theme Studio](https://ej2.syncfusion.com/themestudio/)
279+
* [What's New](https://www.syncfusion.com/products/whatsnew/angular?utm_medium=listing&utm_source=github)
280+
* [Road Map](https://www.syncfusion.com/products/roadmap/angular)
281+
* [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=angular&type=all)
275282

276283
## Support
277284

@@ -289,10 +296,10 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
289296

290297
## License and copyright
291298

292-
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
299+
> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
293300
294301
> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
295302
296303
See [LICENSE FILE](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license) for more info.
297304

298-
&copy; Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
305+
&copy; Copyright 2025 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.

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+
## 31.2.10 (2025-11-13)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I778679` - Connectors Now Properly Distributed with EnableRouting and ConnectionPointOrigin.
12+
- `#I777571` - Symbols in the symbol palette can now be searched using their description text.
13+
- `#I778436` - Snapping is now applied to PolyLine and FreeHand connectors when drawn using the drawing tools.
14+
515
## 31.2.5 (2025-11-04)
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": "31.2.3",
3+
"version": "31.2.5",
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",

0 commit comments

Comments
 (0)