Bump the tools group with 5 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(5 months ago)
(5 months ago)
dependencies javascript
Bumps the tools group with 5 updates:
| Package | From | To |
|---|---|---|
| @storybook/addon-docs | 10.1.11 |
10.2.0 |
| @storybook/addon-links | 10.1.11 |
10.2.0 |
| @storybook/react-vite | 10.1.11 |
10.2.0 |
| storybook | 10.1.11 |
10.2.0 |
| vite-tsconfig-paths | 6.0.4 |
6.0.5 |
Updates @storybook/addon-docs from 10.1.11 to 10.2.0
Release notes
Sourced from @​storybook/addon-docs's releases.
v10.2.0
10.2.0
Improved UI and story authoring ergonomics
Storybook 10.2 contains hundreds of fixes and improvement including:
- đź’…Â New Viewports and Zoom UI
- đźŹÂ Typesafe CSF factories for Vue, Angular, Web Components (preview)
- đź“„Â MDX support for Storybook MCP (experimental)
- Addon-A11y: Lock vision filter dropdown for stories with `vision` global - #33599, thanks
@​ghengeveld!- Addon-Docs: Add MDX manifest generation - #33408, thanks
@​copilot-swe-agent!- Addon-Docs: Skip `!autodocs` stories when computing primary story - #32712, thanks
@​ia319!- Addon-Pseudo States: Fix stylesheet rewrite for `:not()` with parenthesis in inner selector - #33491, thanks
@​ghengeveld!- Addon-Vitest: Added timeout for fetching localhost 6006 during global setup. - #33232, thanks
@​snippy4!- Addon-Vitest: Fallback detecting vitest version in postinstall - #33415, thanks
@​ndelangen!- Addon-Vitest: Improve error message in testing widget modal - #33481, thanks
@​yannbf!- Addon-Vitest: Improve perf & fix loading incorrect `.env` file - #33469, thanks
@​ndelangen!- CLI: Detect free port when running dev during initiate - #33532, thanks
@​ndelangen!- CLI: Remove any return type of getAbsolutePath - #32977, thanks
@​nzws!- CLI: Skip vitest transform for CSF Factories in a11y-addon-test automigration - #31941, thanks
@​mrginglymus!- Codemod: Fix glob string to only match stories files - #33592, thanks
@​JReinhold!- Controls: Allow resetting the Select control - #33289, thanks
@​Sidnioulz!- Controls: Fix displaying as object instead of select for optional union types - #33200, thanks
@​tanujbhaud!- Controls: Force object control JSON mode to reset - #33330, thanks
@​Sidnioulz!- Core and Vite: Use story index as source of truth for Vite paths - #30612, thanks
@​JReinhold!- Core: Add `getStoryHrefs` manager API and add hotkey for "open in isolation" - #33416, thanks
@​ghengeveld!- Core: Add global error boundary for Manager UI - #33211, thanks
@​copilot-swe-agent!- Core: Add support for wrapped components in component transformer - #33578, thanks
@​yannbf!- Core: Add try-catch for cross-origin access in Storybook hooks - #33448, thanks
@​ndelangen!- Core: Add zoom level 8 and limit manual input to 800% - #33561, thanks
@​ghengeveld!- Core: Avoid late layout shift and improve ChecklistWidget perceived performance - #33184, thanks
@​ghengeveld!- Core: Ensure /project.json route is up before builders serve local FS - #33303, thanks
@​Sidnioulz!- Core: Fix `react-docgen-typescript` support in story creation - #33586, thanks
@​yannbf!- Core: Fix Checklist behavior with hidden sidebar - #33556, thanks
@​ghengeveld!- Core: Fix cwd handling for negated globs - #33241, thanks
@​ia319!- Core: Fix Date input layout - #33595, thanks
@​ghengeveld!- Core: Fix import statement for `react-docgen-typescript` - #33589, thanks
@​yannbf!- Core: Fix input width - #33591, thanks
@​ghengeveld!- Core: Fix manual zoom input field UX - #33581, thanks
@​ghengeveld!- Core: Fix onboarding visual bugs, survey telemetry and modal dismissal - #33326, thanks
@​ghengeveld!- Core: Fix play function `mount` detection when destructuring in the function body - #33367, thanks
@​ghengeveld!- Core: Fix viewport args handling and reset option - #33560, thanks
@​ghengeveld!- Core: Honor BROWSER shell scripts before xdg-open - #33292, thanks
@​robbchar!- Core: Improve addon sanitization - #33554, thanks
@​yannbf!- Core: Improve path handling in arg types data extraction - #33536, thanks
@​yannbf!
... (truncated)
Changelog
Sourced from @​storybook/addon-docs's changelog.
10.2.0
Improved UI and story authoring ergonomics
Storybook 10.2 contains hundreds of fixes and improvement including:
- đź’…Â New Viewports and Zoom UI
- đźŹÂ Typesafe CSF factories for Vue, Angular, Web Components (preview)
- đź“„Â MDX support for Storybook MCP (experimental)
- Addon-A11y: Lock vision filter dropdown for stories with
visionglobal - #33599, thanks@​ghengeveld!- Addon-Docs: Add MDX manifest generation - #33408, thanks
@​copilot-swe-agent!- Addon-Docs: Skip
!autodocsstories when computing primary story - #32712, thanks@​ia319!- Addon-Pseudo States: Fix stylesheet rewrite for
:not()with parenthesis in inner selector - #33491, thanks@​ghengeveld!- Addon-Vitest: Added timeout for fetching localhost 6006 during global setup. - #33232, thanks
@​snippy4!- Addon-Vitest: Fallback detecting vitest version in postinstall - #33415, thanks
@​ndelangen!- Addon-Vitest: Improve error message in testing widget modal - #33481, thanks
@​yannbf!- Addon-Vitest: Improve perf & fix loading incorrect
.envfile - #33469, thanks@​ndelangen!- CLI: Detect free port when running dev during initiate - #33532, thanks
@​ndelangen!- CLI: Remove any return type of getAbsolutePath - #32977, thanks
@​nzws!- CLI: Skip vitest transform for CSF Factories in a11y-addon-test automigration - #31941, thanks
@​mrginglymus!- Codemod: Fix glob string to only match stories files - #33592, thanks
@​JReinhold!- Controls: Allow resetting the Select control - #33289, thanks
@​Sidnioulz!- Controls: Fix displaying as object instead of select for optional union types - #33200, thanks
@​tanujbhaud!- Controls: Force object control JSON mode to reset - #33330, thanks
@​Sidnioulz!- Core and Vite: Use story index as source of truth for Vite paths - #30612, thanks
@​JReinhold!- Core: Add
getStoryHrefsmanager API and add hotkey for "open in isolation" - #33416, thanks@​ghengeveld!- Core: Add global error boundary for Manager UI - #33211, thanks
@​copilot-swe-agent!- Core: Add support for wrapped components in component transformer - #33578, thanks
@​yannbf!- Core: Add try-catch for cross-origin access in Storybook hooks - #33448, thanks
@​ndelangen!- Core: Add zoom level 8 and limit manual input to 800% - #33561, thanks
@​ghengeveld!- Core: Avoid late layout shift and improve ChecklistWidget perceived performance - #33184, thanks
@​ghengeveld!- Core: Ensure /project.json route is up before builders serve local FS - #33303, thanks
@​Sidnioulz!- Core: Fix
react-docgen-typescriptsupport in story creation - #33586, thanks@​yannbf!- Core: Fix Checklist behavior with hidden sidebar - #33556, thanks
@​ghengeveld!- Core: Fix cwd handling for negated globs - #33241, thanks
@​ia319!- Core: Fix Date input layout - #33595, thanks
@​ghengeveld!- Core: Fix import statement for
react-docgen-typescript- #33589, thanks@​yannbf!- Core: Fix input width - #33591, thanks
@​ghengeveld!- Core: Fix manual zoom input field UX - #33581, thanks
@​ghengeveld!- Core: Fix onboarding visual bugs, survey telemetry and modal dismissal - #33326, thanks
@​ghengeveld!- Core: Fix play function
mountdetection when destructuring in the function body - #33367, thanks@​ghengeveld!- Core: Fix viewport args handling and reset option - #33560, thanks
@​ghengeveld!- Core: Honor BROWSER shell scripts before xdg-open - #33292, thanks
@​robbchar!- Core: Improve addon sanitization - #33554, thanks
@​yannbf!- Core: Improve path handling in arg types data extraction - #33536, thanks
@​yannbf!- Core: Improve the story generation experience - #33259, thanks
@​yannbf!
... (truncated)
Commits
a674af8Bump version from "10.2.0-beta.5" to "10.2.0" [skip ci]6818f34Bump version from "10.2.0-beta.4" to "10.2.0-beta.5" [skip ci]8840bebBump version from "10.2.0-beta.3" to "10.2.0-beta.4" [skip ci]6b4beb9Fix Date input layout61a15afBump version from "10.2.0-beta.2" to "10.2.0-beta.3" [skip ci]5b8a6adBump version from "10.2.0-beta.1" to "10.2.0-beta.2" [skip ci]c15e8bdBump version from "10.2.0-beta.0" to "10.2.0-beta.1" [skip ci]d5bdd2aBump version from "10.2.0-alpha.18" to "10.2.0-beta.0" [skip ci]3c53130Bump version from "10.2.0-alpha.17" to "10.2.0-alpha.18" [skip ci]60bdc9eBump version from "10.2.0-alpha.16" to "10.2.0-alpha.17" [skip ci]- Additional commits viewable in compare view
Updates @storybook/addon-links from 10.1.11 to 10.2.0
Release notes
Sourced from @​storybook/addon-links's releases.
v10.2.0
10.2.0
Improved UI and story authoring ergonomics
Storybook 10.2 contains hundreds of fixes and improvement including:
- đź’…Â New Viewports and Zoom UI
- đźŹÂ Typesafe CSF factories for Vue, Angular, Web Components (preview)
- đź“„Â MDX support for Storybook MCP (experimental)
- Addon-A11y: Lock vision filter dropdown for stories with `vision` global - #33599, thanks
@​ghengeveld!- Addon-Docs: Add MDX manifest generation - #33408, thanks
@​copilot-swe-agent!- Addon-Docs: Skip `!autodocs` stories when computing primary story - #32712, thanks
@​ia319!- Addon-Pseudo States: Fix stylesheet rewrite for `:not()` with parenthesis in inner selector - #33491, thanks
@​ghengeveld!- Addon-Vitest: Added timeout for fetching localhost 6006 during global setup. - #33232, thanks
@​snippy4!- Addon-Vitest: Fallback detecting vitest version in postinstall - #33415, thanks
@​ndelangen!- Addon-Vitest: Improve error message in testing widget modal - #33481, thanks
@​yannbf!- Addon-Vitest: Improve perf & fix loading incorrect `.env` file - #33469, thanks
@​ndelangen!- CLI: Detect free port when running dev during initiate - #33532, thanks
@​ndelangen!- CLI: Remove any return type of getAbsolutePath - #32977, thanks
@​nzws!- CLI: Skip vitest transform for CSF Factories in a11y-addon-test automigration - #31941, thanks
@​mrginglymus!- Codemod: Fix glob string to only match stories files - #33592, thanks
@​JReinhold!- Controls: Allow resetting the Select control - #33289, thanks
@​Sidnioulz!- Controls: Fix displaying as object instead of select for optional union types - #33200, thanks
@​tanujbhaud!- Controls: Force object control JSON mode to reset - #33330, thanks
@​Sidnioulz!- Core and Vite: Use story index as source of truth for Vite paths - #30612, thanks
@​JReinhold!- Core: Add `getStoryHrefs` manager API and add hotkey for "open in isolation" - #33416, thanks
@​ghengeveld!- Core: Add global error boundary for Manager UI - #33211, thanks
@​copilot-swe-agent!- Core: Add support for wrapped components in component transformer - #33578, thanks
@​yannbf!- Core: Add try-catch for cross-origin access in Storybook hooks - #33448, thanks
@​ndelangen!- Core: Add zoom level 8 and limit manual input to 800% - #33561, thanks
@​ghengeveld!- Core: Avoid late layout shift and improve ChecklistWidget perceived performance - #33184, thanks
@​ghengeveld!- Core: Ensure /project.json route is up before builders serve local FS - #33303, thanks
@​Sidnioulz!- Core: Fix `react-docgen-typescript` support in story creation - #33586, thanks
@​yannbf!- Core: Fix Checklist behavior with hidden sidebar - #33556, thanks
@​ghengeveld!- Core: Fix cwd handling for negated globs - #33241, thanks
@​ia319!- Core: Fix Date input layout - #33595, thanks
@​ghengeveld!- Core: Fix import statement for `react-docgen-typescript` - #33589, thanks
@​yannbf!- Core: Fix input width - #33591, thanks
@​ghengeveld!- Core: Fix manual zoom input field UX - #33581, thanks
@​ghengeveld!- Core: Fix onboarding visual bugs, survey telemetry and modal dismissal - #33326, thanks
@​ghengeveld!- Core: Fix play function `mount` detection when destructuring in the function body - #33367, thanks
@​ghengeveld!- Core: Fix viewport args handling and reset option - #33560, thanks
@​ghengeveld!- Core: Honor BROWSER shell scripts before xdg-open - #33292, thanks
@​robbchar!- Core: Improve addon sanitization - #33554, thanks
@​yannbf!- Core: Improve path handling in arg types data extraction - #33536, thanks
@​yannbf!
... (truncated)
Changelog
Sourced from @​storybook/addon-links's changelog.
10.2.0
Improved UI and story authoring ergonomics
Storybook 10.2 contains hundreds of fixes and improvement including:
- đź’…Â New Viewports and Zoom UI
- đźŹÂ Typesafe CSF factories for Vue, Angular, Web Components (preview)
- đź“„Â MDX support for Storybook MCP (experimental)
- Addon-A11y: Lock vision filter dropdown for stories with
visionglobal - #33599, thanks@​ghengeveld!- Addon-Docs: Add MDX manifest generation - #33408, thanks
@​copilot-swe-agent!- Addon-Docs: Skip
!autodocsstories when computing primary story - #32712, thanks@​ia319!- Addon-Pseudo States: Fix stylesheet rewrite for
:not()with parenthesis in inner selector - #33491, thanks@​ghengeveld!- Addon-Vitest: Added timeout for fetching localhost 6006 during global setup. - #33232, thanks
@​snippy4!- Addon-Vitest: Fallback detecting vitest version in postinstall - #33415, thanks
@​ndelangen!- Addon-Vitest: Improve error message in testing widget modal - #33481, thanks
@​yannbf!- Addon-Vitest: Improve perf & fix loading incorrect
.envfile - #33469, thanks@​ndelangen!- CLI: Detect free port when running dev during initiate - #33532, thanks
@​ndelangen!- CLI: Remove any return type of getAbsolutePath - #32977, thanks
@​nzws!- CLI: Skip vitest transform for CSF Factories in a11y-addon-test automigration - #31941, thanks
@​mrginglymus!- Codemod: Fix glob string to only match stories files - #33592, thanks
@​JReinhold!- Controls: Allow resetting the Select control - #33289, thanks
@​Sidnioulz!- Controls: Fix displaying as object instead of select for optional union types - #33200, thanks
@​tanujbhaud!- Controls: Force object control JSON mode to reset - #33330, thanks
@​Sidnioulz!- Core and Vite: Use story index as source of truth for Vite paths - #30612, thanks
@​JReinhold!- Core: Add
getStoryHrefsmanager API and add hotkey for "open in isolation" - #33416, thanks@​ghengeveld!- Core: Add global error boundary for Manager UI - #33211, thanks
@​copilot-swe-agent!- Core: Add support for wrapped components in component transformer - #33578, thanks
@​yannbf!- Core: Add try-catch for cross-origin access in Storybook hooks - #33448, thanks
@​ndelangen!- Core: Add zoom level 8 and limit manual input to 800% - #33561, thanks
@​ghengeveld!- Core: Avoid late layout shift and improve ChecklistWidget perceived performance - #33184, thanks
@​ghengeveld!- Core: Ensure /project.json route is up before builders serve local FS - #33303, thanks
@​Sidnioulz!- Core: Fix
react-docgen-typescriptsupport in story creation - #33586, thanks@​yannbf!- Core: Fix Checklist behavior with hidden sidebar - #33556, thanks
@​ghengeveld!- Core: Fix cwd handling for negated globs - #33241, thanks
@​ia319!- Core: Fix Date input layout - #33595, thanks
@​ghengeveld!- Core: Fix import statement for
react-docgen-typescript- #33589, thanks@​yannbf!- Core: Fix input width - #33591, thanks
@​ghengeveld!- Core: Fix manual zoom input field UX - #33581, thanks
@​ghengeveld!- Core: Fix onboarding visual bugs, survey telemetry and modal dismissal - #33326, thanks
@​ghengeveld!- Core: Fix play function
mountdetection when destructuring in the function body - #33367, thanks@​ghengeveld!- Core: Fix viewport args handling and reset option - #33560, thanks
@​ghengeveld!- Core: Honor BROWSER shell scripts before xdg-open - #33292, thanks
@​robbchar!- Core: Improve addon sanitization - #33554, thanks
@​yannbf!- Core: Improve path handling in arg types data extraction - #33536, thanks
@​yannbf!- Core: Improve the story generation experience - #33259, thanks
@​yannbf!
... (truncated)
Commits
a674af8Bump version from "10.2.0-beta.5" to "10.2.0" [skip ci]6818f34Bump version from "10.2.0-beta.4" to "10.2.0-beta.5" [skip ci]8840bebBump version from "10.2.0-beta.3" to "10.2.0-beta.4" [skip ci]61a15afBump version from "10.2.0-beta.2" to "10.2.0-beta.3" [skip ci]5b8a6adBump version from "10.2.0-beta.1" to "10.2.0-beta.2" [skip ci]c15e8bdBump version from "10.2.0-beta.0" to "10.2.0-beta.1" [skip ci]d5bdd2aBump version from "10.2.0-alpha.18" to "10.2.0-beta.0" [skip ci]3c53130Bump version from "10.2.0-alpha.17" to "10.2.0-alpha.18" [skip ci]60bdc9eBump version from "10.2.0-alpha.16" to "10.2.0-alpha.17" [skip ci]a5a356aBump version from "10.2.0-alpha.15" to "10.2.0-alpha.16" [skip ci]- Additional commits viewable in compare view
Updates @storybook/react-vite from 10.1.11 to 10.2.0
Release notes
Sourced from @​storybook/react-vite's releases.
v10.2.0
10.2.0
Improved UI and story authoring ergonomics
Storybook 10.2 contains hundreds of fixes and improvement including:
- đź’…Â New Viewports and Zoom UI
- đźŹÂ Typesafe CSF factories for Vue, Angular, Web Components (preview)
- đź“„Â MDX support for Storybook MCP (experimental)
- Addon-A11y: Lock vision filter dropdown for stories with `vision` global - #33599, thanks
@​ghengeveld!- Addon-Docs: Add MDX manifest generation - #33408, thanks
@​copilot-swe-agent!- Addon-Docs: Skip `!autodocs` stories when computing primary story - #32712, thanks
@​ia319!- Addon-Pseudo States: Fix stylesheet rewrite for `:not()` with parenthesis in inner selector - #33491, thanks
@​ghengeveld!- Addon-Vitest: Added timeout for fetching localhost 6006 during global setup. - #33232, thanks
@​snippy4!- Addon-Vitest: Fallback detecting vitest version in postinstall - #33415, thanks
@​ndelangen!- Addon-Vitest: Improve error message in testing widget modal - #33481, thanks
@​yannbf!- Addon-Vitest: Improve perf & fix loading incorrect `.env` file - #33469, thanks
@​ndelangen!- CLI: Detect free port when running dev during initiate - #33532, thanks
@​ndelangen!- CLI: Remove any return type of getAbsolutePath - #32977, thanks
@​nzws!- CLI: Skip vitest transform for CSF Factories in a11y-addon-test automigration - #31941, thanks
@​mrginglymus!- Codemod: Fix glob string to only match stories files - #33592, thanks
@​JReinhold!- Controls: Allow resetting the Select control - #33289, thanks
@​Sidnioulz!- Controls: Fix displaying as object instead of select for optional union types - #33200, thanks
@​tanujbhaud!- Controls: Force object control JSON mode to reset - #33330, thanks
@​Sidnioulz!- Core and Vite: Use story index as source of truth for Vite paths - #30612, thanks
@​JReinhold!- Core: Add `getStoryHrefs` manager API and add hotkey for "open in isolation" - #33416, thanks
@​ghengeveld!- Core: Add global error boundary for Manager UI - #33211, thanks
@​copilot-swe-agent!- Core: Add support for wrapped components in component transformer - #33578, thanks
@​yannbf!- Core: Add try-catch for cross-origin access in Storybook hooks - #33448, thanks
@​ndelangen!- Core: Add zoom level 8 and limit manual input to 800% - #33561, thanks
@​ghengeveld!- Core: Avoid late layout shift and improve ChecklistWidget perceived performance - #33184, thanks
@​ghengeveld!- Core: Ensure /project.json route is up before builders serve local FS - #33303, thanks
@​Sidnioulz!- Core: Fix `react-docgen-typescript` support in story creation - #33586, thanks
@​yannbf!- Core: Fix Checklist behavior with hidden sidebar - #33556, thanks
@​ghengeveld!- Core: Fix cwd handling for negated globs - #33241, thanks
@​ia319!- Core: Fix Date input layout - #33595, thanks
@​ghengeveld!- Core: Fix import statement for `react-docgen-typescript` - #33589, thanks
@​yannbf!- Core: Fix input width - #33591, thanks
@​ghengeveld!- Core: Fix manual zoom input field UX - #33581, thanks
@​ghengeveld!- Core: Fix onboarding visual bugs, survey telemetry and modal dismissal - #33326, thanks
@​ghengeveld!- Core: Fix play function `mount` detection when destructuring in the function body - #33367, thanks
@​ghengeveld!- Core: Fix viewport args handling and reset option - #33560, thanks
@​ghengeveld!- Core: Honor BROWSER shell scripts before xdg-open - #33292, thanks
@​robbchar!- Core: Improve addon sanitization - #33554, thanks
@​yannbf!- Core: Improve path handling in arg types data extraction - #33536, thanks
@​yannbf!
... (truncated)
Changelog
Sourced from @​storybook/react-vite's changelog.
10.2.0
Improved UI and story authoring ergonomics
Storybook 10.2 contains hundreds of fixes and improvement including:
- đź’…Â New Viewports and Zoom UI
- đźŹÂ Typesafe CSF factories for Vue, Angular, Web Components (preview)
- đź“„Â MDX support for Storybook MCP (experimental)
- Addon-A11y: Lock vision filter dropdown for stories with
visionglobal - #33599, thanks@​ghengeveld!- Addon-Docs: Add MDX manifest generation - #33408, thanks
@​copilot-swe-agent!- Addon-Docs: Skip
!autodocsstories when computing primary story - #32712, thanks@​ia319!- Addon-Pseudo States: Fix stylesheet rewrite for
:not()with parenthesis in inner selector - #33491, thanks@​ghengeveld!- Addon-Vitest: Added timeout for fetching localhost 6006 during global setup. - #33232, thanks
@​snippy4!- Addon-Vitest: Fallback detecting vitest version in postinstall - #33415, thanks
@​ndelangen!- Addon-Vitest: Improve error message in testing widget modal - #33481, thanks
@​yannbf!- Addon-Vitest: Improve perf & fix loading incorrect
.envfile - #33469, thanks@​ndelangen!- CLI: Detect free port when running dev during initiate - #33532, thanks
@​ndelangen!- CLI: Remove any return type of getAbsolutePath - #32977, thanks
@​nzws!- CLI: Skip vitest transform for CSF Factories in a11y-addon-test automigration - #31941, thanks
@​mrginglymus!- Codemod: Fix glob string to only match stories files - #33592, thanks
@​JReinhold!- Controls: Allow resetting the Select control - #33289, thanks
@​Sidnioulz!- Controls: Fix displaying as object instead of select for optional union types - #33200, thanks
@​tanujbhaud!- Controls: Force object control JSON mode to reset - #33330, thanks
@​Sidnioulz!- Core and Vite: Use story index as source of truth for Vite paths - #30612, thanks
@​JReinhold!- Core: Add
getStoryHrefsmanager API and add hotkey for "open in isolation" - #33416, thanks@​ghengeveld!- Core: Add global error boundary for Manager UI - #33211, thanks
@​copilot-swe-agent!- Core: Add support for wrapped components in component transformer - #33578, thanks
@​yannbf!- Core: Add try-catch for cross-origin access in Storybook hooks - #33448, thanks
@​ndelangen!- Core: Add zoom level 8 and limit manual input to 800% - #33561, thanks
@​ghengeveld!- Core: Avoid late layout shift and improve ChecklistWidget perceived performance - #33184, thanks
@​ghengeveld!- Core: Ensure /project.json route is up before builders serve local FS - #33303, thanks
@​Sidnioulz!- Core: Fix
react-docgen-typescriptsupport in story creation - #33586, thanks@​yannbf!- Core: Fix Checklist behavior with hidden sidebar - #33556, thanks
@​ghengeveld!- Core: Fix cwd handling for negated globs - #33241, thanks
@​ia319!- Core: Fix Date input layout - #33595, thanks
@​ghengeveld!- Core: Fix import statement for
react-docgen-typescript- #33589, thanks@​yannbf!- Core: Fix input width - #33591, thanks
@​ghengeveld!- Core: Fix manual zoom input field UX - #33581, thanks
@​ghengeveld!- Core: Fix onboarding visual bugs, survey telemetry and modal dismissal - #33326, thanks
@​ghengeveld!- Core: Fix play function
mountdetection when destructuring in the function body - #33367, thanks@​ghengeveld!- Core: Fix viewport args handling and reset option - #33560, thanks
@​ghengeveld!- Core: Honor BROWSER shell scripts before xdg-open - #33292, thanks
@​robbchar!- Core: Improve addon sanitization - #33554, thanks
@​yannbf!- Core: Improve path handling in arg types data extraction - #33536, thanks
@​yannbf!- Core: Improve the story generation experience - #33259, thanks
@​yannbf!
... (truncated)
Commits
a674af8Bump version from "10.2.0-beta.5" to "10.2.0" [skip ci]6818f34Bump version from "10.2.0-beta.4" to "10.2.0-beta.5" [skip ci]8840bebBump version from "10.2.0-beta.3" to "10.2.0-beta.4" [skip ci]61a15afBump version from "10.2.0-beta.2" to "10.2.0-beta.3" [skip ci]5b8a6adBump version from "10.2.0-beta.1" to "10.2.0-beta.2" [skip ci]c15e8bdBump version from "10.2.0-beta.0" to "10.2.0-beta.1" [skip ci]d5bdd2aBump version from "10.2.0-alpha.18" to "10.2.0-beta.0" [skip ci]3c53130Bump version from "10.2.0-alpha.17" to "10.2.0-alpha.18" [skip ci]60bdc9eBump version from "10.2.0-alpha.16" to "10.2.0-alpha.17" [skip ci]a5a356aBump version from "10.2.0-alpha.15" to "10.2.0-alpha.16" [skip ci]- Additional commits viewable in compare view
Updates storybook from 10.1.11 to 10.2.0
Release notes
Sourced from storybook's releases.
v10.2.0
10.2.0
Improved UI and story authoring ergonomics
Storybook 10.2 contains hundreds of fixes and improvement including:
- đź’…Â New Viewports and Zoom UI
- đźŹÂ Typesafe CSF factories for Vue, Angular, Web Components (preview)
- đź“„Â MDX support for Storybook MCP (experimental)
- Addon-A11y: Lock vision filter dropdown for stories with `vision` global - #33599, thanks
@​ghengeveld!- Addon-Docs: Add MDX manifest generation - #33408, thanks
@​copilot-swe-agent!- Addon-Docs: Skip `!autodocs` stories when computing primary story - #32712, thanks
@​ia319!- Addon-Pseudo States: Fix stylesheet rewrite for `:not()` with parenthesis in inner selector - #33491, thanks
@​ghengeveld!- Addon-Vitest: Added timeout for fetching localhost 6006 during global setup. - #33232, thanks
@​snippy4!- Addon-Vitest: Fallback detecting vitest version in postinstall - #33415, thanks
@​ndelangen!- Addon-Vitest: Improve error message in testing widget modal - #33481, thanks
@​yannbf!- Addon-Vitest: Improve perf & fix loading incorrect `.env` file - #33469, thanks
@​ndelangen!- CLI: Detect free port when running dev during initiate - #33532, thanks
@​ndelangen!- CLI: Remove any return type of getAbsolutePath - #32977, thanks
@​nzws!- CLI: Skip vitest transform for CSF Factories in a11y-addon-test automigration - #31941, thanks
@​mrginglymus!- Codemod: Fix glob string to only match stories files -
Package Dependencies
Package:
@storybook/addon-linksEcosystem:
npmVersion Change:
10.1.11 → 10.2.0Update Type:
Minor
Technical Details
| ID: | 13372146 |
| UUID: | 3883074839 |
| Node ID: | PR_kwDODgsJYM7AxEZM |
| Host: | GitHub |
| Repository: | NHSDigital/nhsuk-react-components |