18052 Commits

Author SHA1 Message Date
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
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
Valentin Palkovic
67fb608381 Remove IconButtonSkeleton component and update exports accordingly 2025-03-25 15:37:51 +01:00
Valentin Palkovic
4c5675eed0 Refactor frameworkToRenderer import and remove deprecated alias 2025-03-25 15:36:47 +01:00
Valentin Palkovic
adbd8d21e9 Remove deprecated serverChannel property from API_Provider interface 2025-03-25 15:35:43 +01:00
Valentin Palkovic
dc80bce3a9 Remove support for old icon format 2025-03-25 15:35:01 +01:00
Valentin Palkovic
f0ac1685f7 Remove deprecated addon APIs 2025-03-25 15:31:53 +01:00
Valentin Palkovic
e380d896ce Remove test which isn't important in Storybook 9 anymore 2025-03-25 15:01:42 +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
Valentin Palkovic
a506bce824 Add automigration to remove addon-interactions from the user's codebase 2025-03-25 10:58:31 +01:00
Norbert de Langen
404e2213e1
Merge branch 'next' into norebrt/docs-out-of-essentials 2025-03-25 10:38:13 +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
99f89c8f7c Add missing import 2025-03-25 09:19:47 +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
5ad8cde8e9
Update code/e2e-tests/component-tests.spec.ts
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2025-03-25 08:24:40 +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
Michael Shilman
f92b6b8b28
Merge branch 'next' into next 2025-03-25 02:33:37 +08: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
storybook-bot
74001618e9 Write changelog for 9.0.0-alpha.9 [skip ci] 2025-03-24 15:50:32 +00:00
Michael Shilman
04fc157e04
Merge pull request #30882 from storybookjs/shilman/rnstorybook-automigration
CLI: Add React Native `.rnstorybook` CLI automigration
2025-03-24 23:48:02 +08:00
Michael Shilman
612ffb1a9e Update rnstorybook-config.test.ts 2025-03-24 23:17:01 +08: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
5f0e5b2b5a Remove unused import of getStorybookVersionSpecifier in addon-essentials migration files. Simplify the run function parameters by removing the skipInstall option. 2025-03-24 15:43:50 +01:00
Norbert de Langen
2b569da990
Merge branch 'next' into norebrt/docs-out-of-essentials 2025-03-24 15:35:14 +01:00