Skip to content

Latest commit

 

History

History
115 lines (60 loc) · 4.73 KB

CHANGELOG.md

File metadata and controls

115 lines (60 loc) · 4.73 KB

Changelog

v2.4.0 (2024-12-02)

Feature

  • image: Support more options for the image block (c74dcce)

Fix

  • Less exceptions, more warnings for better ease-of-use (891fca1)

v2.3.2 (2024-11-27)

Fix

  • (refactor) clean up todo's, add Unreachable for when some branch/function should never be used (3226642)

v2.3.1 (2024-11-27)

Fix

  • embed: Simplify embed to just the iframe without most editorjs boilerplate (4cfa4e6)

v2.3.0 (2024-11-27)

Feature

  • attachment: Support more optional fields such as extension, size (212cf7e)
  • Support embed block (99f0ffe)

v2.2.2 (2024-11-26)

Fix

  • Support 'html' as alias for 'raw' block (4627f90)

v2.2.1 (2024-11-26)

Fix

  • Quick fix to prevent unlimited spaces being added by mdast (a196a22)

v2.2.0 (2024-11-26)

Feature

  • Support the alignment tune plugin (652cb58)

v2.1.1 (2024-11-26)

Fix

  • More newlines for better block separation (11574df)

v2.1.0 (2024-11-26)

Feature

  • EditorJS.from_json now also accepts a (json) list of blocks instead of the full object (dictionary with time, version, blocks) (9f24c15)

Fix

  • Better separation between raw and paragraph blocks (f7620cf)

v2.0.2 (2024-11-26)

Fix

v2.0.1 (2024-11-26)

Fix

  • Table block, raw html block (849aeee)

v2.0.0 (2024-11-18)

Features

  • Rebuilt the editor logic based on MDAST for improved extensibility and maintainability (28c12f1)
  • Added support for (basic) tables and custom Editor.js blocks, such as linkTool and <editorjs> (a6dfadf)
  • Integrated markdown2 extras to handle custom <editorjs> blocks (31d8647)

Fixes

  • Corrected behavior for nested lists (52a7773)
  • Resolved an issue where rendered attachments were incorrectly marked as content-editable (58ab562)

v1.1.0 (2024-10-31)

Feature

  • Expose _sanitize via EditorJSBlock.sanitize for external usage (7daa67c)

Documentation

  • Added section on defining new custom blocks (51d7720)

v1.0.1 (2024-10-31)

Documentation

v1.0.0 (2024-10-31)

Feature

  • Implemented more blocks (raw, warning, code, table, quote) (fb93bd9)
  • Refactor to Registry Pattern so new block can be easily added (b06c86d)