Improvements:
- Editor.js CDN updated to
2.31.6; @editorjs/list 2.x compatibility (List→EditorjsList) formset:addedhandler now supports Django 4.1+ (CustomEvent.detail.$row)- Dark theme support —
.ce-popoverrespects 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_KEYSsetting — 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: