Skip to content

Commit 42c8b8e

Browse files
author
pipeline
committed
v31.2.10 is released
1 parent 01a00b5 commit 42c8b8e

File tree

48 files changed

+271
-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.

48 files changed

+271
-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/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: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,6 @@ The [React Speed Dial](https://www.syncfusion.com/react-components/react-speed-d
127127
* [Modal](https://ej2.syncfusion.com/react/documentation/speed-dial/modal) - Adds an overlay to prevent the background interaction.
128128
* [Templates](https://ej2.syncfusion.com/react/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.
@@ -153,12 +146,21 @@ Button components are offered in following list of frameworks.
153146

154147
* Loan Calculator - [Source](https://github.com/syncfusion/ej2-showcase-react-loan-calculator), [Live Demo](https://ej2.syncfusion.com/showcase/react/loancalculator/?utm_source=npm&utm_medium=listing&utm_campaign=react-button-npm#/default)
155148

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

158160
Product support is available through following mediums.
159161

160162
* [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
161-
* [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=react-buttons-npm)
163+
* [Community forum](https://www.syncfusion.com/forums/react-js2?utm_source=npm&utm_medium=listing&utm_campaign=react-buttons-npm)
162164
* [GitHub issues](https://github.com/syncfusion/ej2-react-ui-components/issues/new)
163165
* [Request feature or report bug](https://www.syncfusion.com/feedback/react?utm_source=npm&utm_medium=listing&utm_campaign=react-buttons-npm)
164166
* Live chat
@@ -169,10 +171,10 @@ Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components
169171

170172
## License and copyright
171173

172-
> 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+ [React UI components](https://www.syncfusion.com/react-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+ [React UI components](https://www.syncfusion.com/react-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).
173175
174176
> 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.
175177
176178
See [LICENSE FILE](https://github.com/syncfusion/ej2-react-ui-components/blob/master/license) for more info.
177179

178-
&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-react-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 React",
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: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,15 @@ Chart components are offered in following list of frameworks.
254254

255255
* Loan Calculator - [Source](https://github.com/syncfusion/ej2-showcase-react-loan-calculator), [Live Demo](https://ej2.syncfusion.com/showcase/react/loancalculator/?utm_source=npm&utm_medium=listing&utm_campaign=react-charts-npm#/default)
256256

257+
## Resources
258+
259+
* [Documentation](https://ej2.syncfusion.com/react/documentation/chart/getting-started)
260+
* [AI Coding Assistant](https://ej2.syncfusion.com/react/documentation/ai-coding-assistants/overview)
261+
* [Theme Studio](https://ej2.syncfusion.com/themestudio/)
262+
* [What's New](https://www.syncfusion.com/products/whatsnew/react?utm_medium=listing&utm_source=github)
263+
* [Road Map](https://www.syncfusion.com/products/roadmap/react)
264+
* [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=react&type=all)
265+
257266
## Support
258267

259268
Product support is available through following mediums.
@@ -270,10 +279,10 @@ Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components
270279

271280
## License and copyright
272281

273-
> This is a commercial product and requires a paid license for possession or use. Syncfusions 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+ [React UI components](https://www.syncfusion.com/react-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).
282+
> 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+ [React UI components](https://www.syncfusion.com/react-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).
274283

275284
> 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.
276285

277286
See [LICENSE FILE](https://github.com/syncfusion/ej2-react-ui-components/blob/master/license) for more info.
278287

279-
&copy; Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
288+
&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-react-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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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": "31.2.4",
3+
"version": "31.2.5",
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",

0 commit comments

Comments
 (0)