Skip to content

Tags: area17/blast

Tags

1.10.1

Toggle 1.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix ESM import path for Windows compatibility in resolveTailwindConfig (

#123)

* Used `pathToFileURL` to convert `CONFIGPATH` to a valid `file://` URL before importing.
* This modification ensures the dynamic import function works as expected on Windows by conforming to the required URL scheme.
* Resolves #122

1.10.0

Toggle 1.10.0's commit message
Fix missing array key error in generate stories

1.9.3

Toggle 1.9.3's commit message
Revert tailwind ESM change

1.9.2

Toggle 1.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add js_type config option (#59) (#60)

* Add js_type config option (#59)

* Separate js asset types & update docs (#59)

1.9.1

Toggle 1.9.1's commit message
Merge branch 'fix-publish' into 1.x

1.9

Toggle 1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to storybook 7.1 (#94)

1.8

Toggle 1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Laravel 10 support (#72)

* Add Laravel 10 support

* Add php 8.1 to git workflow. Remove 7.3 and 7.4.

1.7

Toggle 1.7's commit message
Update storybook to latest version - 6.5.13

1.6

Toggle 1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Laravel 9 support (#43)

* Add Laravel 9 support

* Also drop PHP 7.3 and 7.4 support from the workflows

* Drop PHP ^7.3 constraint from the composer requirements

* Keep PHP 7 support

1.5

Toggle 1.5's commit message
Update Storybook to 6.4