Skip to content

Releases: VanOns/laraberg

v1.0.0

13 Aug 12:22
Compare
Choose a tag to compare

The first stable Laraberg release is here!

Changes since v1.0.0-rc:

  • Update Gutenberg to v6.2.0
  • Fix bug where some buttons would not respond because of a missing 'submit' type
  • Remove external jQuery and moment dependencies
  • Remove options menu since none of the options here were serving any purpose

v1.0.0 Release Candidate!

30 Jul 14:16
Compare
Choose a tag to compare
Pre-release

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

v0.0.7-beta

29 Jul 12:58
Compare
Choose a tag to compare
v0.0.7-beta Pre-release
Pre-release

Laraberg was dependent on the GutenbergJS package, and since that package did no longer receive any updates Laraberg was stuck on Gutenberg v4.8. This release removes the GutenbergJS dependency and instead directly uses WordPress' Gutenberg package. This also means that Laraberg is now using the latest Gutenberg version (6.1.1)!

More in this release:

  • Allow overriding of models - thanks to @mikebronner
  • Add ability to set the editor content from JS
  • Sidebar fixes

v0.0.6-beta

21 May 14:53
Compare
Choose a tag to compare
v0.0.6-beta Pre-release
Pre-release

In this release:

  • Disable broken WP blocks
  • Reworked side bar to fix #17
  • Fixed notices #16

v0.0.5-beta

21 May 08:43
Compare
Choose a tag to compare
v0.0.5-beta Pre-release
Pre-release

In this release:

  • Use laravel attribute accessors instead of methods for getting and setting content. The methods used for this previously are deprecated and will be removed in a future version. Check the README for more information.
  • Delete content when the parent model gets deleted.
  • Rework css overrides so huge wordpress css file could be removed from the project.
  • Add ability to set a custom callback for search calls (only used in Button block as far as I'm aware).
  • Remove links to reusable blocks management page.
  • Add more inline documentation.

v0.0.4-beta

13 May 15:40
Compare
Choose a tag to compare
v0.0.4-beta Pre-release
Pre-release

In this release:

  • Add ability to add form fields to a sidebar
  • Add asset publish groups to prevent overwriting config when updating Laraberg
  • Remove padding from .gutenberg__content

Third beta release

01 May 11:13
Compare
Choose a tag to compare
Third beta release Pre-release
Pre-release

Changes in this release:

  • Implement custom API prefixes
  • Add init alias for initGutenberg
  • Notices now stick to the top, even when scrolling down
  • Bugfixes

Second beta release

30 Apr 14:09
Compare
Choose a tag to compare
Second beta release Pre-release
Pre-release

The first beta release saw problems for some users. There are some important breaking changes, so to keep using your current install there are some things you may have to do.

In order to support MariaDB we had to stop using the JSON column type. This means that there are some changes to the database structure. The easiest way to get around this if you've already used Laraberg is to do a database rollback and then migrate again. For those of you who do not want to do that I have attached a migration file to this release that you can use to update your database. I'm sorry for this trouble, but since it is still only a beta release, it's better to fix these issues right now rather than later.

Other changes in this release:

  1. Reworked Laravel Filemanager implementation. Fixes #4 & #8
  2. Use Gutenberg notices for error handling.
  3. Update JS file structure.

First beta release!

03 Apr 14:21
Compare
Choose a tag to compare
First beta release! Pre-release
Pre-release
v0.0.1-beta

Update README.md