smartrte-react 0.3.0 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -0
- package/dist/components/ClassicEditor.js +643 -446
- package/dist/components/LinkEditorPopover.js +5 -5
- package/dist/theme.d.ts +1 -1
- package/dist/theme.js +268 -26
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.3.2
|
|
4
|
+
|
|
5
|
+
- Preserve paragraph and heading blocks when creating, restyling, or removing lists.
|
|
6
|
+
- Keep list conversion inside table cells, including legacy cells containing direct text and line breaks.
|
|
7
|
+
- Prevent list elements from being inserted beneath table rows or replacing table cells.
|
|
8
|
+
- Make nested-list Tab and Shift+Tab deterministic, depth-aware, selection-preserving, and independently styled.
|
|
9
|
+
- Remove the redundant standalone unlink control; links remain removable from the edit-link popover.
|
|
10
|
+
- Use a recognizable chain-link icon and consolidate document import/export formats into labeled menus.
|
|
11
|
+
- Redesign the editor chrome for Sootr with semantic toolbar groups, consistent outlined icons, Align/Move/Insert menus, responsive overflow, dark-theme tokens, and keyboard-accessible popovers.
|
|
12
|
+
- Keep formulas at the saved caret after dialog interaction, align checklist controls with their content, and render visible split-button chevrons.
|
|
13
|
+
- Restore list selections before Move-menu indentation, synchronize controls for newly created checklist items, render explicit checked borders/ticks, and keep Media discoverable without a custom adapter.
|
|
14
|
+
|
|
15
|
+
## 0.3.1
|
|
16
|
+
|
|
17
|
+
- Make caret-based superscript and subscript toggling deterministic in controlled React applications.
|
|
18
|
+
- Preserve normal text before and after script spans and prevent nested superscript/subscript markup.
|
|
19
|
+
|
|
3
20
|
## 0.3.0
|
|
4
21
|
|
|
5
22
|
- Rebuild list selection and conversion behavior for checklists, bullets, numbers, alphabetic lists, and Roman numerals.
|