Releases: Nigel2392/wagtail_editorjs
Releases · Nigel2392/wagtail_editorjs
(v1.6.5) Wagtail Block Chooser Support
(v1.6.4) Mirroring Wagtail
Changes
- Mirror Wagtail's way of initializing a block using
telepath.unpack
to get access to the javascript block instance'ssetState
andgetState
method.
(v1.6.3) Wagtail Blocks as Features
Additions
- Allow Wagtail
FieldBLock
andStructBlock
to be easily registered as features. - Tests
(1.6.1) Tippy Tooltips, Fixes
Additions
- Tippy tooltips
- Features can choose their own css to include on the frontend
Changes
- Github Script
{% editorjs_static "css" %}
or{% editorjs_static "js" %}
for including the asets on the frontend- Update README
(1.6.0) Features, Fixes, validation and more
This update adds a button
feature, Wagtail 6.1 compatibility and more.
Additions
- Add gitignore exclusion for testapp media files
- Add testapp
- Add Github Actions workflow for tests
- Add tutorial for tunes
- Add
button
feature - Add sortable for
images
feature - Add buttons for editing/removing images from
images
feature - Add hooks for
wagtail_fedit
library for the editor (does not matter if not installed)
Updates
- Update README
- Updates to CSS (frontend and admin)
- Updates to internal chooser-tool javascript
- Update
build_element
to receive thedata
for ModelInline features
Fixes
- Fixes to validation in formfield; check for version and timestamp.
- Fixes to chooserUrls for Wagtail 6.1
- Fixes to inline-links not using the target/rel attributes specified
- Fixes to parsing
can_have_attrs
for inline features - Fixes to exception when rendering if tune gets removed from list but is present in data
(1.5.9) QOL and fixes
- Added django frontend-capable widget using the
WidgetWithScript
concept. Wagtail is still a requirement. - Fixes to frontend CSS
- FULL urls are now only available with the settings for it to
True
.
(1.5.8) Fixes, labels, color tunes!
Fixes to the label as displayed in the minimap.
Now displays text instead of the JSON representation of the block.
Release 1.4.3
New general release for Django-Packages and Pypi.
(1.4.0) Refactor of feature-related submodules
Refactored all things to do with features into the registry package.
Old code should not break.
Submodules were already importing everything from the registry.
Initial Release
Initial release of the package.