577 Commits

Author SHA1 Message Date
Valentin Palkovic
f79e8b2c98 Next.js-Vite: Stabilizing @storybook/experimental-nextjs-vite 2025-03-28 09:28:48 +01:00
Gert Hengeveld
7ce5598bb2 Merge branch 'next' into a11y-polish 2025-03-26 15:53:15 +01:00
Yann Braga
c2055feebc always include a11y addon 2025-03-26 15:01:02 +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
Valentin Palkovic
19e48fe4ea Refactor component testing: Moved "Component Test" panel to core 2025-03-24 17:34:45 +01:00
Norbert de Langen
4cd9a668c2 Remove toolbar preview integration and update global types in Storybook configuration for improved theme and locale management. 2025-03-21 17:09:48 +01:00
Norbert de Langen
769d8741cd Update Storybook preview configuration to include templateToolbarPreview and correct import paths for toolbarAnnotations, enhancing addon management and maintainability. 2025-03-21 11:54:54 +01:00
Norbert de Langen
87b3d08589
Discard changes to scripts/tasks/sandbox-parts.ts 2025-03-21 11:53:12 +01:00
Norbert de Langen
4e248c9858 Remove toolbarAnnotations from setupVitest function to streamline the configuration and enhance maintainability. 2025-03-21 10:35:09 +01:00
Norbert de Langen
abfe126377 Remove the Toolbars addon from the project, updating related configurations and documentation. Adjust migration notes to reflect this change and ensure consistency across the codebase. 2025-03-20 19:20:32 +01:00
Norbert de Langen
5baf1b7a08 Fix Vitest test command to use the correct option syntax for timeout 2025-03-20 14:39:19 +01:00
Norbert de Langen
b12f3edf33 Update Vitest test command to include a timeout of 15000ms 2025-03-20 14:17:35 +01:00
Norbert de Langen
ddf72a73a7 Update sandbox-parts to filter out @storybook/addon-docs from addons when documentation is disabled, enhancing configuration clarity. 2025-03-19 12:07:38 +01:00
Norbert de Langen
21dc99a288 Remove @storybook/addon-docs from essentials package, including its related files and references in configuration. Update README and types to reflect the changes. 2025-03-19 11:51:01 +01:00
Norbert de Langen
d246bf2017 Merge branch 'valentin/move-addon-actions-into-core' into norbert/temp-public-api 2025-03-12 09:09:27 +01:00
Valentin Palkovic
8e30709c30 Further cleanup and adjustments to fix portable stories 2025-03-11 23:44:13 +01:00
Norbert de Langen
8fea88004d Merge branch 'valentin/move-addon-actions-into-core' into norbert/temp-public-api 2025-03-11 15:09:35 +01:00
Norbert de Langen
fa50b71a61 Vitest: Update preview API hook comment references 2025-03-11 12:07:29 +01:00
Valentin Palkovic
1bb6d25bfa Refactor how core annotations are applied 2025-03-10 12:07:04 +01:00
Valentin Palkovic
99692917e1 Rename @storybook/addon-actions to storybook/actions 2025-03-06 15:33:21 +01:00
Valentin Palkovic
11a91f451d Rename @storybook/test to storybook/test 2025-03-05 15:35:00 +01:00
Valentin Palkovic
dbb9a5bb02 Leftover renamings from experimental-addon-test to addon-test 2025-02-28 20:50:36 +01:00
Valentin Palkovic
15ab7746eb Rename @storybook/experimental-addon-test to @storybook/addon-test 2025-02-28 10:09:36 +01:00
Norbert de Langen
10bb8e0afc Merge branch 'next' into norbert/merge-core-cli 2025-02-19 12:33:27 +01:00
Kasper Peulen
9003df46b3 Fix component directory 2025-02-13 10:53:09 +01:00
Kasper Peulen
3b43722f8c Fix component directory 2025-02-13 10:45:41 +01:00
Valentin Palkovic
f88cf06cfc Merge remote-tracking branch 'origin/next' into valentin/a11y-parameter-test 2025-02-12 15:37:04 +01:00
Kasper Peulen
a3e07f6416 Merge remote-tracking branch 'origin/next' into kasper/csf-factories 2025-02-12 14:36:45 +01:00
Valentin Palkovic
3f50bd81de
Merge branch 'next' into valentin/a11y-parameter-test 2025-02-12 12:05:55 +01:00
Valentin Palkovic
0cd4ee4f39 Addon A11y: Introduce parameters.a11y.test 2025-02-11 15:21:42 +01:00
Norbert de Langen
2875796be7
Merge branch 'next' into norbert/cli-with-ink 2025-02-06 09:07:39 +01:00
Yann Braga
39deab4e32 Merge branch 'next' into kasper/csf-factories 2025-02-05 17:25:56 +01:00
Yann Braga
e21a07bc43 fix sandbox command 2025-02-05 16:40:53 +01:00
Valentin Palkovic
b38ac987db Fix local sandbox generation in linked mode 2025-02-05 16:10:20 +01:00
Yann Braga
2e92d97548 fix lint 2025-02-05 14:50:10 +01:00
Yann Braga
e9c4ae8211 Merge branch 'next' into kasper/csf-factories 2025-02-05 14:49:03 +01:00
Norbert de Langen
ccae91796f Merge branch 'next' into norbert/cli-with-ink 2025-02-05 14:24:11 +01:00
Gert Hengeveld
0b7a8e6b79 Refactor sandbox setup to write either workspace or config file based on which one already exists 2025-02-05 13:15:55 +01:00
Valentin Palkovic
1dcaa0f19c Build: Fix sandbox generation in linked mode 2025-02-05 12:39:42 +01:00
Valentin Palkovic
9b1de99646 Build: Fix sandbox generation in linked mode 2025-02-05 12:29:24 +01:00
Yann Braga
1f39998e22 Merge branch 'next' into kasper/csf-factories 2025-02-05 11:34:35 +01:00
Valentin Palkovic
b7c4b0bbae Build: Fix Angular sandbox generation in no-link mode 2025-02-04 15:42:10 +01:00
Yann Braga
4aec7ef429 Build: Add flag to skip nx cache 2025-01-31 17:28:33 +01:00
Yann Braga
aa305bb946 fix issues 2025-01-31 16:09:57 +01:00
Yann Braga
3847a11e6b add csfFactory modification option for sandboxes 2025-01-31 14:53:21 +01:00
Kasper Peulen
a838e73c0c Adjust codemod 2025-01-31 14:18:05 +01:00
Kasper Peulen
43ac42571a Fix vitest 2025-01-31 12:16:50 +01:00
Yann Braga
5e0e2c2939 move .annotation to .input 2025-01-23 15:12:34 +01:00
Yann Braga
80c80acdeb fix lint 2025-01-20 21:49:21 +01:00
Yann Braga
69941ca208 fix portable stories test 2025-01-20 18:41:30 +01:00