Skip to content

Releases: area17/blast

Blast 1.10.1

02 Apr 14:56
df2a783
Compare
Choose a tag to compare

What's Changed

  • Fix ESM import path for Windows compatibility in resolveTailwindConfig by @jeramyhing in #123

New Contributors

Full Changelog: 1.10.0...1.10.1

Blast 1.10.0

14 Mar 02:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.9.3...1.10.0

Blast 1.9.3

23 Feb 21:33
Compare
Choose a tag to compare

What's Changed

  • Fixes issue where Tailwind preflight wasn't disabled for blast styles and could interfere with the application's styles
  • Reverts support for tailwind.config.js in default ESM format due to it affecting other parts of blast. It'll be added back as part of the next release.

Blast 1.9.2

14 Feb 22:48
3080e73
Compare
Choose a tag to compare

What's Changed

  • Fix Tailwind viewport generation in launch task
  • Support tailwind.config.js in default ESM format by @johnbacon in #104
  • Add js_type config option (#59) by @Thomva in #60

New Contributors

Blast 1.9.1

28 Sep 22:06
Compare
Choose a tag to compare

What's Changed

  • Fixed failing publish task
  • Added --url option to publish task to enable the use a different storybook_server_url to the one defined in the config/blast.php.

Blast 1.9

27 Jul 18:23
fe63247
Compare
Choose a tag to compare

Blast now uses Storybook 7.1

This release includes an update to use the latest version of Storybook which brings UI and documentation updates as well as improved build times. While there are no changes required to any existing blast projects, it does drop support for Node 15 and earlier.

What's Changed

New Contributors

Blast 1.8

14 Feb 21:07
a8f6cb7
Compare
Choose a tag to compare

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

Blast 1.7

15 Nov 21:40
Compare
Choose a tag to compare

Added

  • Auto import assets built using Vite. Blast automatically looks for your manifest file and loads the assets.

Updated

  • Make storybook directive parsing more consistent with regular blade statements by @koenvu in #63
  • Fix deprecation notice in PHP 8.1 by @RVxLab in #54
  • Update Storybook to latest (6.5.13)
  • Update dependencies by @mrtimbrook in #56

New Contributors

Blast 1.6

06 Apr 15:44
93a4098
Compare
Choose a tag to compare

Added

Blast 1.5

05 Jan 14:06
Compare
Choose a tag to compare

Added

  • Auto-documentation for your Tailwind config. php artisan blast:generate-docs generates stories from your Tailwind config and publishes them to your app

Updated

  • Storybook and addons to 6.4.9
  • DocsPage component now always has a white background