v10.6.0-beta.2Pre-release
Added 1
- Tools: Accept a story ID in docs show-story as an alternative to componentId + storyName
Changed 5
- Angular: Declare style preprocessors as optional peers and name the missing one
- CLI: Align storybook skills with storybook tools shape
- CLI: Label the tools help Output block as the --json shape
- Tanstack: Use dependency chain for deps optimization
- Telemetry: Track StyleX as a styling package
Fixed 10
- Addon Vitest: Resolve story test globs against the project root
- Addon-vitest: Filter Storybook instrumentation from reported stack traces
- CLI: Fix stories changed hanging on attach
- CLI: Match Storybook instances across Windows drive-letter case
- CLI: Silence auto-mode fallback when no Storybook is running
- Core: Always show warning in story-docs if available
- Core: Fix module resolution for packages with conditional-only exports maps
- Manager: Fix sidebar scroll on iOS Safari
- Tools: Flush remote-command ack before the handler's fan-out starts
- UI: Fix missing whitespace in search result breadcrumb
From Storybook
10.6.0-beta.2
- Addon Vitest: Resolve story test globs against the project root - #36103, thanks @kasperpeulen!
- Addon-vitest: Filter Storybook instrumentation from reported stack traces - #36120, thanks @ghengeveld!
- Angular: Declare style preprocessors as optional peers and name the missing one - #36098, thanks @valentinpalkovic!
- CLI: Align `storybook skills` with `storybook tools` shape - #36121, thanks @ghengeveld!
- CLI: Fix stories changed hanging on attach - #36093, thanks @JReinhold!
- CLI: Label the tools help `Output` block as the `--json` shape - #36089, thanks @kasperpeulen!
- CLI: Match Storybook instances across Windows drive-letter case - #36108, thanks @JReinhold!
- CLI: Silence auto-mode fallback when no Storybook is running - #36092, thanks @JReinhold!
- Core: Always show warning in story-docs if available - #36079, thanks @huang-julien!
- Core: Fix module resolution for packages with conditional-only exports maps - #36090, thanks @kasperpeulen!
- Manager: Fix sidebar scroll on iOS Safari - #35117, thanks @ayerhs0904!
- Tanstack: Use dependency chain for deps optimization - #36101, thanks @huang-julien!
- Telemetry: Track StyleX as a styling package - #36091, thanks @valentinpalkovic!
- Tools: Accept a story ID in `docs show-story` as an alternative to componentId + storyName - #36104, thanks @kasperpeulen!
- Tools: Flush remote-command ack before the handler's fan-out starts - #36100, thanks @kasperpeulen!
- UI: Fix missing whitespace in search result breadcrumb - #36067, thanks @kroeder!