18151 Commits

Author SHA1 Message Date
Valentin Palkovic
1ffba52797 Revert "Update migration guide to reflect dropped support for Vite 4 and update package dependencies to require Vite 5.0.0 and up across all packages"
This reverts commit 9c64c48c4155d1780442737be36b74e3811ce439.
2025-03-27 16:15:26 +01:00
Valentin Palkovic
e718ffb354 Refactor Angular generator to dynamically set @angular-devkit/build-angular version based on project dependencies. Removed unnecessary extraDependencies from sandbox templates. 2025-03-27 13:31:46 +01:00
Valentin Palkovic
48105b561e Update Next.js support to require version 14 or higher, reflecting changes in documentation and dependency requirements. Adjusted compatibility comments and removed legacy code for earlier Next.js versions. 2025-03-27 12:17:42 +01:00
Valentin Palkovic
b23dc26969 Removing TypeScript error suppression comments. 2025-03-27 12:09:44 +01:00
Valentin Palkovic
b0a444a32f
Merge branch 'valentin/api-removals' into valentin/drop-tooling-support 2025-03-27 12:00:07 +01:00
Valentin Palkovic
a93bbc358e Remove unused manualParameter from A11YPanel and update documentation to reflect changes in manual mode configuration. 2025-03-27 11:59:23 +01:00
Valentin Palkovic
6ada8edef7
Merge branch 'valentin/api-removals' into valentin/drop-tooling-support 2025-03-27 11:58:06 +01:00
Valentin Palkovic
bb1aff1595 Update react-docgen dependency to version 7.1.1 in multiple package.json and yarn.lock files 2025-03-27 11:57:00 +01:00
Valentin Palkovic
b94fe01eab Sandbox: Remove Angular 15 sandbox 2025-03-27 11:45:42 +01:00
Valentin Palkovic
901951d765 Merge remote-tracking branch 'origin/next' into valentin/api-removals 2025-03-27 11:35:56 +01:00
Valentin Palkovic
9d71abdae9 Update externalGlobalsPlugin function signature to return a Promise<Plugin> 2025-03-27 11:30:16 +01:00
Valentin Palkovic
8b21491d3e
Merge pull request #30941 from storybookjs/valentin/fix-zone-support-in-angular
Angular: Fix zone.js support for Angular libraries
2025-03-27 11:13:28 +01:00
Valentin Palkovic
c416efc785 Angular: Fix zone.js support for Angular libraries 2025-03-27 11:07:24 +01:00
Valentin Palkovic
9c64c48c41 Update migration guide to reflect dropped support for Vite 4 and update package dependencies to require Vite 5.0.0 and up across all packages 2025-03-27 10:30:05 +01:00
Gert Hengeveld
35e66c7aea Update tests and avoid special character 2025-03-27 10:01:35 +01:00
Gert Hengeveld
09b12c5ed7 Merge branch 'next' into a11y-polish 2025-03-27 09:39:36 +01:00
Gert Hengeveld
97224b6eea Fix dark neutral badge colors and trim excessive padding 2025-03-27 09:36:35 +01:00
Gert Hengeveld
de3ec96add Various UI tweaks and story improvements 2025-03-27 09:22:37 +01:00
Valentin Palkovic
e0fc72bd15 Update Angular support in migration guide and package dependencies to require Angular 18 and above 2025-03-27 09:15:02 +01:00
Valentin Palkovic
2b0580e6a8 Fix docs usage in Storybook UI 2025-03-27 08:53:14 +01:00
Valentin Palkovic
de3473faa4 Update Node.js engine requirement to >=20.0.0 across multiple package.json files and update block-node-version autoblocker 2025-03-27 08:49:24 +01:00
Gert Hengeveld
3f0736377e Show rule IDs in a11y report 2025-03-26 22:38:06 +01:00
Valentin Palkovic
530731db1d Revert "Refactor StoryStore access in Storybook preview to use the new StoryStore instance and remove deprecated proxy method"
This reverts commit ae7e69e65682a3cbafbd166808acc9945b0fce9b.
2025-03-26 20:08:39 +01:00
Valentin Palkovic
90b543cff5 Remove obsolete test 2025-03-26 19:42:47 +01:00
Valentin Palkovic
2a181d8018 Fix docs usage in Storybook UI 2025-03-26 19:10:15 +01:00
Valentin Palkovic
bf0c48765d Remove deprecated manual parameter from A11yParameters and related tests; update A11yContext to reflect changes in manual mode handling. 2025-03-26 18:59:18 +01:00
storybook-bot
80242f98ba Bump version from "9.0.0-alpha.10" to "9.0.0-alpha.11" [skip ci] 2025-03-26 16:46:43 +00:00
Gert Hengeveld
ee47d66738 Enable highlights by default when following a deeplink 2025-03-26 16:48:48 +01:00
Gert Hengeveld
7ce5598bb2 Merge branch 'next' into a11y-polish 2025-03-26 15:53:15 +01:00
storybook-bot
bafcc8be99 Write changelog for 9.0.0-alpha.11 [skip ci] 2025-03-26 14:11:09 +00:00
Valentin Palkovic
11396b0bc9 Remove addonEssentialsRemoveDocs automigration temporarily 2025-03-26 14:44:00 +01:00
Valentin Palkovic
a2f4596020
Merge branch 'next' into valentin/api-removals 2025-03-26 14:42:08 +01:00
Valentin Palkovic
77e6047006 Fix tests 2025-03-26 14:41:28 +01:00
Valentin Palkovic
dfd90fce63 Final cleanup 2025-03-26 14:27:29 +01:00
Gert Hengeveld
1184689e44 Rename "Incomplete" to "Inconclusive" 2025-03-26 14:22:46 +01:00
Gert Hengeveld
ead7cddc7d Tweak a11y panel tab bar layout to avoid wrapping 2025-03-26 14:12:09 +01:00
Gert Hengeveld
8bd2aaf43b Fix test/interactions panel bar to have the same height as the a11y panel bar 2025-03-26 13:48:44 +01:00
Gert Hengeveld
0436df964f Update assertion to avoid browser differences 2025-03-26 13:37:33 +01:00
Valentin Palkovic
3a3ca44581 Merge remote-tracking branch 'origin/next' into valentin/api-removals 2025-03-26 13:15:54 +01:00
Valentin Palkovic
fcf572f73b Remove deprecated Button stories and update Button component to eliminate deprecated props, ensuring compatibility with future Storybook versions. 2025-03-26 13:15:37 +01:00
Valentin Palkovic
4f4806fc2b Refactor imports in toolbar components to use updated IconsProps path 2025-03-26 13:09:50 +01:00
Valentin Palkovic
dd0f2d8a4c Remove deprecated hasInteractiveStories function from baseGenerator.ts 2025-03-26 13:09:44 +01:00
Valentin Palkovic
f0c6d810f0 Update TODO comment in portable-stories-legacy test to reflect potential removal in Storybook 9.0 with CSF4 integration. 2025-03-26 13:09:39 +01:00
Valentin Palkovic
dbb7754814 Refactor composeStory function to update TODO comments for future consolidation of renderContext and context in SB 10.0, and remove deprecated loading from globalTypes. 2025-03-26 13:09:20 +01:00
Valentin Palkovic
ae7e69e656 Refactor StoryStore access in Storybook preview to use the new StoryStore instance and remove deprecated proxy method 2025-03-26 13:09:07 +01:00
Valentin Palkovic
36cf6435b7 Update addon/designs 2025-03-26 13:08:24 +01:00
Kasper Peulen
cc1d64868c Fix styled-jsx optimize vite warnings 2025-03-26 12:37:16 +01:00
Kasper Peulen
8c661abeac
Merge pull request #30929 from storybookjs/kasper/fix-act
React: Fix actImplementation is not a function
2025-03-26 12:16:09 +01:00
Yann Braga
228a3ba1f0 tentative fix by downgrading react-tabs 2025-03-26 11:39:30 +01:00
Yann Braga
72c5e38731 prebundle radix react tabs 2025-03-26 11:17:03 +01:00