Releases: area17/blast
Releases Β· area17/blast
Blast 1.10.1
What's Changed
- Fix ESM import path for Windows compatibility in resolveTailwindConfig by @jeramyhing in #123
New Contributors
- @jeramyhing made their first contribution in #123
Full Changelog: 1.10.0...1.10.1
Blast 1.10.0
What's Changed
- Laravel 11.x Compatibility by @laravel-shift in #113
- Bump postcss from 8.4.21 to 8.4.35 by @dependabot in #109
- Bump ip from 2.0.0 to 2.0.1 by @dependabot in #110
- Bump @babel/traverse from 7.22.8 to 7.23.9 by @dependabot in #111
- Bump follow-redirects from 1.14.8 to 1.15.5 by @dependabot in #112
- Convert resolveTailwindConfig.js to ESM by @ptrckvzn in #108
New Contributors
- @ptrckvzn made their first contribution in #108
- @laravel-shift made their first contribution in #113
Full Changelog: 1.9.3...1.10.0
Blast 1.9.3
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
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
- @johnbacon made their first contribution in #104
Blast 1.9.1
What's Changed
- Fixed failing publish task
- Added
--url
option to publish task to enable the use a differentstorybook_server_url
to the one defined in theconfig/blast.php
.
Blast 1.9
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
- Add port option to the blast:launch command (#79) by @Thomva in #80
- Add colour and name output to what is running concurrently by @chrillep in #83
- Support custom mix/vite manifest paths by @mrtimbrook in #92
- Support multiple design urls in stories by @mrtimbrook in #91
- Add ability to set custom viewports in the storybook UI or generate them from a Tailwind config by @mrtimbrook in #90
- Add ability to write custom documentation for component variations - https://github.com/area17/blast#documentation
New Contributors
Blast 1.8
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 valuestory
for the canvas view anddocs
for the docs view. If set tofalse
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
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
Added
- Laravel 9 support by @johanvanhelden - #43
Blast 1.5
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