Skip to content

Releases: advoor/nova-editor-js

Version 4.0.0 - Laravel 11

19 Apr 12:48
Compare
Choose a tag to compare

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

18 Nov 18:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.1...v3.3.0

Version 3.2.1 - Improved testing

07 Mar 16:30
932c31d
Compare
Choose a tag to compare

What's Changed

  • Improve GitHub Actions and test results by @roelofr in #95

Full Changelog: v3.2.0...v3.2.1

Version 3.2.0 - Laravel 10 support and proper callback handling

07 Mar 13:56
af9550d
Compare
Choose a tag to compare

What's Changed

  • Do not ignore resolve callbacks when displaying by @Woeler in #83
  • Update to work with Laravel 10 by @Woeler in #93

New Contributors

Full Changelog: v3.1.0...v3.2.0

Version 3.1.0 - Improved image handling, RTL support

25 Sep 14:39
Compare
Choose a tag to compare

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 (initialBlockdefaultBlock)

New Contributors

  • @Harrk made their first contribution in #80

Full Changelog: v3.0.5...v3.1.0

Nova 4 Support - Double Serialisation bug, part II

12 Aug 13:50
e8f2fed
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.4...v3.0.5

Nova 4 Support - Double Serialisation bug

17 Jul 15:34
847187c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.3...v3.0.4

Nova 4 Support - Casting bug fix

17 Jul 00:28
Compare
Choose a tag to compare

What's Changed

  • Fix NovaEditorJsData constructor issues by @roelofr in #68

Full Changelog: v3.0.2...v3.0.3

Nova 4 Support - Dependency update

07 Jul 08:24
b6f5dfa
Compare
Choose a tag to compare

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)

29 Jun 12:49
5fba20c
Compare
Choose a tag to compare

This package was only for PHP 8.1, but the composer.json did not reflect that.

Small patch to make it actually do.