Skip to content

Blast 1.8

Compare
Choose a tag to compare
@mrtimbrook mrtimbrook released this 14 Feb 21:07
· 32 commits to 1.x since this release
a8f6cb7

What's Changed

  • Added Laravel 10 support
  • Added the ability to set the default view for each story to either the Canvas or Docs view. This can be overridden in each story using the viewMode prop in the @storybook directive. Use the value story for the canvas view and docs for the docs view. If set to false it will use the last used view when changing between stories. Default: false
  • Use base_path() for default data_path by @Orclyx in #69
  • Use FQCN for Str by @lptn in #71
  • Bump loader-utils from 1.4.1 to 1.4.2 by @dependabot in #65
  • Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #67
  • Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #68

New Contributors