chore(deps): update dependency @storybook/addon-a11y to v10.4.0 #46

Open
renovate wants to merge 1 commits from renovate/storybook-addon-a11y-10.x-lockfile into main
Collaborator

This PR contains the following updates:

Package Type Update Change
@storybook/addon-a11y (source) devDependencies minor 10.2.1910.4.0

Release Notes

storybookjs/storybook (@​storybook/addon-a11y)

v10.4.0

Compare Source

AI-assisted setup, change-aware review, and stronger framework support

Storybook 10.4 contains hundreds of fixes and improvements including:

  • 🤖 Agentic Setup: New CLI workflow for AI-assisted Storybook setup and onboarding
  • 🔍 Change review: Sidebar filtering to highlight new, modified, and related stories based on git changes
  • 🧭 Sidebar review tools: Status filtering, URL-persisted filters, and clearer review signals in the sidebar
  • ⚛️ TanStack React: New @storybook/tanstack-react framework with routing and server function support
  • 🧩 React MCP: Faster, more accurate component docgen powered by the TypeScript Language Server
  • 📱 React Native: Zero config RN project initialization
  • 🤝 Sharing: Easily publish and share your local Storybook with teammates, powered by Chromatic
List of all updates

v10.3.6

Compare Source

v10.3.5

Compare Source

[!NOTE]
Version >=0.5.0 of @storybook/addon-mcp enables component manifests again. If you're upgrading Storybook from version >= 10.3.0 to >= 10.3.5 and are using the MCP addon, you should also upgrade @storybook/addon-mcp to keep the docs toolset in the MCP server.

v10.3.4

Compare Source

v10.3.3

Compare Source

v10.3.2

Compare Source

v10.3.1

Compare Source

v10.3.0

Compare Source

> Improved developer experience, AI-assisting tools, and broader ecosystem support

Storybook 10.3 contains hundreds of fixes and improvements including:

  • 🤖 Storybook MCP: Agentic component dev, docs, and test (Preview release for React)
  • Vite 8 support
  • ▲ Next.js 16.2 support
  • 📝 ESLint 10 support
  • 〰️ Addon Pseudo-States: Tailwind v4 support
  • 🔧 Addon-Vitest: Simplified configuration - no more setup files required
  • Numerous accessibility improvements across the UI
List of all updates - A11y: Add ScrollArea prop focusable for when it has static children - [#​33876](https://github.com/storybookjs/storybook/pull/33876), thanks @​Sidnioulz! - A11y: Ensure popover dialogs have an ARIA label - [#​33500](https://github.com/storybookjs/storybook/pull/33500), thanks @​gayanMatch! - A11y: Make resize handles for addon panel and sidebar accessible [#​33980](https://github.com/storybookjs/storybook/pull/33980) - A11y: Underline MDX links for WCAG SC 1.4.1 compliance - [#​33139](https://github.com/storybookjs/storybook/pull/33139), thanks @​NikhilChowdhury27! - Actions: Add expandLevel parameter to configure tree depth - [#​33977](https://github.com/storybookjs/storybook/pull/33977), thanks @​mixelburg! - Actions: Fix HandlerFunction type to support async callback props - [#​33864](https://github.com/storybookjs/storybook/pull/33864), thanks @​mixelburg! - Addon-Docs: Add React as optimizeDeps entry - [#​34176](https://github.com/storybookjs/storybook/pull/34176), thanks @​valentinpalkovic! - Addon-Docs: Add support for `sourceState: 'none'` to canvas block parameters - [#​33627](https://github.com/storybookjs/storybook/pull/33627), thanks @​quisido! - Addon-docs: Restore `docs.components` overrides for doc blocks [#​34111](https://github.com/storybookjs/storybook/pull/34111) - Addon-Vitest: Add channel API to programmatically trigger test runs - [#​33206](https://github.com/storybookjs/storybook/pull/33206), thanks @​JReinhold! - Addon-Vitest: Handle additional vitest config export patterns in postinstall - [#​34106](https://github.com/storybookjs/storybook/pull/34106), thanks @​copilot-swe-agent! - Addon-Vitest: Make Playwright `--with-deps` platform-aware to avoid `sudo` prompt on Linux [#​34121](https://github.com/storybookjs/storybook/pull/34121) - Addon-Vitest: Refactor Vitest setup to eliminate the need for a dedicated setup file - [#​34025](https://github.com/storybookjs/storybook/pull/34025), thanks @​valentinpalkovic! - Addon-Vitest: Support Vitest canaries - [#​33833](https://github.com/storybookjs/storybook/pull/33833), thanks @​valentinpalkovic! - Angular: Add moduleResolution: bundler to tsconfig - [#​34085](https://github.com/storybookjs/storybook/pull/34085), thanks @​valentinpalkovic! - Angular: only load webpack dependencies on demand - [#​34043](https://github.com/storybookjs/storybook/pull/34043), thanks @​sod! - Angular: Storybook fails with unknown option silent - [#​33736](https://github.com/storybookjs/storybook/pull/33736), thanks @​tanujbhaud! - Build: Update @​types/node - [#​34037](https://github.com/storybookjs/storybook/pull/34037), thanks @​valentinpalkovic! - Builder-Vite: Centralize Vite plugins for builder-vite and addon-vitest - [#​33819](https://github.com/storybookjs/storybook/pull/33819), thanks @​valentinpalkovic! - Builder-Vite: Fix cold-cache vitest failures for story paths containing glob special characters - [#​34044](https://github.com/storybookjs/storybook/pull/34044), thanks @​copilot-swe-agent! - Builder-Vite: Use preview annotations as entry points for optimizeDeps - [#​33875](https://github.com/storybookjs/storybook/pull/33875), thanks @​copilot-swe-agent! - CI: declare explicit permissions for stale and weekly cron workflows - [#​33902](https://github.com/storybookjs/storybook/pull/33902), thanks @​Rohan5commit! - CLI: Add vike CLI metadata - [#​34189](https://github.com/storybookjs/storybook/pull/34189), thanks @​yannbf! - CLI: Avoid hanging of postinstall during init - [#​34175](https://github.com/storybookjs/storybook/pull/34175), thanks @​valentinpalkovic! - CLI: Fix onboarding not opening - [#​33609](https://github.com/storybookjs/storybook/pull/33609), thanks @​ndelangen! - CLI: Show multiple favicons warning as debug message - [#​34069](https://github.com/storybookjs/storybook/pull/34069), thanks @​remino! - Cli: Use npm for registry URL in PNPMProxy to avoid workspace errors - [#​33571](https://github.com/storybookjs/storybook/pull/33571), thanks @​ia319! - Controls: Allow story argTypes to override control: false from meta - [#​33729](https://github.com/storybookjs/storybook/pull/33729), thanks @​jonathan-fulton! - Controls: Fix Object contrast issue and tidy up code - [#​33923](https://github.com/storybookjs/storybook/pull/33923), thanks @​Sidnioulz! - Core: Ensure telemetry is never triggered on initial load of checklist data - [#​33918](https://github.com/storybookjs/storybook/pull/33918), thanks @​ghengeveld! - Core: Fix event source URL based on refId when multiple iframes share the same origin [#​34105](https://github.com/storybookjs/storybook/pull/34105) - Core: Fix false-positive CJS warning when 'exports' appears in strings or comments - [#​33572](https://github.com/storybookjs/storybook/pull/33572), thanks @​reeseo3o! - Core: Fix handling complex viewport sizes [#​33615](https://github.com/storybookjs/storybook/pull/33615) - Core: Fix iframe reference for composed Storybook on a subpath [#​34100](https://github.com/storybookjs/storybook/pull/34100) - Core: Fix typos: occured -> occurred, recieves -> receives - [#​33727](https://github.com/storybookjs/storybook/pull/33727), thanks @​jonathan-fulton! - Core: Handle BROWSER=none correctly and improve error messages - [#​33730](https://github.com/storybookjs/storybook/pull/33730), thanks @​jonathan-fulton! - Core: Ignore empty files when indexing - [#​33782](https://github.com/storybookjs/storybook/pull/33782), thanks @​JReinhold! - Core: Register CORS middleware before index.json route - [#​33728](https://github.com/storybookjs/storybook/pull/33728), thanks @​jonathan-fulton! - Core: Revert Pull Request #​33420 from Maelryn/fix/copy-button-overlap - [#​33877](https://github.com/storybookjs/storybook/pull/33877), thanks @​Sidnioulz! - Core: Zoom tool refinements - Hide reset button when value is initial - [#​33635](https://github.com/storybookjs/storybook/pull/33635), thanks @​superLipbalm! - Docs: Edit JSON button is now accessible at 320x256 viewport (WCAG 2.1 Reflow test) - [#​33707](https://github.com/storybookjs/storybook/pull/33707), thanks @​TheSeydiCharyyev! - Docs: Make CSS ordering in DocsContainer more predictable [#​34015](https://github.com/storybookjs/storybook/pull/34015) - ESLint-plugin: Disallow extra properties in eslint plugin rule options - [#​32056](https://github.com/storybookjs/storybook/pull/32056), thanks @​andreww2012! - ESLint: bail out config setup if eslint-plugin-storybook is already imported - [#​34089](https://github.com/storybookjs/storybook/pull/34089), thanks @​copilot-swe-agent! - HMR: Fix race conditions causing stale play functions to fire on re-rendered stories - [#​33930](https://github.com/storybookjs/storybook/pull/33930), thanks @​copilot-swe-agent! - Maintenance: Revert pull request #​33930 HMR events - [#​34190](https://github.com/storybookjs/storybook/pull/34190), thanks @​yannbf! - Maintenance: Use std-env for AI agent detection in telemetry [#​34114](https://github.com/storybookjs/storybook/pull/34114) - Manifest: Add docs entries to debugger - [#​33607](https://github.com/storybookjs/storybook/pull/33607), thanks @​JReinhold! - Manifest: Rename `experimentalComponentsManifest` → `componentsManifest`, default to `true` [#​33974](https://github.com/storybookjs/storybook/pull/33974) - Manifests: Fix Attached MDX causing wrong component entries [#​34101](https://github.com/storybookjs/storybook/pull/34101) - Next.js-Vite: Fix failing postcss mutation - [#​33879](https://github.com/storybookjs/storybook/pull/33879), thanks @​valentinpalkovic! - Next.js: Move image configuration from FrameworkOptions to parameters [#​32639](https://github.com/storybookjs/storybook/pull/32639), thanks @​y-hsgw! - Preact: Support inferring props from component types - [#​33828](https://github.com/storybookjs/storybook/pull/33828), thanks @​JoviDeCroock! - React Native Web: Fix inconsistent example stories - [#​33891](https://github.com/storybookjs/storybook/pull/33891), thanks @​danielalanbates! - React: Add react-docgen-typescript to component manifest - [#​33818](https://github.com/storybookjs/storybook/pull/33818), thanks @​kasperpeulen! - Revert "Toolbar: Remove extra toolbar divider when zoom controls not shown" - [#​34099](https://github.com/storybookjs/storybook/pull/34099), thanks @​valentinpalkovic! - Test: Fix clearing mocks in Vitest [#​34078](https://github.com/storybookjs/storybook/pull/34078) - Test: Update @​testing-library/jest-dom - [#​33928](https://github.com/storybookjs/storybook/pull/33928), thanks @​valentinpalkovic! - Theming: Export interface declaration for `ThemesGlobals` - [#​33343](https://github.com/storybookjs/storybook/pull/33343), thanks @​icopp! - Toolbar: Remove extra toolbar divider when zoom controls not shown - [#​33731](https://github.com/storybookjs/storybook/pull/33731), thanks @​jonathan-fulton! - UI: Allow direct kb/mouse actions on zoom tool button - [#​33496](https://github.com/storybookjs/storybook/pull/33496), thanks @​Sidnioulz! - UI: Avoid large animation for reduced motion users - [#​33530](https://github.com/storybookjs/storybook/pull/33530), thanks @​Sidnioulz! - UI: Ensure Link without href is keyboard-reachable - [#​34163](https://github.com/storybookjs/storybook/pull/34163), thanks @​Sidnioulz! - UI: Fix `z-index` problem with `popover`s and `modal`s nesting - [#​33757](https://github.com/storybookjs/storybook/pull/33757), thanks @​ndelangen! - UI: Fix code/copy buttons overlap with content - [#​33889](https://github.com/storybookjs/storybook/pull/33889), thanks @​Sidnioulz! - UI: Fix Copy button overlapping code in portrait mode - [#​33420](https://github.com/storybookjs/storybook/pull/33420), thanks @​Maelryn! - UI: Fix modal text selection - [#​33967](https://github.com/storybookjs/storybook/pull/33967), thanks @​Sidnioulz! - UI: Fix tab navigation after closing addon panel - [#​33971](https://github.com/storybookjs/storybook/pull/33971), thanks @​copilot-swe-agent! - UI: Handle kb nav edge cases when preview and panel are hidden - [#​33588](https://github.com/storybookjs/storybook/pull/33588), thanks @​Sidnioulz! - UI: Hide addon panel Drag on pages without a panel - [#​34162](https://github.com/storybookjs/storybook/pull/34162), thanks @​Sidnioulz! - UI: Hide manifest tag for now - [#​34165](https://github.com/storybookjs/storybook/pull/34165), thanks @​Sidnioulz! - UI: Make disabled Buttons keyboard-focusable - [#​34166](https://github.com/storybookjs/storybook/pull/34166), thanks @​Sidnioulz! - UI: Make TagsFilter state persistent [#​33374](https://github.com/storybookjs/storybook/pull/33374) - UI: Use correct selector for addon panel focus check - [#​34164](https://github.com/storybookjs/storybook/pull/34164), thanks @​Sidnioulz! - UI: Zoom faster when pressing shift - [#​34185](https://github.com/storybookjs/storybook/pull/34185), thanks @​Sidnioulz! - Viewport: Skip viewport validation before parameters load - [#​33794](https://github.com/storybookjs/storybook/pull/33794), thanks @​ia319! - Vite: Add mock entries to optimizeDeps.entries - [#​34167](https://github.com/storybookjs/storybook/pull/34167), thanks @​valentinpalkovic! - Vue3-Vite: Allow paths in docgen tsconfig option [#​32310](https://github.com/storybookjs/storybook/pull/32310), thanks @​Thomaash!

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/next/code/addons/a11y) ([source](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y)) | devDependencies | minor | [`10.2.19` → `10.4.0`](https://renovatebot.com/diffs/npm/@storybook%2faddon-a11y/10.2.19/10.4.0) | --- ### Release Notes <details> <summary>storybookjs/storybook (@&#8203;storybook/addon-a11y)</summary> ### [`v10.4.0`](https://github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#1040) [Compare Source](https://github.com/storybookjs/storybook/compare/v10.3.6...v10.4.0) > *AI-assisted setup, change-aware review, and stronger framework support* Storybook 10.4 contains hundreds of fixes and improvements including: - 🤖 Agentic Setup: New CLI workflow for AI-assisted Storybook setup and onboarding - 🔍 Change review: Sidebar filtering to highlight new, modified, and related stories based on git changes - 🧭 Sidebar review tools: Status filtering, URL-persisted filters, and clearer review signals in the sidebar - ⚛️ TanStack React: New `@storybook/tanstack-react` framework with routing and server function support - 🧩 React MCP: Faster, more accurate component docgen powered by the TypeScript Language Server - 📱 React Native: Zero config RN project initialization - 🤝 Sharing: Easily publish and share your local Storybook with teammates, powered by Chromatic <details> <summary>List of all updates</summary> - A11y: Add aria-live announcements via [@&#8203;react-aria/live-announcer](https://github.com/react-aria/live-announcer) - [#&#8203;33970](https://github.com/storybookjs/storybook/pull/33970), thanks [@&#8203;copilot-swe-agent](https://github.com/copilot-swe-agent)! - A11y: Improve boolean control contrast in forced colors mode - [#&#8203;34204](https://github.com/storybookjs/storybook/pull/34204), thanks [@&#8203;anchmelev](https://github.com/anchmelev)! - Actions: Fix state mutation and keep newest actions when limit reached - [#&#8203;34286](https://github.com/storybookjs/storybook/pull/34286), thanks [@&#8203;Sidnioulz](https://github.com/Sidnioulz)! - Addon-Docs: Add Reset story button to re-render stories in docs - [#&#8203;34086](https://github.com/storybookjs/storybook/pull/34086), thanks [@&#8203;6810779s](https://github.com/6810779s)! - Addon-Docs: Avoid rerendering static Source blocks - [#&#8203;34206](https://github.com/storybookjs/storybook/pull/34206), thanks [@&#8203;anchmelev](https://github.com/anchmelev)! - Addon-Vitest: Use Vitest's provide-API for injecting values - [#&#8203;34518](https://github.com/storybookjs/storybook/pull/34518), thanks [@&#8203;JReinhold](https://github.com/JReinhold)! - Agentic Setup: Add --extensive for an extra prompt - [#&#8203;34730](https://github.com/storybookjs/storybook/pull/34730), thanks [@&#8203;Sidnioulz](https://github.com/Sidnioulz)! - Agentic Setup: Allow failed stories to persist - [#&#8203;34717](https://github.com/storybookjs/storybook/pull/34717), thanks [@&#8203;Sidnioulz](https://github.com/Sidnioulz)! - Agentic Setup: Keep sample content if users want onboarding - [#&#8203;34704](https://github.com/storybookjs/storybook/pull/34704), thanks [@&#8203;Sidnioulz](https://github.com/Sidnioulz)! - Agentic Setup: Rework ai-init-opt-in logic - [#&#8203;34739](https://github.com/storybookjs/storybook/pull/34739), thanks [@&#8203;Sidnioulz](https://github.com/Sidnioulz)! - Angular: Use Story ID for renderer IDs (including standalone stories) - [#&#8203;33982](https://github.com/storybookjs/storybook/pull/33982), thanks [@&#8203;ValentinFunk](https://github.com/ValentinFunk)! - Automigration: Move RN on-device addons to `deviceAddons` - [#&#8203;34659](https://github.com/storybookjs/storybook/pull/34659), thanks [@&#8203;ndelangen](https://github.com/ndelangen)! - Builder-Vite: Add onModuleGraphChange method - [#&#8203;34323](https://github.com/storybookjs/storybook/pull/34323), thanks [@&#8203;ghengeveld](https://github.com/ghengeveld)! - CLI: Add automigrate check for 'storybook' package name conflict - [#&#8203;34290](https://github.com/storybookjs/storybook/pull/34290), thanks [@&#8203;whdjh](https://github.com/whdjh)! - CLI: Add react-vite to tanstack-react automigration - [#&#8203;34718](https://github.com/storybookjs/storybook/pull/34718), thanks [@&#8203;huang-julien](https://github.com/huang-julien)! - CLI: Change mock event detection - [#&#8203;34586](https://github.com/storybookjs/storybook/pull/34586), thanks [@&#8203;yannbf](https://github.com/yannbf)! - CLI: Explicitly tell whether smoke tests passed or failed - [#&#8203;34419](https://github.com/storybookjs/storybook/pull/34419), thanks [@&#8203;Sidnioulz](https://github.com/Sidnioulz)! - CLI: Fix Next.js Vite automigration corrupting configs already using `@storybook/nextjs-vite` - [#&#8203;34249](https://github.com/storybookjs/storybook/pull/34249), thanks [@&#8203;nathanjessen](https://github.com/nathanjessen)! - CLI: Fix agentic check - [#&#8203;34678](https://github.com/storybookjs/storybook/pull/34678), thanks [@&#8203;yannbf](https://github.com/yannbf)! - CLI: Handle minimumReleaseAge conflicts across package managers - [#&#8203;34769](https://github.com/storybookjs/storybook/pull/34769), thanks [@&#8203;JReinhold](https://github.com/JReinhold)! - CLI: Improve package incompatibility detection and warning - [#&#8203;34559](https://github.com/storybookjs/storybook/pull/34559), thanks [@&#8203;copilot-swe-agent](https://github.com/copilot-swe-agent)! - CLI: Improve self-healing scoring observability - [#&#8203;34699](https://github.com/storybookjs/storybook/pull/34699), thanks [@&#8203;yannbf](https://github.com/yannbf)! - CLI: Introduce Agentic Setup workflow - [#&#8203;34297](https://github.com/storybookjs/storybook/pull/34297), thanks [@&#8203;yannbf](https://github.com/yannbf)! - CLI: Remove extensive prompt option - [#&#8203;34740](https://github.com/storybookjs/storybook/pull/34740), thanks [@&#8203;yannbf](https://github.com/yannbf)! - CLI: Streamline Node.js version detection code - [#&#8203;34440](https://github.com/storybookjs/storybook/pull/34440), thanks [@&#8203;Sidnioulz](https://github.com/Sidnioulz)! - Change-Detection: Set GIT\_OPTIONAL\_LOCKS=0 to avoid blocking commits - [#&#8203;34726](https://github.com/storybookjs/storybook/pull/34726), thanks [@&#8203;valentinpalkovic](https://github.com/valentinpalkovic)! - Cli: Set ai prompt to yes if yes flag for react-vite to tanstack migration - [#&#8203;34743](https://github.com/storybookjs/storybook/pull/34743), thanks [@&#8203;huang-julien](https://github.com/huang-julien)! - Code: Fix inline code blocks inside links removing link affordance - [#&#8203;33903](https://github.com/storybookjs/storybook/pull/33903), thanks [@&#8203;yatishgoel](https://github.com/yatishgoel)! - Controls: Add maxPresetColors option to ColorControl - [#&#8203;33998](https://github.com/storybookjs/storybook/pull/33998), thanks [@&#8203;mixelburg](https://github.com/mixelburg)! - Core: Add `ChangeDetectionService` and wire up builder-vite - [#&#8203;34369](https://github.com/storybookjs/storybook/pull/34369), thanks [@&#8203;ghengeveld](https://github.com/ghengeveld)! - Core: Add changeDetection feature flag - [#&#8203;34314](https://github.com/storybookjs/storybook/pull/34314), thanks [@&#8203;valentinpalkovic](https://github.com/valentinpalkovic)! - Core: Barrel-aware named import resolution for change detection - [#&#8203;34675](https://github.com/storybookjs/storybook/pull/34675), thanks [@&#8203;valentinpalkovic](https://github.com/valentinpalkovic)! - Core: Ensure process termination on SIGINT when telemetry is disabled - [#&#8203;34585](https://github.com/storybookjs/storybook/pull/34585), thanks [@&#8203;ghengeveld](https://github.com/ghengeveld)! - Core: Fix "Open In Editor" support for VSCode - [#&#8203;34747](https://github.com/storybookjs/storybook/pull/34747), thanks [@&#8203;JReinhold](https://github.com/JReinhold)! - Core: Fix telemetry not handling canceling of prompts - [#&#8203;34680](https://github.com/storybookjs/storybook/pull/34680), thanks [@&#8203;JReinhold](https://github.com/JReinhold)! - Core: Implement Git change detection - [#&#8203;34420](https://github.com/storybookjs/storybook/pull/34420), thanks [@&#8203;ghengeveld](https://github.com/ghengeveld)! - Core: Improve startup performance by deferring change detection initialization - [#&#8203;34498](https://github.com/storybookjs/storybook/pull/34498), thanks [@&#8203;ghengeveld](https://github.com/ghengeveld)! - Core: Normalize file paths in ChangeDetectionService and trace-changed for Windows support - [#&#8203;34445](https://github.com/storybookjs/storybook/pull/34445), thanks [@&#8203;ghengeveld](https://github.com/ghengeveld)! - Core: Quiet change-detection regex warning and swap clear icon - [#&#8203;34758](https://github.com/storybookjs/storybook/pull/34758), thanks [@&#8203;valentinpalkovic](https://github.com/valentinpalkovic)! - Core: Rename preview\.ts to preview\.tsx in generated projects - [#&#8203;34396](https://github.com/storybookjs/storybook/pull/34396), thanks [@&#8203;Sidnioulz](https://github.com/Sidnioulz)! - Core: Show "new" status on newly added individual stories - [#&#8203;34504](https://github.com/storybookjs/storybook/pull/34504), thanks [@&#8203;ghengeveld](https://github.com/ghengeveld)! - Dependencies: Update `vite-plugin-storybook-nextjs` to ^3.2.4 - [#&#8203;34280](https://github.com/storybookjs/storybook/pull/34280), thanks [@&#8203;k35o](https://github.com/k35o)! - Docs: Ensure unique control id attributes across multiple Controls blocks - [#&#8203;34021](https://github.com/storybookjs/storybook/pull/34021), thanks [@&#8203;TheSeydiCharyyev](https://github.com/TheSeydiCharyyev)! - Fix ArgsTable borders not visible in Windows High Contrast Mode - [#&#8203;34264](https://github.com/storybookjs/storybook/pull/34264), thanks [@&#8203;TheSeydiCharyyev](https://github.com/TheSeydiCharyyev)! - Fix: Add vite-plus vendored libraries version detection - [#&#8203;34509](https://github.com/storybookjs/storybook/pull/34509), thanks [@&#8203;huang-julien](https://github.com/huang-julien)! - MDX: Replace `@storybook/docs-mdx` with inline implementation - [#&#8203;34611](https://github.com/storybookjs/storybook/pull/34611), thanks [@&#8203;copilot-swe-agent](https://github.com/copilot-swe-agent)! - Maintenance: Add assertions outside step incorrectly nested in interactions panel - [#&#8203;34296](https://github.com/storybookjs/storybook/pull/34296), thanks [@&#8203;majiayu000](https://github.com/majiayu000)! - Maintenance: Enhance ghost stories internal tests - [#&#8203;34707](https://github.com/storybookjs/storybook/pull/34707), thanks [@&#8203;yannbf](https://github.com/yannbf)! - Maintenance: Extract getBuilderOptions helper across framewo… - [#&#8203;34260](https://github.com/storybookjs/storybook/pull/34260), thanks [@&#8203;alex-js-ltd](https://github.com/alex-js-ltd)! - Maintenance: Extract parseFilterParam shared helper from tags and statuses modules - [#&#8203;34436](https://github.com/storybookjs/storybook/pull/34436), thanks [@&#8203;mixelburg](https://github.com/mixelburg)! - Maintenance: Fix self healing payload - [#&#8203;34782](https://github.com/storybookjs/storybook/pull/34782), thanks [@&#8203;yannbf](https://github.com/yannbf)! - Maintenance: Remove dead-code copy of wrap-getAbsolutePath-utils - [#&#8203;34168](https://github.com/storybookjs/storybook/pull/34168), thanks [@&#8203;mixelburg](https://github.com/mixelburg)! - Maintenance: Use errorToErrorLike in boot-test-runner for consistent stack deduplication - [#&#8203;34385](https://github.com/storybookjs/storybook/pull/34385), thanks [@&#8203;mixelburg](https://github.com/mixelburg)! - Manager: URL-based tag filter state + filter-aware initial story selection - [#&#8203;34283](https://github.com/storybookjs/storybook/pull/34283), thanks [@&#8203;valentinpalkovic](https://github.com/valentinpalkovic)! - Nextjs: Handle node builtin webpack imports - [#&#8203;34494](https://github.com/storybookjs/storybook/pull/34494), thanks [@&#8203;JReinhold](https://github.com/JReinhold)! - Onboarding: Fix checklist MDX instructions - [#&#8203;33193](https://github.com/storybookjs/storybook/pull/33193), thanks [@&#8203;kylegach](https://github.com/kylegach)! - Prompt: Run vitest fewer times, improve play functions - [#&#8203;34651](https://github.com/storybookjs/storybook/pull/34651), thanks [@&#8203;yannbf](https://github.com/yannbf)! - React-Docgen: Add tsconfig fallback chain and warning for monorepos - [#&#8203;34353](https://github.com/storybookjs/storybook/pull/34353), thanks [@&#8203;viditkbhatnagar](https://github.com/viditkbhatnagar)! - React: Add component metadata extraction via Volar-style LanguageService - [#&#8203;33914](https://github.com/storybookjs/storybook/pull/33914), thanks [@&#8203;kasperpeulen](https://github.com/kasperpeulen)! - React: Add subcomponents to component manifests - [#&#8203;34428](https://github.com/storybookjs/storybook/pull/34428), thanks [@&#8203;kasperpeulen](https://github.com/kasperpeulen)! - ReactNative: Add Metro config AST codemod for init - [#&#8203;34660](https://github.com/storybookjs/storybook/pull/34660), thanks [@&#8203;ndelangen](https://github.com/ndelangen)! - ReactNative: Add true entrypoint generation - [#&#8203;34663](https://github.com/storybookjs/storybook/pull/34663), thanks [@&#8203;ndelangen](https://github.com/ndelangen)! - ReactNative: AppRegistry component name in template - [#&#8203;34742](https://github.com/storybookjs/storybook/pull/34742), thanks [@&#8203;ndelangen](https://github.com/ndelangen)! - ReactNative: New init setup - [#&#8203;34665](https://github.com/storybookjs/storybook/pull/34665), thanks [@&#8203;ndelangen](https://github.com/ndelangen)! - Refactor: Extract shared `PseudoStateGrid` component in pseudo-states stories - [#&#8203;34334](https://github.com/storybookjs/storybook/pull/34334), thanks [@&#8203;copilot-swe-agent](https://github.com/copilot-swe-agent)! - Security: Makes sure `serialize-javascript` is at latest version - [#&#8203;34034](https://github.com/storybookjs/storybook/pull/34034), thanks [@&#8203;50bbx](https://github.com/50bbx)! - Sidebar: Add dual-slot status icons for change detection and test results - [#&#8203;34346](https://github.com/storybookjs/storybook/pull/34346), thanks [@&#8203;valentinpalkovic](https://github.com/valentinpalkovic)! - Sidebar: Add status-based filtering with refactored status architecture - [#&#8203;34339](https://github.com/storybookjs/storybook/pull/34339), thanks [@&#8203;valentinpalkovic](https://github.com/valentinpalkovic)! - Sidebar: Fix clear filter button not refreshing story list - [#&#8203;34737](https://github.com/storybookjs/storybook/pull/34737), thanks [@&#8203;valentinpalkovic](https://github.com/valentinpalkovic)! - Sidebar: Fix clear status button to only clear test statuses - [#&#8203;34478](https://github.com/storybookjs/storybook/pull/34478), thanks [@&#8203;valentinpalkovic](https://github.com/valentinpalkovic)! - Sidebar: Show same status icon at story and group level - [#&#8203;34702](https://github.com/storybookjs/storybook/pull/34702), thanks [@&#8203;valentinpalkovic](https://github.com/valentinpalkovic)! - Sidebar: Soften change-detection signals + add Review CTA - [#&#8203;34701](https://github.com/storybookjs/storybook/pull/34701), thanks [@&#8203;valentinpalkovic](https://github.com/valentinpalkovic)! - StatusValue: Add 'status-value:\<new|modified|affected>' - [#&#8203;34305](https://github.com/storybookjs/storybook/pull/34305), thanks [@&#8203;valentinpalkovic](https://github.com/valentinpalkovic)! - Svelte: Fix Vite 8 + Vitest breaking rolldown deps scanner - [#&#8203;34783](https://github.com/storybookjs/storybook/pull/34783), thanks [@&#8203;JReinhold](https://github.com/JReinhold)! - Tanstack: Add `@storybook/tanstack-react` package - [#&#8203;34403](https://github.com/storybookjs/storybook/pull/34403), thanks [@&#8203;huang-julien](https://github.com/huang-julien)! - Tanstack: Optimize tanstack react-store - [#&#8203;34731](https://github.com/storybookjs/storybook/pull/34731), thanks [@&#8203;huang-julien](https://github.com/huang-julien)! - Tanstack: Treeshake top-level unused functions - [#&#8203;34760](https://github.com/storybookjs/storybook/pull/34760), thanks [@&#8203;huang-julien](https://github.com/huang-julien)! - Telemetry: Add sidebar filter telemetry for change detection - [#&#8203;34533](https://github.com/storybookjs/storybook/pull/34533), thanks [@&#8203;valentinpalkovic](https://github.com/valentinpalkovic)! - Telemetry: Centralize disable logic with module-level flag - [#&#8203;34485](https://github.com/storybookjs/storybook/pull/34485), thanks [@&#8203;valentinpalkovic](https://github.com/valentinpalkovic)! - Telemetry: Fix delayed init events - [#&#8203;34670](https://github.com/storybookjs/storybook/pull/34670), thanks [@&#8203;JReinhold](https://github.com/JReinhold)! - Telemetry: Refactor init tracking - [#&#8203;34629](https://github.com/storybookjs/storybook/pull/34629), thanks [@&#8203;Programer1804](https://github.com/Programer1804)! - UI: Add Share section to onboarding checklist and redesign share tool - [#&#8203;34413](https://github.com/storybookjs/storybook/pull/34413), thanks [@&#8203;valentinpalkovic](https://github.com/valentinpalkovic)! - UI: Ensure Controls panel can scroll horizontally for now - [#&#8203;34248](https://github.com/storybookjs/storybook/pull/34248), thanks [@&#8203;Sidnioulz](https://github.com/Sidnioulz)! - UI: Fix global shortcuts not showing region focus indicator - [#&#8203;34201](https://github.com/storybookjs/storybook/pull/34201), thanks [@&#8203;Sidnioulz](https://github.com/Sidnioulz)! - UI: Fix mobile navigation when renderLabel returns a React node - [#&#8203;34262](https://github.com/storybookjs/storybook/pull/34262), thanks [@&#8203;Nathan54Villaume](https://github.com/Nathan54Villaume)! - UI: Fix showing and hiding copy prompt in the correct scenarios - [#&#8203;34706](https://github.com/storybookjs/storybook/pull/34706), thanks [@&#8203;yannbf](https://github.com/yannbf)! - UI: Improve interactions panel accessibility - [#&#8203;34110](https://github.com/storybookjs/storybook/pull/34110), thanks [@&#8203;anchmelev](https://github.com/anchmelev)! - Vite: Use vite hook filter for performance improvements - [#&#8203;34022](https://github.com/storybookjs/storybook/pull/34022), thanks [@&#8203;huang-julien](https://github.com/huang-julien)! - Vitest: Fix agent detection breaking runs - [#&#8203;34681](https://github.com/storybookjs/storybook/pull/34681), thanks [@&#8203;JReinhold](https://github.com/JReinhold)! - Vue3: Clear stale args/globals when nextArgs is empty in updateArgs - [#&#8203;34409](https://github.com/storybookjs/storybook/pull/34409), thanks [@&#8203;whdjh](https://github.com/whdjh)! </details> ### [`v10.3.6`](https://github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#1036) [Compare Source](https://github.com/storybookjs/storybook/compare/v10.3.5...v10.3.6) - ESLint: Update deprecated [@&#8203;storybook/test](https://github.com/storybook/test) reference to storybook/test - [#&#8203;34430](https://github.com/storybookjs/storybook/pull/34430), thanks [@&#8203;venkat22022202](https://github.com/venkat22022202)! - React: Add optional React type peers to packages that publish React-based declarations - [#&#8203;34641](https://github.com/storybookjs/storybook/pull/34641), thanks [@&#8203;copilot-swe-agent](https://github.com/copilot-swe-agent)! - UI: Fix global background + color styles affecting stories - [#&#8203;34071](https://github.com/storybookjs/storybook/pull/34071), thanks [@&#8203;Axadali](https://github.com/Axadali)! ### [`v10.3.5`](https://github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#1035) [Compare Source](https://github.com/storybookjs/storybook/compare/v10.3.4...v10.3.5) - Core: Disable component manifest by default - [#&#8203;34408](https://github.com/storybookjs/storybook/pull/34408), thanks [@&#8203;yannbf](https://github.com/yannbf)! > \[!NOTE] > [Version >=0.5.0 of `@storybook/addon-mcp`](https://github.com/storybookjs/mcp/releases/tag/%40storybook%2Faddon-mcp%400.5.0) enables component manifests again. If you're upgrading Storybook from version >= 10.3.0 to >= 10.3.5 and are using the MCP addon, you should also upgrade `@storybook/addon-mcp` to keep the docs toolset in the MCP server. ### [`v10.3.4`](https://github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#1034) [Compare Source](https://github.com/storybookjs/storybook/compare/v10.3.3...v10.3.4) - Addon-a11y: Clear status transition timer on unmount to prevent test flake - [#&#8203;34203](https://github.com/storybookjs/storybook/pull/34203), thanks [@&#8203;mixelburg](https://github.com/mixelburg)! - Bug: Skip re-processing already transformed config files for CSF factories - [#&#8203;34273](https://github.com/storybookjs/storybook/pull/34273), thanks [@&#8203;huang-julien](https://github.com/huang-julien)! - Builder-Vite: Use djb2 hash to prevent variable name collisions in builder-vite - [#&#8203;34274](https://github.com/storybookjs/storybook/pull/34274), thanks [@&#8203;chida09](https://github.com/chida09)! - CLI: Prompt for init crash reports - [#&#8203;34316](https://github.com/storybookjs/storybook/pull/34316), thanks [@&#8203;JReinhold](https://github.com/JReinhold)! - CSF4: Fix duplicate preview loading issue in Vitest - [#&#8203;34361](https://github.com/storybookjs/storybook/pull/34361), thanks [@&#8203;valentinpalkovic](https://github.com/valentinpalkovic)! - Core: Fix WebSocket connection for StackBlitz/WebContainers - [#&#8203;34281](https://github.com/storybookjs/storybook/pull/34281), thanks [@&#8203;ghengeveld](https://github.com/ghengeveld)! - React-Docgen: Try .tsx fallback when resolving .js ESM imports in docgen resolvers - [#&#8203;34393](https://github.com/storybookjs/storybook/pull/34393), thanks [@&#8203;mixelburg](https://github.com/mixelburg)! - React-Vite: Upgrade [@&#8203;joshwooding/vite-plugin-react-docgen-typescript](https://github.com/joshwooding/vite-plugin-react-docgen-typescript) to 0.7.0 - [#&#8203;34335](https://github.com/storybookjs/storybook/pull/34335), thanks [@&#8203;beeswhacks](https://github.com/beeswhacks)! ### [`v10.3.3`](https://github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#1033) [Compare Source](https://github.com/storybookjs/storybook/compare/v10.3.2...v10.3.3) - Addon-Vitest: Streamline vite(st) config detection across init and postinstall - [#&#8203;34193](https://github.com/storybookjs/storybook/pull/34193), thanks [@&#8203;valentinpalkovic](https://github.com/valentinpalkovic)! ### [`v10.3.2`](https://github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#1032) [Compare Source](https://github.com/storybookjs/storybook/compare/v10.3.1...v10.3.2) - CLI: Shorten CTA link messages - [#&#8203;34236](https://github.com/storybookjs/storybook/pull/34236), thanks [@&#8203;shilman](https://github.com/shilman)! - React Native Web: Fix vite8 support by bumping vite-plugin-rnw - [#&#8203;34231](https://github.com/storybookjs/storybook/pull/34231), thanks [@&#8203;dannyhw](https://github.com/dannyhw)! ### [`v10.3.1`](https://github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#1031) [Compare Source](https://github.com/storybookjs/storybook/compare/v10.3.0...v10.3.1) - CLI: Use npm info to fetch versions in repro command - [#&#8203;34214](https://github.com/storybookjs/storybook/pull/34214), thanks [@&#8203;yannbf](https://github.com/yannbf)! - Core: Prevent story-local viewport from persisting in URL - [#&#8203;34153](https://github.com/storybookjs/storybook/pull/34153), thanks [@&#8203;ghengeveld](https://github.com/ghengeveld)! ### [`v10.3.0`](https://github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#1030) [Compare Source](https://github.com/storybookjs/storybook/compare/v10.2.19...v10.3.0) *> Improved developer experience, AI-assisting tools, and broader ecosystem support* Storybook 10.3 contains hundreds of fixes and improvements including: - 🤖 Storybook MCP: Agentic component dev, docs, and test (Preview release for React) - ⚡ Vite 8 support - ▲ Next.js 16.2 support - 📝 ESLint 10 support - 〰️ Addon Pseudo-States: Tailwind v4 support - 🔧 Addon-Vitest: Simplified configuration - no more setup files required - ♿ Numerous accessibility improvements across the UI <details> <summary>List of all updates</summary> - A11y: Add ScrollArea prop focusable for when it has static children - [#&#8203;33876](https://github.com/storybookjs/storybook/pull/33876), thanks @&#8203;Sidnioulz! - A11y: Ensure popover dialogs have an ARIA label - [#&#8203;33500](https://github.com/storybookjs/storybook/pull/33500), thanks @&#8203;gayanMatch! - A11y: Make resize handles for addon panel and sidebar accessible [#&#8203;33980](https://github.com/storybookjs/storybook/pull/33980) - A11y: Underline MDX links for WCAG SC 1.4.1 compliance - [#&#8203;33139](https://github.com/storybookjs/storybook/pull/33139), thanks @&#8203;NikhilChowdhury27! - Actions: Add expandLevel parameter to configure tree depth - [#&#8203;33977](https://github.com/storybookjs/storybook/pull/33977), thanks @&#8203;mixelburg! - Actions: Fix HandlerFunction type to support async callback props - [#&#8203;33864](https://github.com/storybookjs/storybook/pull/33864), thanks @&#8203;mixelburg! - Addon-Docs: Add React as optimizeDeps entry - [#&#8203;34176](https://github.com/storybookjs/storybook/pull/34176), thanks @&#8203;valentinpalkovic! - Addon-Docs: Add support for `sourceState: 'none'` to canvas block parameters - [#&#8203;33627](https://github.com/storybookjs/storybook/pull/33627), thanks @&#8203;quisido! - Addon-docs: Restore `docs.components` overrides for doc blocks [#&#8203;34111](https://github.com/storybookjs/storybook/pull/34111) - Addon-Vitest: Add channel API to programmatically trigger test runs - [#&#8203;33206](https://github.com/storybookjs/storybook/pull/33206), thanks @&#8203;JReinhold! - Addon-Vitest: Handle additional vitest config export patterns in postinstall - [#&#8203;34106](https://github.com/storybookjs/storybook/pull/34106), thanks @&#8203;copilot-swe-agent! - Addon-Vitest: Make Playwright `--with-deps` platform-aware to avoid `sudo` prompt on Linux [#&#8203;34121](https://github.com/storybookjs/storybook/pull/34121) - Addon-Vitest: Refactor Vitest setup to eliminate the need for a dedicated setup file - [#&#8203;34025](https://github.com/storybookjs/storybook/pull/34025), thanks @&#8203;valentinpalkovic! - Addon-Vitest: Support Vitest canaries - [#&#8203;33833](https://github.com/storybookjs/storybook/pull/33833), thanks @&#8203;valentinpalkovic! - Angular: Add moduleResolution: bundler to tsconfig - [#&#8203;34085](https://github.com/storybookjs/storybook/pull/34085), thanks @&#8203;valentinpalkovic! - Angular: only load webpack dependencies on demand - [#&#8203;34043](https://github.com/storybookjs/storybook/pull/34043), thanks @&#8203;sod! - Angular: Storybook fails with unknown option silent - [#&#8203;33736](https://github.com/storybookjs/storybook/pull/33736), thanks @&#8203;tanujbhaud! - Build: Update @&#8203;types/node - [#&#8203;34037](https://github.com/storybookjs/storybook/pull/34037), thanks @&#8203;valentinpalkovic! - Builder-Vite: Centralize Vite plugins for builder-vite and addon-vitest - [#&#8203;33819](https://github.com/storybookjs/storybook/pull/33819), thanks @&#8203;valentinpalkovic! - Builder-Vite: Fix cold-cache vitest failures for story paths containing glob special characters - [#&#8203;34044](https://github.com/storybookjs/storybook/pull/34044), thanks @&#8203;copilot-swe-agent! - Builder-Vite: Use preview annotations as entry points for optimizeDeps - [#&#8203;33875](https://github.com/storybookjs/storybook/pull/33875), thanks @&#8203;copilot-swe-agent! - CI: declare explicit permissions for stale and weekly cron workflows - [#&#8203;33902](https://github.com/storybookjs/storybook/pull/33902), thanks @&#8203;Rohan5commit! - CLI: Add vike CLI metadata - [#&#8203;34189](https://github.com/storybookjs/storybook/pull/34189), thanks @&#8203;yannbf! - CLI: Avoid hanging of postinstall during init - [#&#8203;34175](https://github.com/storybookjs/storybook/pull/34175), thanks @&#8203;valentinpalkovic! - CLI: Fix onboarding not opening - [#&#8203;33609](https://github.com/storybookjs/storybook/pull/33609), thanks @&#8203;ndelangen! - CLI: Show multiple favicons warning as debug message - [#&#8203;34069](https://github.com/storybookjs/storybook/pull/34069), thanks @&#8203;remino! - Cli: Use npm for registry URL in PNPMProxy to avoid workspace errors - [#&#8203;33571](https://github.com/storybookjs/storybook/pull/33571), thanks @&#8203;ia319! - Controls: Allow story argTypes to override control: false from meta - [#&#8203;33729](https://github.com/storybookjs/storybook/pull/33729), thanks @&#8203;jonathan-fulton! - Controls: Fix Object contrast issue and tidy up code - [#&#8203;33923](https://github.com/storybookjs/storybook/pull/33923), thanks @&#8203;Sidnioulz! - Core: Ensure telemetry is never triggered on initial load of checklist data - [#&#8203;33918](https://github.com/storybookjs/storybook/pull/33918), thanks @&#8203;ghengeveld! - Core: Fix event source URL based on refId when multiple iframes share the same origin [#&#8203;34105](https://github.com/storybookjs/storybook/pull/34105) - Core: Fix false-positive CJS warning when 'exports' appears in strings or comments - [#&#8203;33572](https://github.com/storybookjs/storybook/pull/33572), thanks @&#8203;reeseo3o! - Core: Fix handling complex viewport sizes [#&#8203;33615](https://github.com/storybookjs/storybook/pull/33615) - Core: Fix iframe reference for composed Storybook on a subpath [#&#8203;34100](https://github.com/storybookjs/storybook/pull/34100) - Core: Fix typos: occured -> occurred, recieves -> receives - [#&#8203;33727](https://github.com/storybookjs/storybook/pull/33727), thanks @&#8203;jonathan-fulton! - Core: Handle BROWSER=none correctly and improve error messages - [#&#8203;33730](https://github.com/storybookjs/storybook/pull/33730), thanks @&#8203;jonathan-fulton! - Core: Ignore empty files when indexing - [#&#8203;33782](https://github.com/storybookjs/storybook/pull/33782), thanks @&#8203;JReinhold! - Core: Register CORS middleware before index.json route - [#&#8203;33728](https://github.com/storybookjs/storybook/pull/33728), thanks @&#8203;jonathan-fulton! - Core: Revert Pull Request #&#8203;33420 from Maelryn/fix/copy-button-overlap - [#&#8203;33877](https://github.com/storybookjs/storybook/pull/33877), thanks @&#8203;Sidnioulz! - Core: Zoom tool refinements - Hide reset button when value is initial - [#&#8203;33635](https://github.com/storybookjs/storybook/pull/33635), thanks @&#8203;superLipbalm! - Docs: Edit JSON button is now accessible at 320x256 viewport (WCAG 2.1 Reflow test) - [#&#8203;33707](https://github.com/storybookjs/storybook/pull/33707), thanks @&#8203;TheSeydiCharyyev! - Docs: Make CSS ordering in DocsContainer more predictable [#&#8203;34015](https://github.com/storybookjs/storybook/pull/34015) - ESLint-plugin: Disallow extra properties in eslint plugin rule options - [#&#8203;32056](https://github.com/storybookjs/storybook/pull/32056), thanks @&#8203;andreww2012! - ESLint: bail out config setup if eslint-plugin-storybook is already imported - [#&#8203;34089](https://github.com/storybookjs/storybook/pull/34089), thanks @&#8203;copilot-swe-agent! - HMR: Fix race conditions causing stale play functions to fire on re-rendered stories - [#&#8203;33930](https://github.com/storybookjs/storybook/pull/33930), thanks @&#8203;copilot-swe-agent! - Maintenance: Revert pull request #&#8203;33930 HMR events - [#&#8203;34190](https://github.com/storybookjs/storybook/pull/34190), thanks @&#8203;yannbf! - Maintenance: Use std-env for AI agent detection in telemetry [#&#8203;34114](https://github.com/storybookjs/storybook/pull/34114) - Manifest: Add docs entries to debugger - [#&#8203;33607](https://github.com/storybookjs/storybook/pull/33607), thanks @&#8203;JReinhold! - Manifest: Rename `experimentalComponentsManifest` → `componentsManifest`, default to `true` [#&#8203;33974](https://github.com/storybookjs/storybook/pull/33974) - Manifests: Fix Attached MDX causing wrong component entries [#&#8203;34101](https://github.com/storybookjs/storybook/pull/34101) - Next.js-Vite: Fix failing postcss mutation - [#&#8203;33879](https://github.com/storybookjs/storybook/pull/33879), thanks @&#8203;valentinpalkovic! - Next.js: Move image configuration from FrameworkOptions to parameters [#&#8203;32639](https://github.com/storybookjs/storybook/pull/32639), thanks @&#8203;y-hsgw! - Preact: Support inferring props from component types - [#&#8203;33828](https://github.com/storybookjs/storybook/pull/33828), thanks @&#8203;JoviDeCroock! - React Native Web: Fix inconsistent example stories - [#&#8203;33891](https://github.com/storybookjs/storybook/pull/33891), thanks @&#8203;danielalanbates! - React: Add react-docgen-typescript to component manifest - [#&#8203;33818](https://github.com/storybookjs/storybook/pull/33818), thanks @&#8203;kasperpeulen! - Revert "Toolbar: Remove extra toolbar divider when zoom controls not shown" - [#&#8203;34099](https://github.com/storybookjs/storybook/pull/34099), thanks @&#8203;valentinpalkovic! - Test: Fix clearing mocks in Vitest [#&#8203;34078](https://github.com/storybookjs/storybook/pull/34078) - Test: Update @&#8203;testing-library/jest-dom - [#&#8203;33928](https://github.com/storybookjs/storybook/pull/33928), thanks @&#8203;valentinpalkovic! - Theming: Export interface declaration for `ThemesGlobals` - [#&#8203;33343](https://github.com/storybookjs/storybook/pull/33343), thanks @&#8203;icopp! - Toolbar: Remove extra toolbar divider when zoom controls not shown - [#&#8203;33731](https://github.com/storybookjs/storybook/pull/33731), thanks @&#8203;jonathan-fulton! - UI: Allow direct kb/mouse actions on zoom tool button - [#&#8203;33496](https://github.com/storybookjs/storybook/pull/33496), thanks @&#8203;Sidnioulz! - UI: Avoid large animation for reduced motion users - [#&#8203;33530](https://github.com/storybookjs/storybook/pull/33530), thanks @&#8203;Sidnioulz! - UI: Ensure Link without href is keyboard-reachable - [#&#8203;34163](https://github.com/storybookjs/storybook/pull/34163), thanks @&#8203;Sidnioulz! - UI: Fix `z-index` problem with `popover`s and `modal`s nesting - [#&#8203;33757](https://github.com/storybookjs/storybook/pull/33757), thanks @&#8203;ndelangen! - UI: Fix code/copy buttons overlap with content - [#&#8203;33889](https://github.com/storybookjs/storybook/pull/33889), thanks @&#8203;Sidnioulz! - UI: Fix Copy button overlapping code in portrait mode - [#&#8203;33420](https://github.com/storybookjs/storybook/pull/33420), thanks @&#8203;Maelryn! - UI: Fix modal text selection - [#&#8203;33967](https://github.com/storybookjs/storybook/pull/33967), thanks @&#8203;Sidnioulz! - UI: Fix tab navigation after closing addon panel - [#&#8203;33971](https://github.com/storybookjs/storybook/pull/33971), thanks @&#8203;copilot-swe-agent! - UI: Handle kb nav edge cases when preview and panel are hidden - [#&#8203;33588](https://github.com/storybookjs/storybook/pull/33588), thanks @&#8203;Sidnioulz! - UI: Hide addon panel Drag on pages without a panel - [#&#8203;34162](https://github.com/storybookjs/storybook/pull/34162), thanks @&#8203;Sidnioulz! - UI: Hide manifest tag for now - [#&#8203;34165](https://github.com/storybookjs/storybook/pull/34165), thanks @&#8203;Sidnioulz! - UI: Make disabled Buttons keyboard-focusable - [#&#8203;34166](https://github.com/storybookjs/storybook/pull/34166), thanks @&#8203;Sidnioulz! - UI: Make TagsFilter state persistent [#&#8203;33374](https://github.com/storybookjs/storybook/pull/33374) - UI: Use correct selector for addon panel focus check - [#&#8203;34164](https://github.com/storybookjs/storybook/pull/34164), thanks @&#8203;Sidnioulz! - UI: Zoom faster when pressing shift - [#&#8203;34185](https://github.com/storybookjs/storybook/pull/34185), thanks @&#8203;Sidnioulz! - Viewport: Skip viewport validation before parameters load - [#&#8203;33794](https://github.com/storybookjs/storybook/pull/33794), thanks @&#8203;ia319! - Vite: Add mock entries to optimizeDeps.entries - [#&#8203;34167](https://github.com/storybookjs/storybook/pull/34167), thanks @&#8203;valentinpalkovic! - Vue3-Vite: Allow paths in docgen tsconfig option [#&#8203;32310](https://github.com/storybookjs/storybook/pull/32310), thanks @&#8203;Thomaash! </details> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My43Ny44IiwidXBkYXRlZEluVmVyIjoiNDMuMTgwLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
renovate changed title from chore(deps): update dependency @storybook/addon-a11y to v10.3.0 to chore(deps): update dependency @storybook/addon-a11y to v10.3.1 2026-03-20 15:21:40 +01:00
renovate changed title from chore(deps): update dependency @storybook/addon-a11y to v10.3.1 to chore(deps): update dependency @storybook/addon-a11y to v10.3.3 2026-03-24 07:13:30 +01:00
renovate changed title from chore(deps): update dependency @storybook/addon-a11y to v10.3.3 to Update dependency @storybook/addon-a11y to v10.3.4 2026-04-02 23:15:51 +02:00
renovate changed title from Update dependency @storybook/addon-a11y to v10.3.4 to chore(deps): update dependency @storybook/addon-a11y to v10.3.4 2026-04-07 23:12:50 +02:00
renovate changed title from chore(deps): update dependency @storybook/addon-a11y to v10.3.4 to chore(deps): update dependency @storybook/addon-a11y to v10.3.5 2026-04-08 15:17:48 +02:00
renovate force-pushed renovate/storybook-addon-a11y-10.x-lockfile from 8361a196fc to 925bb90acb 2026-04-30 15:18:51 +02:00 Compare
renovate changed title from chore(deps): update dependency @storybook/addon-a11y to v10.3.5 to chore(deps): update dependency @storybook/addon-a11y to v10.3.6 2026-04-30 15:18:56 +02:00
renovate added 1 commit 2026-05-15 07:13:32 +02:00
renovate force-pushed renovate/storybook-addon-a11y-10.x-lockfile from 925bb90acb to e03176ba23 2026-05-15 07:13:32 +02:00 Compare
renovate changed title from chore(deps): update dependency @storybook/addon-a11y to v10.3.6 to chore(deps): update dependency @storybook/addon-a11y to v10.4.0 2026-05-15 07:13:35 +02:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/storybook-addon-a11y-10.x-lockfile:renovate/storybook-addon-a11y-10.x-lockfile
git checkout renovate/storybook-addon-a11y-10.x-lockfile
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: panic.haus/web-ui#46