Releases: mdx-editor/editor
Releases · mdx-editor/editor
v3.24.0
3.24.0 (2025-02-22)
Features
- readonly link handler (50af59a)
- support style-only parents mapping to text node style (f0eed78)
v3.23.2
3.23.2 (2025-02-18)
Bug Fixes
- hide link dialog when switching view modes (d10c412)
- hide link dialog when switching view modes (b2962b1)
v3.23.1
3.23.1 (2025-02-18)
Bug Fixes
- preserve line breaks in list items (c824ebb)
v3.23.0
3.23.0 (2025-02-17)
Features
- GenericJsxEditor: customizable property editor (#703) (86d8c6d)
v3.22.2
3.22.2 (2025-02-16)
Bug Fixes
- break line generate extra linebreak before/after text-decorator when inside list item (#704) (4ddced4)
v3.22.1
3.22.1 (2025-02-16)
Bug Fixes
- disable delete buttons in read-only mode (2e77d6f), closes #602
v3.22.0
3.22.0 (2025-02-16)
Features
- on change includes a parameter to indicate the reason for change (8c55f06)
v3.21.5
3.21.5 (2025-02-13)
Bug Fixes
- correct paragraph wrapping for list item contents (0ab6746), closes #697
v3.21.3
3.21.3 (2025-02-07)
Bug Fixes
- disable insert table when in table (3fd2df7), closes #686
- handle nested HTML element in custom components (11706e6), closes #683