v10.5.10
Fixed 5
- Fetch static open-service snapshots relative to the document
- Pin oxc-resolver to 11.21.2 to keep tsconfig path aliases on solution-style tsconfigs
- Declare the font on overlay surfaces so docs tooltips are not left to inherit
- Bundle CSF helpers so the ESLint plugin loads without storybook
- Preserve discriminated union prop values in metadata extraction for React
Security 1
- Bump Vitest to 4.1.6 (CVE-2026-47428)
From Storybook
10.5.10
- Core: Fetch static open-service snapshots relative to the document - #35945, thanks @valentinpalkovic!
- Core: Pin oxc-resolver to 11.21.2 to keep tsconfig path aliases on solution-style tsconfigs - #35929, thanks @valentinpalkovic!
- Dependencies: Bump Vitest to 4.1.6 (CVE-2026-47428) - #35530, thanks @anupamme!
- Docs: Declare the font on overlay surfaces so docs tooltips are not left to inherit - #35966, thanks @valentinpalkovic!
- ESLint Plugin: Bundle CSF helpers so the plugin loads without storybook - #35950, thanks @ndelangen!
- React: Preserve discriminated union prop values in metadata extraction - #35844, thanks @s-robertson!