Skip to content

Blast 1.3

Compare
Choose a tag to compare
@mrtimbrook mrtimbrook released this 09 Nov 14:12
· 87 commits to 1.x since this release
152be02

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