Releases: storybookjs/addon-svelte-csf
Releases · storybookjs/addon-svelte-csf
v5.0.0-next.23
🐛 Bug Fix
- Fix legacy API template hook not running before Svelte in Vitest #264 (@JReinhold)
🏠 Internal
- Add
@storybook/experimental-addon-test
to repo (internal) #263 (@JReinhold)
Authors: 1
- Jeppe Reinhold (@JReinhold)
v5.0.0-next.22
🐛 Bug Fix
- Fix badly formatted ESM that was breaking Node 22 and 23 #260 (@JReinhold)
Authors: 1
- Jeppe Reinhold (@JReinhold)
v5.0.0-next.21
🐛 Bug Fix
- fix: properly transform invalid identifiers #246 (@paoloricciuti)
Authors: 1
- Paolo Ricciuti (@paoloricciuti)
v5.0.0-next.20
v5.0.0-next.19
🐛 Bug Fix
- refactor: Stop using @storybook/client-logger #247 (@JReinhold)
Authors: 1
- Jeppe Reinhold (@JReinhold)
v5.0.0-next.18
🐛 Bug Fix
- refactor(transform)!:
meta
no longer destructurable fromdefineMeta()
call #244 (@xeho91 @JReinhold)
🧪 Tests
- chore: Upgrade
vitest
andvite
dependencies &jsdom
->happy-dom
#230 (@xeho91 @JReinhold)
Authors: 2
- Jeppe Reinhold (@JReinhold)
- Mateusz Kadlubowski (@xeho91)