Releases: advoor/nova-editor-js
Releases · advoor/nova-editor-js
Version 4.0.0 - Laravel 11
Added
- Added Laravel 11 support. Via #104 by @Woeler.
- Added
EditorJsImageUploaded
event that triggers when an image is uploaded. Via #98 by @Woeler. - Added
EditorJsThumbnailCreated
event that triggers when a thumbnail is generated. Via #98 by @Woeler.
Changed
- Changed GitHub Actions to Node v20, via #106 by @roelofr.
- Changed auto-formatter to use PHP 8.3, via #106 by @roelofr.
Removed
Full list of changes: v3.3.0...v4.0.0
Version 3.3.0 - Repair image links, deprecate Laravel 8.x
Version 3.2.1 - Improved testing
What's Changed
Full Changelog: v3.2.0...v3.2.1
Version 3.2.0 - Laravel 10 support and proper callback handling
Version 3.1.0 - Improved image handling, RTL support
What's Changed
- Improved image and URL metadata handling by @roelofr in #70
- Ensure html and list components render the HTML as expected by @Harrk in #80
- Added php-cs-fixer and php-parallel-lint by @roelofr in #71
- Small improvements by @roelofr in #82
- RTL support
- Deprecations to make the PHP config match EditorJS keys (
initialBlock
→defaultBlock
)
New Contributors
Full Changelog: v3.0.5...v3.1.0
Nova 4 Support - Double Serialisation bug, part II
What's Changed
- Fix issue #74 by @roelofr and @waelelsawy in #77
- Update templates to support raw HTML on safe fields by @roelofr in #69
Full Changelog: v3.0.4...v3.0.5
Nova 4 Support - Double Serialisation bug
Nova 4 Support - Casting bug fix
What's Changed
Full Changelog: v3.0.2...v3.0.3
Nova 4 Support - Dependency update
What's Changed
- Update composer.json by @d3v4nt in #64
New Contributors
- @d3v4nt made their first contribution in #64
Full Changelog: v3.0.1...v3.0.2
Nova 4 Support (Patch 1)
This package was only for PHP 8.1, but the composer.json
did not reflect that.
Small patch to make it actually do.