7.6.0-alpha.7
- Actions: Warn on implicit actions - #24856, thanks @kasperpeulen!
- Addons, core: Make
react
and Storybook packagesdevDependencies
where possible - ATTEMPT 2 - #24834, thanks @JReinhold! - CLI: Add "doctor" command - #22236, thanks @yannbf!
- Core: Add deprecation notice for Vite + CommonJS - #23950, thanks @JReinhold!
- Core: Detect no matching export error in storybook start and build - #24877, thanks @yannbf!
- Core: Fix
useStoryPrepared
hook failing withundefined
data - #22631, thanks @SpookyJelly! - Core: Gracefully handle error when parsing preview.js file - #24858, thanks @yannbf!
- Core: Make warnOnIncompatibleAddons fault-tolerant - #24880, thanks @taozhou-glean!
- Dependency: Fix Yarn 4 failing to install due to jscodeshift dependency issue - #24914, thanks @samvv!
- Dependency: Update jscodeshift to v0.15.1 - #24882, thanks @epreston!
- FastBuild: Fix disabledAddons filter - #24924, thanks @IanVS!
- ManagerAPI: Fix setting status without index, crashes storybook - #24866, thanks @ndelangen!
- Next.js: Add back image context CommonJS export - #24885, thanks @martinnabhan!
- Next.js: Add experimental SWC support - #24852, thanks @valentinpalkovic!
- Next.js: Fix import path in swc loader - #24922, thanks @valentinpalkovic!
- Svelte: Fix decorators always running twice - #24921, thanks @paoloricciuti!
- SvelteKit: Add experimental page and navigation mocking - #24795, thanks @paoloricciuti!
- Test: Model loaders as before each and restore mocks properly - #24948, thanks @kasperpeulen!
- TestBuild: Add env-variable support to
--test
CLI-flag - #24862, thanks @ndelangen! - TestBuild: Add tests and rename to camelCase - #24911, thanks @ndelangen!
- TestBuild: Fix indexer bug - #24890, thanks @ndelangen!
- Typescript: Add 'skipCompiler' option to TypeScript presets - #24847, thanks @valentinpalkovic!