Skip to content

v1.0.0 Release Candidate!

Pre-release
Pre-release
Compare
Choose a tag to compare
@mauricewijnia mauricewijnia released this 30 Jul 14:16

Now that Laraberg is no longer dependent on GutenbergJS it's starting to look and feel good enough for a v1 release. We'll use this release candidate to do some final checks and tests before the official release, so let us know if anything is wrong!

In this release:

  • Rename Gutenbergable->content() function to laraberg_content() to prevent name conflicts.
  • Fix accessor methods not checking of laraberg_content object exists before returning their value.
  • Fix bug where some buttons (HTML-block preview) would submit the form.
  • Add message explaining drag & drop is not supported yet.
  • More bufixes & cleanup