Skip to content

v0.3.0

Latest

Choose a tag to compare

@2ik 2ik released this 06 Jul 17:00

Improvements:

  • Editor.js CDN updated to 2.31.6; @editorjs/list 2.x compatibility (ListEditorjsList)
  • formset:added handler now supports Django 4.1+ (CustomEvent.detail.$row)
  • Dark theme support — .ce-popover respects dark mode via CSS custom properties

New features:

  • Customizable CDN — plugins can now be loaded from any CDN by specifying full URLs (starting with https://) in EDITORJS_DEFAULT_PLUGINS (#47)
  • EDITORJS_PLUGINS_KEYS setting — extend or override the plugins-to-tools mapping without redefining the entire config
  • ESM-style plugin exports are supported (webpack bundles)

CI:

  • Test matrix: Django 2.2 – 6.0, Python 3.8 – 3.13

Full Changelog: 0.2.7...v0.3.0

Thanks: