Commit fe28f2e
authored
chore(deps-dev): bump the storybook group with 8 updates (#6166)
Bumps the storybook group with 8 updates:
| Package | From | To |
| --- | --- | --- |
|
[@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y)
| `9.0.18` | `9.1.0` |
|
[@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/docs)
| `9.0.18` | `9.1.0` |
|
[@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links)
| `9.0.18` | `9.1.0` |
|
[@storybook/addon-onboarding](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/onboarding)
| `9.0.18` | `9.1.0` |
|
[@storybook/addon-vitest](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/vitest)
| `9.0.18` | `9.1.0` |
|
[@storybook/builder-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/builders/builder-vite)
| `9.0.18` | `9.1.0` |
|
[@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite)
| `9.0.18` | `9.1.0` |
|
[storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core)
| `9.0.18` | `9.1.0` |
Updates `@storybook/addon-a11y` from 9.0.18 to 9.1.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Freleases"><code>@storybook/addon-a11y</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v9.1.0</h2>
<h2>9.1.0</h2>
<p>Storybook 9.1 is packed with new features and improvements to enhance
accessibility, streamline testing, and make your development workflow
even smoother!</p>
<p>🚀 Improved upgrade command with monorepo support for seamless
upgrades
🅰 Angular fixes for Tailwind 4, cache busting, and zoneless
compatibility
🧪 <code>sb.mock</code> API and Automocking: one-line module mocking to
simplify your testing workflow
🧪 Favicon shows test run status for quick visual feedback
⚛️ Easier configuration for React Native projects
🔥 Auto-abort play functions on HMR to avoid unwanted side effects
🏗️ Improved CSF factories API for type safe story definitions
♿️ A11y improvements across Storybook’s UI — addon panel, toolbar,
sidebar, mobile & more
💯 Dozens more fixes and improvements based on community feedback!</p>
<!-- raw HTML omitted -->
<ul>
<li>A11y: Improved toolbar a11y by fixing semantics - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F28672">#28672</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fmehm8128"><code>@mehm8128</code></a>!</li>
<li>Addon Vitest: Remove Optimize deps candidates due to Vitest warnings
- <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31809">#31809</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Angular: Bundle using TSup - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31690">#31690</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fndelangen"><code>@ndelangen</code></a>!</li>
<li>Angular: Prevent directory import in Angular builders - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32012">#32012</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Automigration: Await updateMainConfig in removeEssentials - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32140">#32140</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Builder-Vite: Fix logic related to setting allowedHosts when IP
address used - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31472">#31472</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2FJSMike"><code>@JSMike</code></a>!</li>
<li>Controls: Improve the accessibility of the object control - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31581">#31581</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2FSidnioulz"><code>@Sidnioulz</code></a>!</li>
<li>Core: Abort play function on HMR - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31542">#31542</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Core: Avoid pausing animations in non-Vitest Playwright environments
- <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32123">#32123</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Core: Cleanup of type following up v9 and small verbatimModuleSyntax
type fix - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31823">#31823</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Falcpereira"><code>@alcpereira</code></a>!</li>
<li>Core: Fix aria-controls attribute on sidebar nodes to include all
children - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31491">#31491</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fcandrepa1"><code>@candrepa1</code></a>!</li>
<li>Core: Fix horizontal scrollbar covering part of the toolbar - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31704">#31704</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2FSidnioulz"><code>@Sidnioulz</code></a>!</li>
<li>Core: Fix moving log file across drives and projectRoot detection on
Windows - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32020">#32020</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Core: Prevent interactions panel from flickering and showing
incorrect state - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32150">#32150</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Core: Serve dynamic favicon based on testing module status - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31763">#31763</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Core: Support container queries in addon panels - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F23261">#23261</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fneil-morrison44"><code>@neil-morrison44</code></a>!</li>
<li>CSF Factories: Add parameters/globals types, <code>extend</code>
API, portable stories - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F30601">#30601</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fkasperpeulen"><code>@kasperpeulen</code></a>!</li>
<li>CSF: Improve controls parameters - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31745">#31745</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fkasperpeulen"><code>@kasperpeulen</code></a>!</li>
<li>CSF: Improve docs parameter types - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31736">#31736</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fkasperpeulen"><code>@kasperpeulen</code></a>!</li>
<li>CSF: Only add preview annotations to definePreview in csf-factories
automigration - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31727">#31727</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fkasperpeulen"><code>@kasperpeulen</code></a>!</li>
<li>Docs: Update <code>@storybook/icons</code> - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32144">#32144</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Docs: Update <code>react-element-to-jsx-string</code> - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31170">#31170</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2F7rulnik"><code>@7rulnik</code></a>!</li>
<li>Init: Exclude mdx stories when docs feature isn't selected during
init - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32142">#32142</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Maintenance: Add flag to toggle default automigrations - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32113">#32113</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fyannbf"><code>@yannbf</code></a>!</li>
<li>React Native Web: Simplify config by using vite-plugin-rnw - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32051">#32051</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fdannyhw"><code>@dannyhw</code></a>!</li>
<li>Telemetry: Add automigration errors - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32103">#32103</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fyannbf"><code>@yannbf</code></a>!</li>
<li>Telemetry: Fix <code>project.json</code> for getAbsolutePath - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31510">#31510</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fndelangen"><code>@ndelangen</code></a>!</li>
<li>Test: Add mock capabilities - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31987">#31987</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Test: Consider exports map - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32157">#32157</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Test: Fix missing source map for Webpack/Vite mock loaders and
plugins - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32111">#32111</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Test: Invalidate vite cache for manual mocks - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32152">#32152</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Test: Remove source map generation from webpack automock-loader - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32115">#32115</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Fblob%2Fnext%2FCHANGELOG.md"><code>@storybook/addon-a11y</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>9.1.0</h2>
<p>Storybook 9.1 is packed with new features and improvements to enhance
accessibility, streamline testing, and make your development workflow
even smoother!</p>
<p>🚀 Improved upgrade command with monorepo support for seamless
upgrades
🅰 Angular fixes for Tailwind 4, cache busting, and zoneless
compatibility
🧪 <code>sb.mock</code> API and Automocking: one-line module mocking to
simplify your testing workflow
🧪 Favicon shows test run status for quick visual feedback
⚛️ Easier configuration for React Native projects
🔥 Auto-abort play functions on HMR to avoid unwanted side effects
🏗️ Improved CSF factories API for type safe story definitions
♿️ A11y improvements across Storybook’s UI — addon panel, toolbar,
sidebar, mobile & more
💯 Dozens more fixes and improvements based on community feedback!</p>
<!-- raw HTML omitted -->
<ul>
<li>A11y: Improved toolbar a11y by fixing semantics - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F28672">#28672</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fmehm8128"><code>@mehm8128</code></a>!</li>
<li>Addon Vitest: Remove Optimize deps candidates due to Vitest warnings
- <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31809">#31809</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Angular: Bundle using TSup - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31690">#31690</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fndelangen"><code>@ndelangen</code></a>!</li>
<li>Angular: Prevent directory import in Angular builders - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32012">#32012</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Automigration: Await updateMainConfig in removeEssentials - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32140">#32140</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Builder-Vite: Fix logic related to setting allowedHosts when IP
address used - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31472">#31472</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2FJSMike"><code>@JSMike</code></a>!</li>
<li>Controls: Improve the accessibility of the object control - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31581">#31581</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2FSidnioulz"><code>@Sidnioulz</code></a>!</li>
<li>Core: Abort play function on HMR - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31542">#31542</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Core: Avoid pausing animations in non-Vitest Playwright environments
- <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32123">#32123</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Core: Cleanup of type following up v9 and small verbatimModuleSyntax
type fix - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31823">#31823</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Falcpereira"><code>@alcpereira</code></a>!</li>
<li>Core: Fix aria-controls attribute on sidebar nodes to include all
children - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31491">#31491</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fcandrepa1"><code>@candrepa1</code></a>!</li>
<li>Core: Fix horizontal scrollbar covering part of the toolbar - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31704">#31704</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2FSidnioulz"><code>@Sidnioulz</code></a>!</li>
<li>Core: Fix moving log file across drives and projectRoot detection on
Windows - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32020">#32020</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Core: Prevent interactions panel from flickering and showing
incorrect state - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32150">#32150</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Core: Serve dynamic favicon based on testing module status - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31763">#31763</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Core: Support container queries in addon panels - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F23261">#23261</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fneil-morrison44"><code>@neil-morrison44</code></a>!</li>
<li>CSF Factories: Add parameters/globals types, <code>extend</code>
API, portable stories - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F30601">#30601</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fkasperpeulen"><code>@kasperpeulen</code></a>!</li>
<li>CSF: Improve controls parameters - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31745">#31745</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fkasperpeulen"><code>@kasperpeulen</code></a>!</li>
<li>CSF: Improve docs parameter types - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31736">#31736</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fkasperpeulen"><code>@kasperpeulen</code></a>!</li>
<li>CSF: Only add preview annotations to definePreview in csf-factories
automigration - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31727">#31727</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fkasperpeulen"><code>@kasperpeulen</code></a>!</li>
<li>Docs: Update <code>@storybook/icons</code> - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32144">#32144</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Docs: Update <code>react-element-to-jsx-string</code> - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31170">#31170</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2F7rulnik"><code>@7rulnik</code></a>!</li>
<li>Init: Exclude mdx stories when docs feature isn't selected during
init - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32142">#32142</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Maintenance: Add flag to toggle default automigrations - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32113">#32113</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fyannbf"><code>@yannbf</code></a>!</li>
<li>React Native Web: Simplify config by using vite-plugin-rnw - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32051">#32051</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fdannyhw"><code>@dannyhw</code></a>!</li>
<li>Telemetry: Add automigration errors - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32103">#32103</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fyannbf"><code>@yannbf</code></a>!</li>
<li>Telemetry: Fix <code>project.json</code> for getAbsolutePath - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31510">#31510</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fndelangen"><code>@ndelangen</code></a>!</li>
<li>Test: Add mock capabilities - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31987">#31987</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Test: Consider exports map - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32157">#32157</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Test: Fix missing source map for Webpack/Vite mock loaders and
plugins - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32111">#32111</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Test: Invalidate vite cache for manual mocks - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32152">#32152</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Test: Remove source map generation from webpack automock-loader - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32115">#32115</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>UI: Apply user updates for mobile navigation accessibility - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31401">#31401</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fyatishgoel"><code>@yatishgoel</code></a>!</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Fcommit%2F073a65a8353ab0e42408b3b5830ef87898981a85"><code>073a65a</code></a>
Bump version from "9.1.0-beta.3" to "9.1.0" [skip
ci]</li>
<li><a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Fcommit%2Fd3746ae3c603d6e4c605e07d152bfeaf9de91477"><code>d3746ae</code></a>
Bump version from "9.1.0-beta.2" to "9.1.0-beta.3"
[skip ci]</li>
<li><a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Fcommit%2F5ba877558831764fff1d8a14958e60888531e079"><code>5ba8775</code></a>
Bump version from "9.1.0-beta.1" to "9.1.0-beta.2"
[skip ci]</li>
<li><a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Fcommit%2Fc146de5a78a573c6dfca54d7ea8ca7d60066856e"><code>c146de5</code></a>
Bump version from "9.1.0-beta.0" to "9.1.0-beta.1"
[skip ci]</li>
<li><a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Fcommit%2Fb874fb25532006400fdb57c0e2e4767f2d3532b9"><code>b874fb2</code></a>
Bump version from "9.1.0-alpha.10" to "9.1.0-beta.0"
[skip ci]</li>
<li><a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Fcommit%2F25d6ece29a10b2f528e2df58c215c33dbe0595f8"><code>25d6ece</code></a>
Bump version from "9.1.0-alpha.9" to
"9.1.0-alpha.10" [skip ci]</li>
<li><a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Fcommit%2F8d1e92231f9f456fa7ac2b47ea61f873d0dd24c5"><code>8d1e922</code></a>
Bump version from "9.1.0-alpha.8" to "9.1.0-alpha.9"
[skip ci]</li>
<li><a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Fcommit%2Fe8e467e98be542ce815fd4c90688fe932bf3d460"><code>e8e467e</code></a>
Bump version from "9.1.0-alpha.7" to "9.1.0-alpha.8"
[skip ci]</li>
<li><a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Fcommit%2F34ca7ee3dc04ad2ff122f2dbd82c5c78b52cf9f6"><code>34ca7ee</code></a>
Bump version from "9.1.0-alpha.6" to "9.1.0-alpha.7"
[skip ci]</li>
<li><a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Fcommit%2F5f39f434de3d755c59b7828013b9303a6e37f45d"><code>5f39f43</code></a>
Core: Fix addon scrollbars and align scrollbar colors with toolbars</li>
<li>Additional commits viewable in <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Fcommits%2Fv9.1.0%2Fcode%2Faddons%2Fa11y">compare
view</a></li>
</ul>
</details>
<br />
Updates `@storybook/addon-docs` from 9.0.18 to 9.1.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Freleases"><code>@storybook/addon-docs</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v9.1.0</h2>
<h2>9.1.0</h2>
<p>Storybook 9.1 is packed with new features and improvements to enhance
accessibility, streamline testing, and make your development workflow
even smoother!</p>
<p>🚀 Improved upgrade command with monorepo support for seamless
upgrades
🅰 Angular fixes for Tailwind 4, cache busting, and zoneless
compatibility
🧪 <code>sb.mock</code> API and Automocking: one-line module mocking to
simplify your testing workflow
🧪 Favicon shows test run status for quick visual feedback
⚛️ Easier configuration for React Native projects
🔥 Auto-abort play functions on HMR to avoid unwanted side effects
🏗️ Improved CSF factories API for type safe story definitions
♿️ A11y improvements across Storybook’s UI — addon panel, toolbar,
sidebar, mobile & more
💯 Dozens more fixes and improvements based on community feedback!</p>
<!-- raw HTML omitted -->
<ul>
<li>A11y: Improved toolbar a11y by fixing semantics - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F28672">#28672</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fmehm8128"><code>@mehm8128</code></a>!</li>
<li>Addon Vitest: Remove Optimize deps candidates due to Vitest warnings
- <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31809">#31809</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Angular: Bundle using TSup - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31690">#31690</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fndelangen"><code>@ndelangen</code></a>!</li>
<li>Angular: Prevent directory import in Angular builders - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32012">#32012</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Automigration: Await updateMainConfig in removeEssentials - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32140">#32140</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Builder-Vite: Fix logic related to setting allowedHosts when IP
address used - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31472">#31472</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2FJSMike"><code>@JSMike</code></a>!</li>
<li>Controls: Improve the accessibility of the object control - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31581">#31581</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2FSidnioulz"><code>@Sidnioulz</code></a>!</li>
<li>Core: Abort play function on HMR - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31542">#31542</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Core: Avoid pausing animations in non-Vitest Playwright environments
- <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32123">#32123</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Core: Cleanup of type following up v9 and small verbatimModuleSyntax
type fix - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31823">#31823</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Falcpereira"><code>@alcpereira</code></a>!</li>
<li>Core: Fix aria-controls attribute on sidebar nodes to include all
children - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31491">#31491</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fcandrepa1"><code>@candrepa1</code></a>!</li>
<li>Core: Fix horizontal scrollbar covering part of the toolbar - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31704">#31704</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2FSidnioulz"><code>@Sidnioulz</code></a>!</li>
<li>Core: Fix moving log file across drives and projectRoot detection on
Windows - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32020">#32020</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Core: Prevent interactions panel from flickering and showing
incorrect state - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32150">#32150</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Core: Serve dynamic favicon based on testing module status - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31763">#31763</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Core: Support container queries in addon panels - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F23261">#23261</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fneil-morrison44"><code>@neil-morrison44</code></a>!</li>
<li>CSF Factories: Add parameters/globals types, <code>extend</code>
API, portable stories - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F30601">#30601</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fkasperpeulen"><code>@kasperpeulen</code></a>!</li>
<li>CSF: Improve controls parameters - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31745">#31745</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fkasperpeulen"><code>@kasperpeulen</code></a>!</li>
<li>CSF: Improve docs parameter types - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31736">#31736</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fkasperpeulen"><code>@kasperpeulen</code></a>!</li>
<li>CSF: Only add preview annotations to definePreview in csf-factories
automigration - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31727">#31727</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fkasperpeulen"><code>@kasperpeulen</code></a>!</li>
<li>Docs: Update <code>@storybook/icons</code> - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32144">#32144</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Docs: Update <code>react-element-to-jsx-string</code> - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31170">#31170</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2F7rulnik"><code>@7rulnik</code></a>!</li>
<li>Init: Exclude mdx stories when docs feature isn't selected during
init - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32142">#32142</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Maintenance: Add flag to toggle default automigrations - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32113">#32113</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fyannbf"><code>@yannbf</code></a>!</li>
<li>React Native Web: Simplify config by using vite-plugin-rnw - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32051">#32051</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fdannyhw"><code>@dannyhw</code></a>!</li>
<li>Telemetry: Add automigration errors - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32103">#32103</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fyannbf"><code>@yannbf</code></a>!</li>
<li>Telemetry: Fix <code>project.json</code> for getAbsolutePath - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31510">#31510</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fndelangen"><code>@ndelangen</code></a>!</li>
<li>Test: Add mock capabilities - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31987">#31987</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Test: Consider exports map - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32157">#32157</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Test: Fix missing source map for Webpack/Vite mock loaders and
plugins - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32111">#32111</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Test: Invalidate vite cache for manual mocks - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32152">#32152</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Test: Remove source map generation from webpack automock-loader - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32115">#32115</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Fblob%2Fnext%2FCHANGELOG.md"><code>@storybook/addon-docs</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>9.1.0</h2>
<p>Storybook 9.1 is packed with new features and improvements to enhance
accessibility, streamline testing, and make your development workflow
even smoother!</p>
<p>🚀 Improved upgrade command with monorepo support for seamless
upgrades
🅰 Angular fixes for Tailwind 4, cache busting, and zoneless
compatibility
🧪 <code>sb.mock</code> API and Automocking: one-line module mocking to
simplify your testing workflow
🧪 Favicon shows test run status for quick visual feedback
⚛️ Easier configuration for React Native projects
🔥 Auto-abort play functions on HMR to avoid unwanted side effects
🏗️ Improved CSF factories API for type safe story definitions
♿️ A11y improvements across Storybook’s UI — addon panel, toolbar,
sidebar, mobile & more
💯 Dozens more fixes and improvements based on community feedback!</p>
<!-- raw HTML omitted -->
<ul>
<li>A11y: Improved toolbar a11y by fixing semantics - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F28672">#28672</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fmehm8128"><code>@mehm8128</code></a>!</li>
<li>Addon Vitest: Remove Optimize deps candidates due to Vitest warnings
- <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31809">#31809</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Angular: Bundle using TSup - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31690">#31690</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fndelangen"><code>@ndelangen</code></a>!</li>
<li>Angular: Prevent directory import in Angular builders - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32012">#32012</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Automigration: Await updateMainConfig in removeEssentials - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32140">#32140</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Builder-Vite: Fix logic related to setting allowedHosts when IP
address used - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31472">#31472</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2FJSMike"><code>@JSMike</code></a>!</li>
<li>Controls: Improve the accessibility of the object control - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31581">#31581</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2FSidnioulz"><code>@Sidnioulz</code></a>!</li>
<li>Core: Abort play function on HMR - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31542">#31542</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Core: Avoid pausing animations in non-Vitest Playwright environments
- <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32123">#32123</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Core: Cleanup of type following up v9 and small verbatimModuleSyntax
type fix - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31823">#31823</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Falcpereira"><code>@alcpereira</code></a>!</li>
<li>Core: Fix aria-controls attribute on sidebar nodes to include all
children - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31491">#31491</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fcandrepa1"><code>@candrepa1</code></a>!</li>
<li>Core: Fix horizontal scrollbar covering part of the toolbar - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31704">#31704</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2FSidnioulz"><code>@Sidnioulz</code></a>!</li>
<li>Core: Fix moving log file across drives and projectRoot detection on
Windows - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32020">#32020</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Core: Prevent interactions panel from flickering and showing
incorrect state - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32150">#32150</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Core: Serve dynamic favicon based on testing module status - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31763">#31763</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Core: Support container queries in addon panels - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F23261">#23261</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fneil-morrison44"><code>@neil-morrison44</code></a>!</li>
<li>CSF Factories: Add parameters/globals types, <code>extend</code>
API, portable stories - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F30601">#30601</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fkasperpeulen"><code>@kasperpeulen</code></a>!</li>
<li>CSF: Improve controls parameters - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31745">#31745</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fkasperpeulen"><code>@kasperpeulen</code></a>!</li>
<li>CSF: Improve docs parameter types - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31736">#31736</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fkasperpeulen"><code>@kasperpeulen</code></a>!</li>
<li>CSF: Only add preview annotations to definePreview in csf-factories
automigration - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31727">#31727</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fkasperpeulen"><code>@kasperpeulen</code></a>!</li>
<li>Docs: Update <code>@storybook/icons</code> - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32144">#32144</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Docs: Update <code>react-element-to-jsx-string</code> - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31170">#31170</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2F7rulnik"><code>@7rulnik</code></a>!</li>
<li>Init: Exclude mdx stories when docs feature isn't selected during
init - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32142">#32142</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Maintenance: Add flag to toggle default automigrations - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32113">#32113</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fyannbf"><code>@yannbf</code></a>!</li>
<li>React Native Web: Simplify config by using vite-plugin-rnw - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32051">#32051</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fdannyhw"><code>@dannyhw</code></a>!</li>
<li>Telemetry: Add automigration errors - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32103">#32103</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fyannbf"><code>@yannbf</code></a>!</li>
<li>Telemetry: Fix <code>project.json</code> for getAbsolutePath - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31510">#31510</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fndelangen"><code>@ndelangen</code></a>!</li>
<li>Test: Add mock capabilities - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31987">#31987</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Test: Consider exports map - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32157">#32157</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Test: Fix missing source map for Webpack/Vite mock loaders and
plugins - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32111">#32111</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Test: Invalidate vite cache for manual mocks - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32152">#32152</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Test: Remove source map generation from webpack automock-loader - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32115">#32115</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>UI: Apply user updates for mobile navigation accessibility - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31401">#31401</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fyatishgoel"><code>@yatishgoel</code></a>!</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Fcommit%2F073a65a8353ab0e42408b3b5830ef87898981a85"><code>073a65a</code></a>
Bump version from "9.1.0-beta.3" to "9.1.0" [skip
ci]</li>
<li><a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Fcommit%2Fd3746ae3c603d6e4c605e07d152bfeaf9de91477"><code>d3746ae</code></a>
Bump version from "9.1.0-beta.2" to "9.1.0-beta.3"
[skip ci]</li>
<li><a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Fcommit%2F5ba877558831764fff1d8a14958e60888531e079"><code>5ba8775</code></a>
Bump version from "9.1.0-beta.1" to "9.1.0-beta.2"
[skip ci]</li>
<li><a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Fcommit%2Fc146de5a78a573c6dfca54d7ea8ca7d60066856e"><code>c146de5</code></a>
Bump version from "9.1.0-beta.0" to "9.1.0-beta.1"
[skip ci]</li>
<li><a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Fcommit%2Ff346049891ed483e525843de295ba9818c069acc"><code>f346049</code></a>
Docs: Update <code>@storybook/icons</code></li>
<li><a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Fcommit%2Fb874fb25532006400fdb57c0e2e4767f2d3532b9"><code>b874fb2</code></a>
Bump version from "9.1.0-alpha.10" to "9.1.0-beta.0"
[skip ci]</li>
<li><a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Fcommit%2F25d6ece29a10b2f528e2df58c215c33dbe0595f8"><code>25d6ece</code></a>
Bump version from "9.1.0-alpha.9" to
"9.1.0-alpha.10" [skip ci]</li>
<li><a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Fcommit%2F8d1e92231f9f456fa7ac2b47ea61f873d0dd24c5"><code>8d1e922</code></a>
Bump version from "9.1.0-alpha.8" to "9.1.0-alpha.9"
[skip ci]</li>
<li><a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Fcommit%2Fe8e467e98be542ce815fd4c90688fe932bf3d460"><code>e8e467e</code></a>
Bump version from "9.1.0-alpha.7" to "9.1.0-alpha.8"
[skip ci]</li>
<li><a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Fcommit%2F34ca7ee3dc04ad2ff122f2dbd82c5c78b52cf9f6"><code>34ca7ee</code></a>
Bump version from "9.1.0-alpha.6" to "9.1.0-alpha.7"
[skip ci]</li>
<li>Additional commits viewable in <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Fcommits%2Fv9.1.0%2Fcode%2Faddons%2Fdocs">compare
view</a></li>
</ul>
</details>
<br />
Updates `@storybook/addon-links` from 9.0.18 to 9.1.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Freleases"><code>@storybook/addon-links</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v9.1.0</h2>
<h2>9.1.0</h2>
<p>Storybook 9.1 is packed with new features and improvements to enhance
accessibility, streamline testing, and make your development workflow
even smoother!</p>
<p>🚀 Improved upgrade command with monorepo support for seamless
upgrades
🅰 Angular fixes for Tailwind 4, cache busting, and zoneless
compatibility
🧪 <code>sb.mock</code> API and Automocking: one-line module mocking to
simplify your testing workflow
🧪 Favicon shows test run status for quick visual feedback
⚛️ Easier configuration for React Native projects
🔥 Auto-abort play functions on HMR to avoid unwanted side effects
🏗️ Improved CSF factories API for type safe story definitions
♿️ A11y improvements across Storybook’s UI — addon panel, toolbar,
sidebar, mobile & more
💯 Dozens more fixes and improvements based on community feedback!</p>
<!-- raw HTML omitted -->
<ul>
<li>A11y: Improved toolbar a11y by fixing semantics - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F28672">#28672</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fmehm8128"><code>@mehm8128</code></a>!</li>
<li>Addon Vitest: Remove Optimize deps candidates due to Vitest warnings
- <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31809">#31809</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Angular: Bundle using TSup - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31690">#31690</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fndelangen"><code>@ndelangen</code></a>!</li>
<li>Angular: Prevent directory import in Angular builders - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32012">#32012</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Automigration: Await updateMainConfig in removeEssentials - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32140">#32140</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Builder-Vite: Fix logic related to setting allowedHosts when IP
address used - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31472">#31472</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2FJSMike"><code>@JSMike</code></a>!</li>
<li>Controls: Improve the accessibility of the object control - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31581">#31581</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2FSidnioulz"><code>@Sidnioulz</code></a>!</li>
<li>Core: Abort play function on HMR - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31542">#31542</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Core: Avoid pausing animations in non-Vitest Playwright environments
- <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32123">#32123</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Core: Cleanup of type following up v9 and small verbatimModuleSyntax
type fix - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31823">#31823</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Falcpereira"><code>@alcpereira</code></a>!</li>
<li>Core: Fix aria-controls attribute on sidebar nodes to include all
children - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31491">#31491</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fcandrepa1"><code>@candrepa1</code></a>!</li>
<li>Core: Fix horizontal scrollbar covering part of the toolbar - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31704">#31704</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2FSidnioulz"><code>@Sidnioulz</code></a>!</li>
<li>Core: Fix moving log file across drives and projectRoot detection on
Windows - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32020">#32020</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Core: Prevent interactions panel from flickering and showing
incorrect state - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32150">#32150</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Core: Serve dynamic favicon based on testing module status - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31763">#31763</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Core: Support container queries in addon panels - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F23261">#23261</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fneil-morrison44"><code>@neil-morrison44</code></a>!</li>
<li>CSF Factories: Add parameters/globals types, <code>extend</code>
API, portable stories - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F30601">#30601</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fkasperpeulen"><code>@kasperpeulen</code></a>!</li>
<li>CSF: Improve controls parameters - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31745">#31745</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fkasperpeulen"><code>@kasperpeulen</code></a>!</li>
<li>CSF: Improve docs parameter types - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31736">#31736</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fkasperpeulen"><code>@kasperpeulen</code></a>!</li>
<li>CSF: Only add preview annotations to definePreview in csf-factories
automigration - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31727">#31727</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fkasperpeulen"><code>@kasperpeulen</code></a>!</li>
<li>Docs: Update <code>@storybook/icons</code> - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32144">#32144</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Docs: Update <code>react-element-to-jsx-string</code> - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31170">#31170</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2F7rulnik"><code>@7rulnik</code></a>!</li>
<li>Init: Exclude mdx stories when docs feature isn't selected during
init - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32142">#32142</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Maintenance: Add flag to toggle default automigrations - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32113">#32113</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fyannbf"><code>@yannbf</code></a>!</li>
<li>React Native Web: Simplify config by using vite-plugin-rnw - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32051">#32051</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fdannyhw"><code>@dannyhw</code></a>!</li>
<li>Telemetry: Add automigration errors - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32103">#32103</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fyannbf"><code>@yannbf</code></a>!</li>
<li>Telemetry: Fix <code>project.json</code> for getAbsolutePath - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31510">#31510</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fndelangen"><code>@ndelangen</code></a>!</li>
<li>Test: Add mock capabilities - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31987">#31987</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Test: Consider exports map - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32157">#32157</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Test: Fix missing source map for Webpack/Vite mock loaders and
plugins - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32111">#32111</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Test: Invalidate vite cache for manual mocks - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32152">#32152</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Test: Remove source map generation from webpack automock-loader - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32115">#32115</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Fblob%2Fnext%2FCHANGELOG.md"><code>@storybook/addon-links</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>9.1.0</h2>
<p>Storybook 9.1 is packed with new features and improvements to enhance
accessibility, streamline testing, and make your development workflow
even smoother!</p>
<p>🚀 Improved upgrade command with monorepo support for seamless
upgrades
🅰 Angular fixes for Tailwind 4, cache busting, and zoneless
compatibility
🧪 <code>sb.mock</code> API and Automocking: one-line module mocking to
simplify your testing workflow
🧪 Favicon shows test run status for quick visual feedback
⚛️ Easier configuration for React Native projects
🔥 Auto-abort play functions on HMR to avoid unwanted side effects
🏗️ Improved CSF factories API for type safe story definitions
♿️ A11y improvements across Storybook’s UI — addon panel, toolbar,
sidebar, mobile & more
💯 Dozens more fixes and improvements based on community feedback!</p>
<!-- raw HTML omitted -->
<ul>
<li>A11y: Improved toolbar a11y by fixing semantics - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F28672">#28672</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fmehm8128"><code>@mehm8128</code></a>!</li>
<li>Addon Vitest: Remove Optimize deps candidates due to Vitest warnings
- <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31809">#31809</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Angular: Bundle using TSup - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31690">#31690</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fndelangen"><code>@ndelangen</code></a>!</li>
<li>Angular: Prevent directory import in Angular builders - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32012">#32012</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Automigration: Await updateMainConfig in removeEssentials - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32140">#32140</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Builder-Vite: Fix logic related to setting allowedHosts when IP
address used - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31472">#31472</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2FJSMike"><code>@JSMike</code></a>!</li>
<li>Controls: Improve the accessibility of the object control - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31581">#31581</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2FSidnioulz"><code>@Sidnioulz</code></a>!</li>
<li>Core: Abort play function on HMR - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31542">#31542</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Core: Avoid pausing animations in non-Vitest Playwright environments
- <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32123">#32123</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Core: Cleanup of type following up v9 and small verbatimModuleSyntax
type fix - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31823">#31823</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Falcpereira"><code>@alcpereira</code></a>!</li>
<li>Core: Fix aria-controls attribute on sidebar nodes to include all
children - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31491">#31491</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fcandrepa1"><code>@candrepa1</code></a>!</li>
<li>Core: Fix horizontal scrollbar covering part of the toolbar - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31704">#31704</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2FSidnioulz"><code>@Sidnioulz</code></a>!</li>
<li>Core: Fix moving log file across drives and projectRoot detection on
Windows - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32020">#32020</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Core: Prevent interactions panel from flickering and showing
incorrect state - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32150">#32150</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Core: Serve dynamic favicon based on testing module status - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31763">#31763</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Core: Support container queries in addon panels - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F23261">#23261</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fneil-morrison44"><code>@neil-morrison44</code></a>!</li>
<li>CSF Factories: Add parameters/globals types, <code>extend</code>
API, portable stories - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F30601">#30601</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fkasperpeulen"><code>@kasperpeulen</code></a>!</li>
<li>CSF: Improve controls parameters - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31745">#31745</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fkasperpeulen"><code>@kasperpeulen</code></a>!</li>
<li>CSF: Improve docs parameter types - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31736">#31736</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fkasperpeulen"><code>@kasperpeulen</code></a>!</li>
<li>CSF: Only add preview annotations to definePreview in csf-factories
automigration - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31727">#31727</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fkasperpeulen"><code>@kasperpeulen</code></a>!</li>
<li>Docs: Update <code>@storybook/icons</code> - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32144">#32144</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Docs: Update <code>react-element-to-jsx-string</code> - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31170">#31170</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2F7rulnik"><code>@7rulnik</code></a>!</li>
<li>Init: Exclude mdx stories when docs feature isn't selected during
init - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32142">#32142</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Maintenance: Add flag to toggle default automigrations - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32113">#32113</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fyannbf"><code>@yannbf</code></a>!</li>
<li>React Native Web: Simplify config by using vite-plugin-rnw - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32051">#32051</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fdannyhw"><code>@dannyhw</code></a>!</li>
<li>Telemetry: Add automigration errors - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32103">#32103</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fyannbf"><code>@yannbf</code></a>!</li>
<li>Telemetry: Fix <code>project.json</code> for getAbsolutePath - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31510">#31510</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fndelangen"><code>@ndelangen</code></a>!</li>
<li>Test: Add mock capabilities - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31987">#31987</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Test: Consider exports map - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32157">#32157</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Test: Fix missing source map for Webpack/Vite mock loaders and
plugins - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32111">#32111</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Test: Invalidate vite cache for manual mocks - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32152">#32152</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Test: Remove source map generation from webpack automock-loader - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32115">#32115</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>UI: Apply user updates for mobile navigation accessibility - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31401">#31401</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fyatishgoel"><code>@yatishgoel</code></a>!</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Fcommit%2F073a65a8353ab0e42408b3b5830ef87898981a85"><code>073a65a</code></a>
Bump version from "9.1.0-beta.3" to "9.1.0" [skip
ci]</li>
<li><a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Fcommit%2Fd3746ae3c603d6e4c605e07d152bfeaf9de91477"><code>d3746ae</code></a>
Bump version from "9.1.0-beta.2" to "9.1.0-beta.3"
[skip ci]</li>
<li><a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Fcommit%2F5ba877558831764fff1d8a14958e60888531e079"><code>5ba8775</code></a>
Bump version from "9.1.0-beta.1" to "9.1.0-beta.2"
[skip ci]</li>
<li><a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Fcommit%2Fc146de5a78a573c6dfca54d7ea8ca7d60066856e"><code>c146de5</code></a>
Bump version from "9.1.0-beta.0" to "9.1.0-beta.1"
[skip ci]</li>
<li><a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Fcommit%2Fb874fb25532006400fdb57c0e2e4767f2d3532b9"><code>b874fb2</code></a>
Bump version from "9.1.0-alpha.10" to "9.1.0-beta.0"
[skip ci]</li>
<li><a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Fcommit%2F25d6ece29a10b2f528e2df58c215c33dbe0595f8"><code>25d6ece</code></a>
Bump version from "9.1.0-alpha.9" to
"9.1.0-alpha.10" [skip ci]</li>
<li><a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Fcommit%2F8d1e92231f9f456fa7ac2b47ea61f873d0dd24c5"><code>8d1e922</code></a>
Bump version from "9.1.0-alpha.8" to "9.1.0-alpha.9"
[skip ci]</li>
<li><a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Fcommit%2Fe8e467e98be542ce815fd4c90688fe932bf3d460"><code>e8e467e</code></a>
Bump version from "9.1.0-alpha.7" to "9.1.0-alpha.8"
[skip ci]</li>
<li><a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Fcommit%2F34ca7ee3dc04ad2ff122f2dbd82c5c78b52cf9f6"><code>34ca7ee</code></a>
Bump version from "9.1.0-alpha.6" to "9.1.0-alpha.7"
[skip ci]</li>
<li><a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Fcommit%2F748556e67bbd75f7a16b69fa55fb58a9a5d4acfd"><code>748556e</code></a>
Bump version from "9.1.0-alpha.5" to "9.1.0-alpha.6"
[skip ci]</li>
<li>Additional commits viewable in <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Fcommits%2Fv9.1.0%2Fcode%2Faddons%2Flinks">compare
view</a></li>
</ul>
</details>
<br />
Updates `@storybook/addon-onboarding` from 9.0.18 to 9.1.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstorybookjs%2Fstorybook%2Freleases"><code>@storybook/addon-onboarding</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v9.1.0</h2>
<h2>9.1.0</h2>
<p>Storybook 9.1 is packed with new features and improvements to enhance
accessibility, streamline testing, and make your development workflow
even smoother!</p>
<p>🚀 Improved upgrade command with monorepo support for seamless
upgrades
🅰 Angular fixes for Tailwind 4, cache busting, and zoneless
compatibility
🧪 <code>sb.mock</code> API and Automocking: one-line module mocking to
simplify your testing workflow
🧪 Favicon shows test run status for quick visual feedback
⚛️ Easier configuration for React Native projects
🔥 Auto-abort play functions on HMR to avoid unwanted side effects
🏗️ Improved CSF factories API for type safe story definitions
♿️ A11y improvements across Storybook’s UI — addon panel, toolbar,
sidebar, mobile & more
💯 Dozens more fixes and improvements based on community feedback!</p>
<!-- raw HTML omitted -->
<ul>
<li>A11y: Improved toolbar a11y by fixing semantics - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F28672">#28672</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fmehm8128"><code>@mehm8128</code></a>!</li>
<li>Addon Vitest: Remove Optimize deps candidates due to Vitest warnings
- <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31809">#31809</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Angular: Bundle using TSup - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31690">#31690</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fndelangen"><code>@ndelangen</code></a>!</li>
<li>Angular: Prevent directory import in Angular builders - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32012">#32012</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Automigration: Await updateMainConfig in removeEssentials - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32140">#32140</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fvalentinpalkovic"><code>@valentinpalkovic</code></a>!</li>
<li>Builder-Vite: Fix logic related to setting allowedHosts when IP
address used - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31472">#31472</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2FJSMike"><code>@JSMike</code></a>!</li>
<li>Controls: Improve the accessibility of the object control - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31581">#31581</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2FSidnioulz"><code>@Sidnioulz</code></a>!</li>
<li>Core: Abort play function on HMR - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31542">#31542</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Core: Avoid pausing animations in non-Vitest Playwright environments
- <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32123">#32123</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Core: Cleanup of type following up v9 and small verbatimModuleSyntax
type fix - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31823">#31823</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Falcpereira"><code>@alcpereira</code></a>!</li>
<li>Core: Fix aria-controls attribute on sidebar nodes to include all
children - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31491">#31491</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fcandrepa1"><code>@candrepa1</code></a>!</li>
<li>Core: Fix horizontal scrollbar covering part of the toolbar - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F31704">#31704</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2FSidnioulz"><code>@Sidnioulz</code></a>!</li>
<li>Core: Fix moving log file across drives and projectRoot detection on
Windows - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32020">#32020</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Core: Prevent interactions panel from flickering and showing
incorrect state - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F32150">#32150</a>,
thanks <a
href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fghengeveld"><code>@ghengeveld</code></a>!</li>
<li>Core: Serve dynamic favicon based on testing module status - <a
href="proxy.php?url=https%3A%2F%2Fredirect.github.com%2Fstorybookjs%2Fstorybook%2Fpull%2F%E2%80%A6%3C%2Fspan%3E%3C%2Fdiv%3E%3Cdiv+class%3D"CommitHeader-module__commitBranchContainer__zc_XS" data-files-changed-active="true">1 parent 1bf59fc commit fe28f2e
1 file changed
Lines changed: 51 additions & 97 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments