Skip to content

Releases: kommitters/editorjs-undo

v2.0.0-rc.2

01 Mar 15:01
fd95c23
Compare
Choose a tag to compare

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

24 Feb 23:12
5ad6915
Compare
Choose a tag to compare

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

28 Jan 20:04
0f632e6
Compare
Choose a tag to compare

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

07 Dec 20:05
ffae4a7
Compare
Choose a tag to compare

1.0.1 (07.12.2021)

  • Updated packages with known security breaches.

v1.0

23 Nov 21:58
86ec3ff
Compare
Choose a tag to compare

1.0.0 (22.11.2021)

  • Set the initial stack data to avoid deleting all the blocks in the last undo.

v0.3.0

21 Sep 22:08
a5dd9cb
Compare
Choose a tag to compare

0.3.0 (21.09.2021)

  • Custom undo/redo keyboard shortcuts allowed.
  • Updated packages with known security breaches.

v0.2.0

09 Sep 21:01
261e4d1
Compare
Choose a tag to compare

0.2.0 (09.09.2021)

  • Accept strings in the holder key.
  • Updated packages with known security breaches.
  • Docs updated.

Version 0.1.7

16 Jun 14:52
82e092f
Compare
Choose a tag to compare

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

05 May 14:37
4f4ee69
Compare
Choose a tag to compare

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

05 Apr 14:57
2aa4fb7
Compare
Choose a tag to compare

0.1.5 (05.04.2021)

  • Bugfix: Cannot read property 'holder' of undefined.
  • Dependencies updated. Security breaches covered.