2057 Commits

Author SHA1 Message Date
storybook-bot
5ca883c16a Bump version from "9.0.0-alpha.11" to "9.0.0-alpha.12" [skip ci] 2025-03-30 18:27:03 +00:00
Valentin Palkovic
fe9c6399a5 Merge remote-tracking branch 'origin/next' into valentin/remove-vue3-webpack-support 2025-03-28 18:52:36 +01:00
Valentin Palkovic
4740a15e69 Merge remote-tracking branch 'origin/next' into valentin/remove-preact-webpack-support 2025-03-28 16:17:29 +01:00
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
c001e4b035
Merge pull request #30940 from storybookjs/valentin/drop-tooling-support
Maintenance: Drop tooling support
2025-03-28 16:14:56 +01:00
Valentin Palkovic
9de3387fdd
Merge branch 'valentin/drop-tooling-support' into valentin/remove-preact-webpack-support 2025-03-28 14:04:18 +01:00
Valentin Palkovic
8c556d699f
Merge branch 'next' into valentin/drop-tooling-support 2025-03-28 14:03:58 +01:00
Jeppe Reinhold
f06c64795e fix missing global in globals-runtime 2025-03-28 13:43:07 +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
Valentin Palkovic
dbfd054d07
Merge branch 'valentin/drop-tooling-support' into valentin/remove-preact-webpack-support 2025-03-28 12:32:29 +01:00
Valentin Palkovic
dd6edc6897
Merge branch 'next' into valentin/drop-tooling-support 2025-03-28 12:32:15 +01:00
Valentin Palkovic
8bced72523 Update Node.js version requirement in index.cjs to 20 or higher for Storybook compatibility. 2025-03-28 12:31:42 +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
Valentin Palkovic
adf2703a3d Refactor Button component to remove unnecessary local variables for variant and size, directly using props instead. 2025-03-28 12:26:57 +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
8323d2c405
Update code/core/src/cli/dirs.ts
Co-authored-by: Norbert de Langen <ndelangen@me.com>
2025-03-28 11:15:51 +01:00
Valentin Palkovic
0de69a61ba Preact: Remove support for Preact Webpack 5
Deleting related packages and updating migration documentation.
Users are now directed to use the Vite builder for Preact projects.
2025-03-28 10:57:12 +01:00
Valentin Palkovic
4f1fbc2ede Vue3: Remove support for Webpack 5
Deleted related packages and updated migration documentation.
Users are now directed to use the Vite builder for Vue3 projects.
2025-03-28 10:56:19 +01:00
Valentin Palkovic
4f7cc51d25 Preact: Remove support for Preact Webpack 5
Deleting related packages and updating migration documentation.
Users are now directed to use the Vite builder for Preact projects.
2025-03-28 10:46:09 +01:00
Valentin Palkovic
f79e8b2c98 Next.js-Vite: Stabilizing @storybook/experimental-nextjs-vite 2025-03-28 09:28:48 +01:00
Gert Hengeveld
a85a1e3902 Visual tweaks to badges and improved layout for a11y panel 2025-03-28 00:08:43 +01:00
Jeppe Reinhold
3a15cb8a80 cleanup 2025-03-27 12:44:24 +01:00
Jeppe Reinhold
a599fee4b1 fix test provider tests 2025-03-27 12:40:07 +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
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
Jeppe Reinhold
4230933a15 simplify runAll and clearAll 2025-03-27 08:56:42 +01:00
Jeppe Reinhold
131c153a8d rename testProviderInterfaces -> registeredTestProviders 2025-03-27 08:53:24 +01:00
Jeppe Reinhold
9c5060201d expose universal store types from storybook/internal/types 2025-03-26 23:28:45 +01:00
Jeppe Reinhold
880a2e4bfa fix tooltip wording 2025-03-26 23:11:23 +01:00
Jeppe Reinhold
c622b0cf02 update clear status tooltip 2025-03-26 23:10:01 +01:00
Jeppe Reinhold
e50d6bdd9b disable clear button when tests are running 2025-03-26 23:07:33 +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
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
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
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
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
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
Jeppe Reinhold
b15a103e36 add index.mock to manager-api, to be used by our own manager stories 2025-03-26 11:38:49 +01:00
Valentin Palkovic
f61403a20f Remove deprecated comment from Addon_BaseMeta interface in addons.ts 2025-03-26 09:21:19 +01:00
Valentin Palkovic
d31c4b7659 Update globals/exports.ts 2025-03-26 09:09:21 +01:00
Valentin Palkovic
913d2d433e Refactor imports to remove deprecated references to SupportedRenderers in project_types and update related files accordingly 2025-03-26 08:50:13 +01:00
Valentin Palkovic
612db21e81 Update rendering references to use renderToCanvas instead of deprecated renderToDOM in documentation and code interfaces. 2025-03-26 08:47:33 +01:00
Valentin Palkovic
149b8de887 Remove deprecated serverChannel property from Preview class 2025-03-26 08:44:46 +01:00