Skip to content

Commit 313283d

Browse files
author
pipeline
committed
v32.1.21 is released
1 parent d618fd7 commit 313283d

File tree

224 files changed

+4695
-1444
lines changed

Some content is hidden

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

224 files changed

+4695
-1444
lines changed

controls/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.20 (2025-12-23)
5+
## 32.1.21 (2025-12-30)
66

77
### Barcode
88

controls/blockeditor/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [Unreleased]
4+
5+
## 32.1.21 (2025-12-30)
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.

controls/blockeditor/README.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ The JavaScript Block Editor package includes the following,
1010

1111
### JavaScript Block Editor
1212

13-
The [JavaScript Block Editor](https://www.syncfusion.com/javascript-ui-controls/js-blockeditor?utm_source=npm&utm_medium=listing&utm_campaign=javascript-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.
13+
The [JavaScript Block Editor](https://www.syncfusion.com/javascript-ui-controls/js-block-editor?utm_source=npm&utm_medium=listing&utm_campaign=javascript-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.
1414

1515
<p align="center">
1616
<a href="https://ej2.syncfusion.com/documentation/block-editor/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-blockeditor-npm">Getting Started</a> .
1717
<a href="https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-blockeditor-npm#/fluent2/block-editor/overview.html">Online demos</a> .
18-
<a href="https://www.syncfusion.com/javascript-ui-controls/js-blockeditor?utm_source=npm&utm_medium=listing&utm_campaign=javascript-blockeditor-npm">Learn more</a>
18+
<a href="https://www.syncfusion.com/javascript-ui-controls/js-block-editor?utm_source=npm&utm_medium=listing&utm_campaign=javascript-blockeditor-npm">Learn more</a>
1919
</p>
2020

2121
<p align="center">
@@ -82,18 +82,17 @@ Now, open your project in a browser, and the Block Editor will be displayed!
8282
8383
## ✨ Key features
8484
85-
* **Multiple block types**: Includes Heading levels 1-4, Table, Paragraph, Table, Lists, Checklist, Quote, Callout, Divider, Code block, and more.
86-
* **Inline conten**: Insert mentions, anchors, and labels; includes cleanup of mention artifacts.
87-
* **Slash commands**: Interactive `/` commands to insert or transform content blocks, with filtering and keyboard shortcuts.
88-
* **Drag and drop**: Reorder blocks effortlessly with built-in drag-and-drop support.
89-
* **Rich text formatting**: Apply styles such as Bold, Italic, Underline, Strikethrough, Uppercase and more.
90-
* **Action menu**: Perform block-level operations such as Move, Delete, and Duplicate.
91-
* **Contextmenu support**: Right-click context menus for quick block actions.
92-
* **Inline content support**: Insert inline elements like Links, Labels and Mention directly within blocks.
93-
* **Undo/Redo operations**: Undo and redo support for the user interactions.
94-
* **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.
85+
* [Multiple block types](https://ej2.syncfusion.com/documentation/block-editor/built-in-blocks/built-in-blocks?utm_source=npm&utm_medium=listing&utm_campaign=javascript-blockeditor-npm#block-types): Includes Heading levels 1-4, Table, Paragraph, Table, Lists, Checklist, Quote, Callout, Divider, Code block, and more.
86+
* [Slash commands](https://ej2.syncfusion.com/documentation/block-editor/editor-menus?utm_source=npm&utm_medium=listing&utm_campaign=javascript-blockeditor-npm#slash-command-menu): Interactive `/` commands to insert or transform content blocks, with filtering and keyboard shortcuts.
87+
* [Drag and drop](https://ej2.syncfusion.com/documentation/block-editor/drag-drop?utm_source=npm&utm_medium=listing&utm_campaign=javascript-blockeditor-npm): Reorder blocks effortlessly with built-in drag-and-drop support.
88+
* [Rich text formatting](https://ej2.syncfusion.com/documentation/block-editor/editor-menus?utm_source=npm&utm_medium=listing&utm_campaign=javascript-blockeditor-npm#inline-toolbar): Apply styles such as Bold, Italic, Underline, Strikethrough, Uppercase and more.
89+
* [Action menu](https://ej2.syncfusion.com/documentation/block-editor/editor-menus?utm_source=npm&utm_medium=listing&utm_campaign=javascript-blockeditor-npm#block-action-menu): Perform block-level operations such as Move, Delete, and Duplicate.
90+
* [Contextmenu support](https://ej2.syncfusion.com/documentation/block-editor/editor-menus?utm_source=npm&utm_medium=listing&utm_campaign=javascript-blockeditor-npm#context-menu): Right-click context menus for quick block actions.
91+
* [Inline content support](https://ej2.syncfusion.com/documentation/block-editor/built-in-blocks/inline-content?utm_source=npm&utm_medium=listing&utm_campaign=javascript-blockeditor-npm): Insert inline elements like Links, Labels and Mention directly within blocks.
92+
* [Undo/Redo operations](https://ej2.syncfusion.com/documentation/block-editor/undo-redo?utm_source=npm&utm_medium=listing&utm_campaign=javascript-blockeditor-npm): Undo and redo support for the user interactions.
93+
* [Events for Customization](https://ej2.syncfusion.com/documentation/block-editor/events?utm_source=npm&utm_medium=listing&utm_campaign=javascript-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.
9594
* **Accessibility & WCAG 2.0 Compliance**: Accessibility support for assistive technologies and keyboard navigation.
96-
* **Keyboard Navigation**: Navigate and manage blocks efficiently using intuitive keyboard shortcuts for a faster editing experience.
95+
* [Keyboard Navigation](https://ej2.syncfusion.com/documentation/block-editor/keyboard-shortcuts?utm_source=npm&utm_medium=listing&utm_campaign=javascript-blockeditor-npm): Navigate and manage blocks efficiently using intuitive keyboard shortcuts for a faster editing experience.
9796
9897
9998
<p align="center">

0 commit comments

Comments
 (0)