Releases: RicLeP/laravel-storyblok
Releases · RicLeP/laravel-storyblok
2.23.0 - page based views
Blocks now check what page they’re on when determining the view to load, this allows for easy page based theming or revisions as content types are replaced. When no matching page views are found it defaults to the original behaviour.
Full Changelog: 2.22.0...2.23.0
2.22.0
2.21.1
2.21.0 - Laravel 10 support!
Laravel 10 support thanks to @roberto-butti !
Stub views improved to create dummy page
Fixed error when a components asset’s didn’t contain the file_type property
Added support for stubbing legacy file and image fields
2.20.2
2.20.1
2.20.0
2.19.3
2.19.0
Updated Storyblok\Client
to 2.3.0
Added support for language and fullback language
Full Changelog: 2.18.0...2.19.0
2.18.0
- Fixed: stub-views command now skips tabs
- Added: stub-views command now uses Block class for $block typehint in Blade if it exists
- Added: stub-views command now adds transform() default code for images
- Added: $_defaults property to Block class
- Added: Artisan commend for making folders
- Folder’s can now have their cache-key prefix set
- Folders sort order and field can now be separately set
- Folders have asc() and desc() methods for setting sort order
- Folders have toArray() method
- Many folder methods now return $this for chaining
- Updated Embed/Embed to version 4