Skip to content

Commit 6613e13

Browse files
author
pipeline
committed
v32.1.20 is released
1 parent 9083379 commit 6613e13

File tree

46 files changed

+335
-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

+335
-51
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-
## 32.1.19 (2025-12-16)
5+
## 32.1.20 (2025-12-23)
66

77
### Barcode
88

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-
## 32.1.19 (2025-12-16)
5+
## 32.1.20 (2025-12-23)
66

77
### Common
88

components/base/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-base",
3-
"version": "31.1.17",
3+
"version": "32.1.19",
44
"description": "A common package of Essential JS 2 React base, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/blockeditor/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,10 @@
22

33
## [Unreleased]
44

5+
## 32.1.20 (2025-12-23)
6+
7+
### Block Editor
8+
9+
#### Bug Fixes
10+
11+
- Now the issues with table block row/column copy and undo redo actions has been resolved.

components/blockeditor/README.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ The React Block Editor package includes the following,
88

99
### React Block Editor
1010

11-
This [React Block Editor](https://www.syncfusion.com/react-components/react-blockeditor?utm_source=npm&utm_medium=listing&utm_campaign=react-blockeditor-npm) is a modern, block-based editor for composing rich, structured documents. It’s ideal for document editing, knowledge bases, note-taking, and content creation tools. The editor provides an intuitive UI with mobile support and modular architecture. It offers multiple block types, inline content (mentions, links, labels), slash commands, and contextual menus, returning well-structured content models and valid HTML when needed.
11+
This [React Block Editor](https://www.syncfusion.com/react-components/react-block-editor?utm_source=npm&utm_medium=listing&utm_campaign=react-blockeditor-npm) is a modern, block-based editor for composing rich, structured documents. It’s ideal for document editing, knowledge bases, note-taking, and content creation tools. The editor provides an intuitive UI with mobile support and modular architecture. It offers multiple block types, inline content (mentions, links, labels), slash commands, and contextual menus, returning well-structured content models and valid HTML when needed.
1212

1313
<p align="center">
1414
<a href="https://ej2.syncfusion.com/react/documentation/block-editor/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=react-blockeditor-npm">Getting Started</a> .
1515
<a href="https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-blockeditor-npm#/bootstrap5/block-editor/overview">Online demos</a> .
16-
<a href="https://www.syncfusion.com/react-components/react-blockeditor?utm_source=npm&utm_medium=listing&utm_campaign=react-blockeditor-npm">Learn more</a>
16+
<a href="https://www.syncfusion.com/react-components/react-block-editor?utm_source=npm&utm_medium=listing&utm_campaign=react-blockeditor-npm">Learn more</a>
1717
</p>
1818

1919
<p align="center">
@@ -41,23 +41,22 @@ npm install @syncfusion/ej2-react-blockeditor
4141

4242
<blockquote>
4343
<p>ℹ <b>Note:</b></p>
44-
<span>For more information on using Block Editor with Syncfusion, refer to our <a href="https://ej2.syncfusion.com/documentation/block-editor/getting-started?utm_source=npm&utm_medium=listing&utm_campaign=react-blockeditor-npm">Documentation</a>.</span>
44+
<span>For more information on using Block Editor with Syncfusion, refer to our <a href="https://ej2.syncfusion.com/react/documentation/block-editor/getting-started?utm_source=npm&utm_medium=listing&utm_campaign=react-blockeditor-npm">Documentation</a>.</span>
4545
</blockquote>
4646

4747
## ✨ Key features
4848

49-
* **Multiple block types**: Includes Heading levels 1-4, Table, Paragraph, Lists, Checklist, Quote, Callout, Divider, Code block, Table blocks and more.
50-
* **Inline conten**: Insert mentions, anchors, and labels; includes cleanup of mention artifacts.
51-
* **Slash commands**: Interactive `/` commands to insert or transform content blocks, with filtering and keyboard shortcuts.
52-
* **Drag and drop**: Reorder blocks effortlessly with built-in drag-and-drop support.
53-
* **Rich text formatting**: Apply styles such as Bold, Italic, Underline, Strikethrough, Uppercase and more.
54-
* **Action menu**: Perform block-level operations such as Move, Delete, and Duplicate.
55-
* **Contextmenu support**: Right-click context menus for quick block actions.
56-
* **Inline content support**: Insert inline elements like Links, Labels and Mention directly within blocks.
57-
* **Undo/Redo operations**: Undo and redo support for the user interactions.
58-
* **Events for Customization**: The Block Editor includes a rich set of events such as block addition, removal, update, selection change, command execution, paste, and mention selection allowing developers to customize and extend functionality easily.
49+
* [Multiple block types](https://ej2.syncfusion.com/react/documentation/block-editor/built-in-blocks/built-in-blocks?utm_source=npm&utm_medium=listing&utm_campaign=react-blockeditor-npm#block-types): Includes Heading levels 1-4, Table, Paragraph, Table, Lists, Checklist, Quote, Callout, Divider, Code block, and more.
50+
* [Slash commands](https://ej2.syncfusion.com/react/documentation/block-editor/editor-menus?utm_source=npm&utm_medium=listing&utm_campaign=react-blockeditor-npm#slash-command-menu): Interactive `/` commands to insert or transform content blocks, with filtering and keyboard shortcuts.
51+
* [Drag and drop](https://ej2.syncfusion.com/react/documentation/block-editor/drag-drop?utm_source=npm&utm_medium=listing&utm_campaign=react-blockeditor-npm): Reorder blocks effortlessly with built-in drag-and-drop support.
52+
* [Rich text formatting](https://ej2.syncfusion.com/react/documentation/block-editor/editor-menus?utm_source=npm&utm_medium=listing&utm_campaign=react-blockeditor-npm#inline-toolbar): Apply styles such as Bold, Italic, Underline, Strikethrough, Uppercase and more.
53+
* [Action menu](https://ej2.syncfusion.com/react/documentation/block-editor/editor-menus?utm_source=npm&utm_medium=listing&utm_campaign=react-blockeditor-npm#block-action-menu): Perform block-level operations such as Move, Delete, and Duplicate.
54+
* [Contextmenu support](https://ej2.syncfusion.com/react/documentation/block-editor/editor-menus?utm_source=npm&utm_medium=listing&utm_campaign=react-blockeditor-npm#context-menu): Right-click context menus for quick block actions.
55+
* [Inline content support](https://ej2.syncfusion.com/react/documentation/block-editor/built-in-blocks/inline-content?utm_source=npm&utm_medium=listing&utm_campaign=react-blockeditor-npm): Insert inline elements like Links, Labels and Mention directly within blocks.
56+
* [Undo/Redo operations](https://ej2.syncfusion.com/react/documentation/block-editor/undo-redo?utm_source=npm&utm_medium=listing&utm_campaign=react-blockeditor-npm): Undo and redo support for the user interactions.
57+
* [Events for Customization](https://ej2.syncfusion.com/react/documentation/block-editor/events?utm_source=npm&utm_medium=listing&utm_campaign=react-blockeditor-npm): The Block Editor includes a rich set of events such as block addition, removal, update, selection change, command execution, paste, and mention selection allowing developers to customize and extend functionality easily.
5958
* **Accessibility & WCAG 2.0 Compliance**: Accessibility support for assistive technologies and keyboard navigation.
60-
* **Keyboard Navigation**: Navigate and manage blocks efficiently using intuitive keyboard shortcuts for a faster editing experience.
59+
* [Keyboard Navigation](https://ej2.syncfusion.com/react/documentation/block-editor/keyboard-shortcuts?utm_source=npm&utm_medium=listing&utm_campaign=react-blockeditor-npm): Navigate and manage blocks efficiently using intuitive keyboard shortcuts for a faster editing experience.
6160

6261
<p align="center">
6362
Trusted by the world's leading companies

components/blockeditor/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-blockeditor",
3-
"version": "27.1.48",
3+
"version": "32.1.19",
44
"description": "Feature Rich Block Editor control with built in support editing, formatting content. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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": "28.1.33",
3+
"version": "32.1.19",
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/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-calendars",
3-
"version": "32.1.1",
3+
"version": "32.1.19",
44
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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-react-charts",
3-
"version": "28.1.33",
3+
"version": "32.1.19",
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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/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+
## 32.1.20 (2025-12-23)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I792576` - The NaN exception scaling error will no longer occur when resizing path nodes without dimensions.
12+
- `#I784056` - Issues in layer's moveObject function has been fixed.
13+
514
## 32.1.19 (2025-12-16)
615

716
### Diagram

0 commit comments

Comments
 (0)