1835 Commits

Author SHA1 Message Date
Jeppe Reinhold
a599fee4b1 fix test provider tests 2025-03-27 12:40:07 +01:00
Norbert de Langen
266642918c Update import path for INSTRUMENTER_EVENTS in instrumenter tests 2025-03-27 12:16:19 +01:00
Norbert de Langen
c6e1a8d821 Refactor background and instrumenter exports for cleaner structure 2025-03-27 11:52:20 +01:00
Norbert de Langen
b5977572b9 Merge branch 'next' into norbert/remove-addon-essentials 2025-03-27 11:46:15 +01:00
Norbert de Langen
9b38b7ece5 prevent preview-api from getting embedded into managerEntries 2025-03-27 11:37:41 +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
Norbert de Langen
0e31bd74cb WIP 2025-03-26 14:36:48 +01:00
Valentin Palkovic
dfd90fce63 Final cleanup 2025-03-26 14:27:29 +01:00
Norbert de Langen
46f1f61e1c Refactor StoryStore tests to improve inline snapshots and ensure consistent structure across story definitions 2025-03-26 13:25:56 +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
Norbert de Langen
63f2986e0b Enhance GlobalsStore to include 'backgrounds' in allowed global names 2025-03-26 12:17:25 +01:00
Norbert de Langen
aa945b4e37 Merge branch 'next' into norbert/remove-addon-essentials 2025-03-26 12:08:43 +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
Norbert de Langen
c9bfc29c8d Fix isReduceMotionEnabled function to handle absence of matchMedia support 2025-03-26 11:30:11 +01:00
Norbert de Langen
f8897fd868 move addon-background into core 2025-03-26 11:14:43 +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
Valentin Palkovic
ced9aacd3a Remove deprecated globals field and related references in project annotations 2025-03-26 08:43:57 +01:00
Valentin Palkovic
7ffadfed3d Remove deprecated getSetStoriesPayload and getStoriesJsonData methods from StoryStore class 2025-03-26 08:34:31 +01:00
Valentin Palkovic
89f03b1909 Remove deprecated raw() and fromId() methods from StoryStore class 2025-03-26 08:33:25 +01:00
Valentin Palkovic
8a53206cce Remove DeprecatedState interface and related deprecated fields from useStorybookState function 2025-03-26 08:26:52 +01:00
Valentin Palkovic
5737389f09 Remove deprecated TESTING_MODULE_RUN_ALL_REQUEST from core-events and related usage in experimental_testmodule 2025-03-26 08:24:26 +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
Valentin Palkovic
76b4932c31 Refactor StoryIndexGenerator to remove deprecated autodocs option and update tests accordingly 2025-03-25 19:29:47 +01:00
Valentin Palkovic
f213b1c754 Remove deprecated _fileName getter from CsfFile class 2025-03-25 19:17:26 +01:00
Valentin Palkovic
b681c7d69b Don't export deprecated icon component 2025-03-25 19:16:29 +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