Skip to content

Releases: RicLeP/laravel-storyblok

2.14.0

13 Oct 14:34
Compare
Choose a tag to compare

This update extracts certain functionality into external packages to keep the core purer. The CssClasses and AppliesTypography traits have been moved and need to be installed separately if required.

  • Moved AppliesTypography to its [own package](https://github.com/RicLeP/laravel-storyblok-typography)
    
  • Moved CssClasses to its [own package](https://github.com/RicLeP/laravel-storyblok-css)
    
  • Added fieldsReady() method to blocks called after fields are processed but before any self initialising traits are called
    
  • Ignition updated to Spatie version
    

2.13.1

13 Oct 14:33
Compare
Choose a tag to compare

Added the ability to get a single setting from the setting field

2.13.0

09 Sep 15:32
Compare
Choose a tag to compare
  • Updated Storyblok php client to v2.2, this had the effect of moving from v1 to v2 of their content API. This should be a seemless upgrade
  • Updated to Storyblok Richtext Renderer v2
  • Added support for selecting Storyblok API region in the config file
  • Dropped PHP 7.4 support as it’s EOL soon

2.12.6

29 Jul 15:53
Compare
Choose a tag to compare

Added ls:import and ls:export artisan commands

2.12.5

21 Jul 12:39
Compare
Choose a tag to compare

Added hasChildBlock() to Blocks with ‘blok’ field types.

Full Changelog: 2.12.4...2.12.5

2.12.0

21 Jul 12:40
Compare
Choose a tag to compare

Version 2.12.0

The config setting component_class_namespace now correctly checks multiple namespaces before loading package defaults

2.11.0

21 Jul 12:41
Compare
Choose a tag to compare
  • Add with() method to Fields allowing data to be passed in
  • Block’s render() method can now take an array of additional data that is passed to the view
  • Folders no longer default to 10 stories - they will load the maximum possible Set $perPage = 10 on your folders to restore the old functionality

2.10.0

21 Jul 12:41
Compare
Choose a tag to compare
  • Folders now support pagination out-of-the-box

2.9.0

21 Jul 12:42
Compare
Choose a tag to compare
  • The Storyblok publish webhook now fires the Riclep\Storyblok\Events\StoryblokPublished event allow you to hook into this functionality

2.8.0

21 Jul 12:43
Compare
Choose a tag to compare
  • Support for the new Storyblok image service URL format
  • Image transformations now use a driver class meaning more services can be supported