Releases: kommitters/editorjs-undo
Releases · kommitters/editorjs-undo
v2.0.0-rc.2
2.0.0-rc.2 (28.02.2022)
- Optimizes the observer, saving with the EditorJS API only when the content changes.
v2.0.0-rc.1
2.0.0-rc.1 (24.02.2022)
- Set the caret feature to the undo and redo actions.
- Add support to readOnly toggle.
v2.0.0-rc.0
2.0.0-rc.0 (28.01.2022)
- In the undo/redo actions the plugin now updates the involved block.
- Update eslint-plugin-import to support eslint.
- Solve linter errors.
v1.0.1
1.0.1 (07.12.2021)
- Updated packages with known security breaches.
v1.0
1.0.0 (22.11.2021)
- Set the initial stack data to avoid deleting all the blocks in the last undo.
v0.3.0
0.3.0 (21.09.2021)
- Custom undo/redo keyboard shortcuts allowed.
- Updated packages with known security breaches.
v0.2.0
0.2.0 (09.09.2021)
- Accept strings in the holder key.
- Updated packages with known security breaches.
- Docs updated.
Version 0.1.7
0.1.7 (16.06.2021)
- Set the undo/redo event listeners in the holder element instead of the whole document.
Version 0.1.6
0.1.6 (04.05.2021)
- Read-only mode support added.
- Dependencies updated. Security breaches covered.
- CI with GitHub actions added.
- Minor bug fixes.
Version 0.1.5
0.1.5 (05.04.2021)
- Bugfix: Cannot read property 'holder' of undefined.
- Dependencies updated. Security breaches covered.