Releases: VanOns/laraberg
v1.0.0
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!
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 tolaraberg_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
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
v0.0.5-beta
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
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
Changes in this release:
- Implement custom API prefixes
- Add
init
alias forinitGutenberg
- Notices now stick to the top, even when scrolling down
- Bugfixes
Second beta 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:
First beta release!
v0.0.1-beta Update README.md