Skip to content

Releases: maxeckel/livewire-editorjs

v1.5.0

07 Apr 15:14
Compare
Choose a tag to compare

What's Changed

  • Adding the ability to specify a folder for saving images by @ak-flash in #33
  • Add support for Laravel 10 by @maxeckel in #41
  • Updated dependencies, most notably EditorJS 2.22.3 -> 2.26.5

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

11 Feb 10:59
cb2db9c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

18 Nov 17:31
Compare
Choose a tag to compare

Fixes

Renamed init method of the alpine component to initEditor as Alpine v3 automatically executes a init method, which caused the editor to be created multiple times (fixes #21)

Make sure to update the published assets after updating, otherwise you will get an error.
See readme for how to do that.

Full Changelog: v1.2.0...v1.3.0

v1.2.0

23 Oct 17:51
Compare
Choose a tag to compare

This release mainly updates the bundled EditorJS version to the latest, which is 2.22.3 at the time of writing.

Full Changelog: v1.1.0...v1.2.0

v1.1.0

12 Jan 21:35
Compare
Choose a tag to compare

Automatically json_decode the passed in "value" prop to an assoc array when a string is passed in.

This means you don't have to do this manually within your code. So one less pitfall to fall in for you 👍

Official v1.0 release

08 Jan 15:29
Compare
Choose a tag to compare

This release marks the first milestone of this package 🎉 🎉 🎉

With this release the component is save to use, without worrying about any breaking changes!

This release contains the following new features:

  • Added option to disable the component of the package
  • Added config option to rename the component of the package
  • Added placeholder to the component
  • Added style attribute to the component
  • Added logLevel to the Editor.js config
  • Added make command to create Editor.js components

When you've already used v0.4.0 before, please republish the assets (and config), as you should do whenever an update is released.

If you have any problems, please open an issue or contact me on Twitter 💬