Skip to content

Releases: area17/blast

Blast 1.4.1

13 Dec 16:09
Compare
Choose a tag to compare

Fixed

  • Install Tailwind as part of the launch task to fix broken builds on launch

Blast 1.4.0

30 Nov 15:29
Compare
Choose a tag to compare

Added

  • Stories now display source code in a tab in the panel on the story view, and in the 'Docs' tab.
  • Expanded docs. You can now add more detail to your args which display in the 'Docs' tab - #26
  • Feature/add support for action event handlers - #29
  • Added support for 'asset groups' to allow different css and js files to be used on different components - #17

Updated

  • Theming got a makeover - #26

Removed

  • Blast asset publishing task during launch. Blast css now loads from preview.js within Storybook

Blast 1.3

09 Nov 14:12
152be02
Compare
Choose a tag to compare

Added

  • Added checksum so that Storybook reloads the story if something outside the @storybook block has been changed - #15
  • Adds storybook global types in config - #16
  • Added the ability to set custom ordering on the story level or globally via the Blast config - #18

Fixed

  • Center .blast-container
  • CORS headers are now set as part of the blast:launch task - #21

Changed

  • Run GenerateStories as part of the Publish task
  • docs-page component updates:
    • Parse $description as markdown
    • Use wysiwyg styles for $description
    • Remove blast-wysiwyg class from slot wrapper to allow other components to be used within it

Blast 1.2.1

20 Oct 16:24
c49d1b4
Compare
Choose a tag to compare

Fixed

  • Fix issue where multiple root-level stories would be grouped together when generating all stories

Removed

  • composer.lock file

Blast 1.2.0

18 Oct 13:59
663dcf0
Compare
Choose a tag to compare

Added

  • Testbench setup with feature tests for the blast:demo and blast:generate-stories commands - #7
  • presetArgs support to @storybook directive - #10
  • Autoload CSS and JS assets from mix-manifest.json - #11

Updated

  • Swap --noInstall option with --install in blast:launch task - #9
  • blast:publish now runs the same install check and method as blast:launch so you can publish a static storybook app without needing to run blast:launch first - #12

Blast 1.1.1

23 Sep 19:13
Compare
Choose a tag to compare

Fixed

  • docs-page component path in config/blast.php

Blast 1.1.0

22 Sep 14:28
590560b
Compare
Choose a tag to compare

Added

  • blast:publish task to generate static Storybook app and publish to public folder

Fixed

  • Issue preventing presetting non-array data
  • php 7.3 support