What’s new


Version 2.10.0

  • Folders now support pagination out-of-the-box
  • 2.10.5 The Storyblok API is now called using SSL by default - can be changed in config file
  • 2.10.5 Image field focal-point alignment CSS helper
  • 2.10.7 Add with() method to Fields allowing data to be passed in

Version 2.9.0

  • The Storyblok publish webhook now fires the Riclep\Storyblok\Events\StoryblokPublished event allow you to hook into this functionality

Version 2.8.0

  • Support for the new Storyblok image service URL format
  • Image transformations now use a driver class meaning more services can be supported

Version 2.7.0

  • Upgraded to CommonMark 2.0
  • 2.7.3 Added srcset() method to images to create <img> tag using your transformations
  • 2.7.4 Unpublished relations no longer 404

Version 2.6.0

  • Live preview of changes in the visual editor!
  • Removed old ‘live field’ support as it didn’t work well

Version 2.5.0

  • Added support components in Rich text Fields
  • 2.5.16 Added ls:stub-views command to scaffold Blade files for each component
  • 2.5.22 Create picture elements directly in Blade

Version 2.4.0

Version 2.3.0

  • Legacy images are converted into Image classes.
  • Tables Fields can now have a caption and CSS class specified.
  • 2.3.2 Added support for clearing cache via the Storyblok Publish webhook. This means the Editor Bridge Blade view has had the JavaScript publish event removed.

Version 2.2.0

Version 2.1.0

  • Added support for the live preview in the visual editor

  • Table fields are now automatically converted to HTML

Version 2.0.0

  • A complete rewrite of the entire package
  • Added new Field classes (previously everything was a Block)
  • Automatically detect common field types such as richtext and assets and convert them into the appropiate format.
  • Remove the need to manually specify markdown and richtext fields
  • Lots of tweaks and bug fixes

Version 1.2.0

  • Blocks now have a parent() method which returns the parent Block or Page if you’re on the root Block
  • Blocks have a page() method returning the Page the block is part of
  • Added Schema.org support using Spatie’s Schema.org package
  • Full Page object is now passed to views

Version 1.1.0

  • Blocks now have a _compontentPath array which includes the current and all parent components. This enables you to work out the context of the current Block.
  • New CssClassses trait that can be used to generated css classes for the current Block, the layout it’s in, it’s parent Blocks etc.
  • Traits added to Blocks can be auto-initialised