3835 Commits

Author SHA1 Message Date
Valentin Palkovic
c20fee7666
Merge pull request #30956 from storybookjs/valentin/stabilize-experimental-nextjs-vite
Next.js-Vite: Stabilize @storybook/experimental-nextjs-vite
2025-03-28 16:15:25 +01:00
Valentin Palkovic
8c556d699f
Merge branch 'next' into valentin/drop-tooling-support 2025-03-28 14:03:58 +01:00
Jeppe Reinhold
5dbf08eba6
Merge pull request #30963 from storybookjs/jeppe/fix-store-flake
Core: Fix flaky unit tests related to stores
2025-03-28 13:25:53 +01:00
Jeppe Reinhold
561f1bd520 fix boot-test-runner unit tests 2025-03-28 12:39:41 +01:00
Valentin Palkovic
dd6edc6897
Merge branch 'next' into valentin/drop-tooling-support 2025-03-28 12:32:15 +01:00
Valentin Palkovic
b0d805409f
Merge pull request #30926 from storybookjs/valentin/api-removals
Maintenance: Remove deprecated APIs
2025-03-28 12:28:46 +01:00
Jeppe Reinhold
8aec1a5e09 use separate VITEST_CHILD_PROCESS env var to determine store leadership
so that our internal unit tests which also has VITEST and TEST env vars doesn't make the store get created as followers, but only the actual vitest child process does.
2025-03-28 11:44:46 +01:00
Valentin Palkovic
f79e8b2c98 Next.js-Vite: Stabilizing @storybook/experimental-nextjs-vite 2025-03-28 09:28:48 +01:00
Gert Hengeveld
b5e69ccc0f Fix tests 2025-03-28 08:58:19 +01:00
Gert Hengeveld
a85a1e3902 Visual tweaks to badges and improved layout for a11y panel 2025-03-28 00:08:43 +01:00
Valentin Palkovic
d5bd25c750 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 17:29:20 +01:00
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
Jeppe Reinhold
3a15cb8a80 cleanup 2025-03-27 12:44:24 +01:00
Jeppe Reinhold
52d3addae9 fix test type errors 2025-03-27 12:27:58 +01:00
Jeppe Reinhold
4f30a5e8e8 remove bad merge conflict handling 2025-03-27 12:27:48 +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
901951d765 Merge remote-tracking branch 'origin/next' into valentin/api-removals 2025-03-27 11:35:56 +01:00
Jeppe Reinhold
5d0152e4af Merge branch 'next' of github.com:storybookjs/storybook into jeppe/use-test-provider-store-in-manager 2025-03-27 11:17:43 +01:00
Jeppe Reinhold
a82451ef13 use sync flow for handling uncaught exceptions and unhandled errors in the vitest child process 2025-03-27 11:12:46 +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
de3ec96add Various UI tweaks and story improvements 2025-03-27 09:22:37 +01:00
Jeppe Reinhold
dedad6416c be less defensive about vitest not existing 2025-03-26 23:35:07 +01:00
Jeppe Reinhold
9c5060201d expose universal store types from storybook/internal/types 2025-03-26 23:28:45 +01:00
Jeppe Reinhold
86078c7b55 disable settings while tests are running 2025-03-26 23:16:10 +01:00
Jeppe Reinhold
43b935a75f set vitest env config at the start of the test run, not when they are changed. 2025-03-26 23:05:10 +01:00
Gert Hengeveld
3f0736377e Show rule IDs in a11y report 2025-03-26 22:38:06 +01:00
Valentin Palkovic
90b543cff5 Remove obsolete test 2025-03-26 19:42:47 +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
Jeppe Reinhold
cce0035ce0 update unit tests 2025-03-26 15:30:08 +01:00
Jeppe Reinhold
8fa4e876ef only count passed and failed tests when counting total tests 2025-03-26 14:27:34 +01:00
Gert Hengeveld
1184689e44 Rename "Incomplete" to "Inconclusive" 2025-03-26 14:22:46 +01:00
Jeppe Reinhold
4934a9dbc5 Fix GlobalErrorModal DOM 2025-03-26 14:13:59 +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
Jeppe Reinhold
c09099af0d remove stacks from error telemetry 2025-03-26 11:50:32 +01:00
Jeppe Reinhold
80191cdf9e nest config under currentRun 2025-03-26 11:43:26 +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
Gert Hengeveld
cde6058718 Sticky subnav and fix E2E test 2025-03-26 11:03:34 +01:00
Gert Hengeveld
88b4017dde Tweak highlight styles 2025-03-26 09:51:25 +01:00
Gert Hengeveld
8f2eca76f8 Merge branch 'next' into a11y-polish 2025-03-26 08:54:39 +01:00
Gert Hengeveld
99752739fc Updated comment 2025-03-26 08:53:49 +01:00
Valentin Palkovic
5911cae16a Merge remote-tracking branch 'origin/next' into valentin/remove-addon-interactions-2 2025-03-26 08:19:32 +01:00