2010 Commits

Author SHA1 Message Date
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
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
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
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
5911cae16a Merge remote-tracking branch 'origin/next' into valentin/remove-addon-interactions-2 2025-03-26 08:19:32 +01:00
Jeppe Reinhold
d10c63eca7 update telemetry
- add TEST_RUN_COMPLETED event
- count test results separately per status
- add triggeredBy to currentRun
- show correct coverage status when previous run was a focused test run
-
2025-03-25 21:51:44 +01:00
storybook-bot
9d757630c5 Bump version from "9.0.0-alpha.9" to "9.0.0-alpha.10" [skip ci] 2025-03-25 16:26:18 +00:00
Kasper Peulen
8b717f1de7 Merge remote-tracking branch 'origin/next' into react/fix-decorators
# Conflicts:
#	MIGRATION.md
2025-03-25 16:16:54 +01:00
Valentin Palkovic
e380d896ce Remove test which isn't important in Storybook 9 anymore 2025-03-25 15:01:42 +01:00
Kasper Peulen
3d743b150e Don't transpile unicode regex in core bundler 2025-03-25 14:36:11 +01:00
Valentin Palkovic
e160c7e286 Merge remote-tracking branch 'origin/next' into valentin/remove-addon-interactions-2 2025-03-25 13:49:46 +01:00
Norbert de Langen
5016a597e5 Merge branch 'next' into norbert/addon-viewport-in-core 2025-03-25 12:35:56 +01:00
Norbert de Langen
96c4771e8d Merge branch 'next' into norbert/addon-toolbar-in-core 2025-03-25 12:09:25 +01:00
Norbert de Langen
8cd73671c4 Remove '@storybook/addon-controls' version from versions.ts 2025-03-25 11:37:01 +01:00
Norbert de Langen
090ad8a4ea Merge branch 'next' into norbert/addon-controls-in-core 2025-03-25 11:21:41 +01:00
Norbert de Langen
55da453986 Add viewport path to Storybook configuration in prep.ts for improved integration with viewport functionality. 2025-03-25 10:37:22 +01:00
Norbert de Langen
fde772c0fe Add viewport imports to dts.ts for improved integration with viewport functionality in Storybook. 2025-03-25 10:32:19 +01:00
Norbert de Langen
03fe65c2c0 Add viewport preview definitions and update core annotations to include viewport functionality for enhanced preview management. 2025-03-25 10:19:39 +01:00
Valentin Palkovic
7def0fceec Fix E2E tests 2025-03-25 09:08:27 +01:00
Valentin Palkovic
c86f62c815 Fix an issue where the badge is not shown for component tests 2025-03-25 09:08:15 +01:00
Norbert de Langen
b324c6db03 Add viewport configuration to initialGlobals in preview.ts, enhancing global settings for better viewport management. 2025-03-25 08:58:54 +01:00
Valentin Palkovic
b7efc08e73 Fix E2E tests 2025-03-25 00:22:49 +01:00
Valentin Palkovic
9dbc6d2800 Fix unit tests 2025-03-25 00:13:46 +01:00
Valentin Palkovic
3eff982924 Fix E2E tests 2025-03-24 22:40:31 +01:00
Valentin Palkovic
9427b2ab12 Fix circular dependency issue 2025-03-24 22:15:49 +01:00
Valentin Palkovic
5ec1e7eb49 Fix linting 2025-03-24 21:54:20 +01:00
Valentin Palkovic
ae5ce6b2ca Merge remote-tracking branch 'origin/next' into valentin/remove-addon-interactions-2 2025-03-24 21:53:26 +01:00
Valentin Palkovic
02e8b4c1e0 Fix tests 2025-03-24 21:52:25 +01:00
Norbert de Langen
140c6351b2 Add viewport options to parameters in preview.ts, moving from globalTypes to parameters for better organization. 2025-03-24 18:50:34 +01:00
Norbert de Langen
0e8f45b8ac Update import path for MINIMAL_VIEWPORTS in preview.ts to use the correct module from 'storybook/viewport' 2025-03-24 18:26:18 +01:00
Norbert de Langen
266835c1ad Add viewport options to globalTypes in preview.ts using MINIMAL_VIEWPORTS 2025-03-24 17:46:13 +01:00
Valentin Palkovic
19e48fe4ea Refactor component testing: Moved "Component Test" panel to core 2025-03-24 17:34:45 +01:00
storybook-bot
959f8cbaed Bump version from "9.0.0-alpha.8" to "9.0.0-alpha.9" [skip ci] 2025-03-24 16:32:04 +00:00
Norbert de Langen
18e48f8a76 Merge branch 'norbert/addon-toolbar-in-core' into norbert/addon-viewport-in-core 2025-03-24 16:13:37 +01:00
Norbert de Langen
330fe2536e
Merge branch 'norbert/addon-controls-in-core' into norbert/addon-toolbar-in-core 2025-03-24 16:08:46 +01:00
Norbert de Langen
eeef6bb118
Merge branch 'norebrt/docs-out-of-essentials' into norbert/addon-controls-in-core 2025-03-24 15:45:48 +01:00
Norbert de Langen
2bf6c2737a
Merge pull request #30841 from storybookjs/norbert/viewport-background-addon
Addons: Update the Viewport and Background Addon
2025-03-24 14:24:33 +01:00
Valentin Palkovic
c63bfd6b06 Remove addon-interactions 2025-03-24 13:52:31 +01:00