Releases: rspack-contrib/storybook-rsbuild
Releases · rspack-contrib/storybook-rsbuild
v0.1.7
🚀 Features
- Support web components - by @fi3ework in #207 (92bce)
- builder: Use find-cache-dir to support customizing cache directory location - by @kallevmercury in #196 (ab5b7)
🐞 Bug Fixes
- framework-react:
- storybook-addon-rslib:
View changes on GitHub
v0.1.6
🐞 Bug Fixes
View changes on GitHub
v0.1.5
🐞 Bug Fixes
View changes on GitHub
v0.1.4
No significant changes
View changes on GitHub
v0.1.3
🚀 Features
View changes on GitHub
v0.1.2
v0.1.1
v0.1.0
🚨 Breaking Changes
Release version 0.1.0, because @rsbuild/core has reached its 1.0 (https://rsbuild.dev/community/releases/v1-0), now the peer dependency @rsbuild/core
needs to satisfy ^1.0.1
(#90).
View changes on GitHub
v0.0.15
No breaking changes in 0.0.15
Since the project is still in v0.0.x, this turn out to be breaking version in semver context. We will ship 0.1.0 once Rsbuild release 1.0.0 stable version and try to reach in 1.0.0 in a time.
🐞 Bug Fixes
- Align
resolve.extensions
with webpack builder - by @fi3ework in #80 (09cd9) - Do not use relative path in html - by @fi3ework in #82 (3d24b)
- Allow passing @storybook/addon-docs options via framework options - by @guillaumewuip in #78 (028b3)