Editorjs Undo Versions Save

Undo/Redo feature for Editor.js

v2.0.28

3 weeks ago

2.0.28 (25.04.2024)

  • Add stale issues policy. See PR #250

v2.0.27

1 month ago

2.0.27 (01.04.2024)

  • Fix bug #243 - Fix unexpected behavior when there are initial data loaded.
  • Fix bug #243 - Fix unexpected behavior when there are several copied paragraphs.
  • Update #206 - Update Github workflows dependencies and allowed-endpoints.
  • Fix bug #224 - Fix unexpected behavior when trying to split and create a new paragraph.

v2.0.26

6 months ago

2.0.26 (25.10.2023)

  • Fix bug #238 - Fix bug in v2.0.25 related to runtime handle.

v2.0.25

6 months ago

2.0.25 (23.10.2023)

  • Fix bug #235 - Fix bug in caret in new Editor.js versions.

v2.0.24

7 months ago

2.0.24 (17.10.2023)

  • Fix bug #227 - Fix unexpected behavior when there are line breaks.
  • Fix bug #202 - Solve undo with custom blocks.
  • Update #225 - Update codeql.yml and scorecards.yml allowed-endpoints.

v2.0.23

8 months ago

2.0.23 (15.09.2023)

  • Fix bug #213 - Add support to different keyboard distributions.
  • Fix bug #209 - Solve bug in undo with deleted blocks.

v2.0.22

1 year ago

2.0.22 (16.05.2023)

  • Fix bug #207 - Limit search scope to Editor (holder) only.

v2.0.21

1 year ago

2.0.21 (18.04.2023)

  • Add default shortcut for CMD+SHIFT+Z command to redo.
  • Update all dependencies.

v2.0.20

1 year ago

2.0.20 (10.03.2023)

  • Add the dist/bundle.js file of previous release - Fix bug when there is the last element to undo: Uncaught TypeError: Cannot read properties of undefined (reading 'holder').

v2.0.19

1 year ago

2.0.19 (07.03.2023)

  • Fix bug when there is the last element to undo: Uncaught TypeError: Cannot read properties of undefined (reading 'holder').
  • Update all dependencies.