176 Commits

Author SHA1 Message Date
Valentin Palkovic
5911cae16a Merge remote-tracking branch 'origin/next' into valentin/remove-addon-interactions-2 2025-03-26 08:19:32 +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
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
19e48fe4ea Refactor component testing: Moved "Component Test" panel to core 2025-03-24 17:34:45 +01:00
Norbert de Langen
e02207c13c Remove '@storybook/addon-viewport' from essentials and consolidate viewport functionality into core, updating migration documentation accordingly. 2025-03-21 14:53:51 +01:00
Norbert de Langen
e8747a7241 Remove toolbar manager entries from TypeScript and common preset files to streamline Storybook configuration and enhance maintainability. 2025-03-21 09:44:35 +01:00
Norbert de Langen
df5e01a617 Refactor toolbar integration by removing the toolbar manager file and related entries from package.json and entries.ts. Update runtime.tsx to reintroduce toolbar registration with improved structure and consistency. 2025-03-20 21:20:59 +01:00
Norbert de Langen
7d09876cf7 Refactor package.json and related files to remove toolbar entries, update TypeScript definitions, and adjust imports for better integration. Ensure consistency in external dependencies and improve code organization. 2025-03-20 21:03:05 +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
ce7a01ac5d Refactor package.json to remove deprecated control entries and update script definitions for controls in entries.ts. Add '@storybook/addon-controls' to consolidated packages for better integration. 2025-03-20 15:51:40 +01:00
Norbert de Langen
816107a48a Remove '@storybook/addon-controls' from package.json and related files, migrating its functionality into core. Update dependencies and documentation accordingly. 2025-03-20 10:16:38 +01:00
Jeppe Reinhold
affcc151c9 Merge branch 'next' of github.com:storybookjs/storybook into jeppe/status-store 2025-03-13 20:50:00 +01:00
Norbert de Langen
869ac194dd Merge branch 'valentin/move-addon-actions-into-core' into norbert/temp-public-api 2025-03-13 09:38:23 +01:00
Valentin Palkovic
c6fb85260b Fix hanging chromatic sandbox 2025-03-12 21:19:41 +01:00
Norbert de Langen
8ee15f6cff Add internal package exports for compatibility and future-proofing
This commit updates the package.json and package generation script to:
- Add internal package exports alongside public exports
- Ensure backward compatibility for existing references
- Prepare for potential API changes in future Storybook versions

The changes include adding `/internal/` prefixed exports for various modules while maintaining existing public exports.
2025-03-12 14:01:23 +01:00
Norbert de Langen
be94ab1c10 Update import paths for actions and preview modules
This commit adjusts import paths for actions and preview modules across multiple files, including:
- Updating the import path for definePreview in preview and test modules
- Modifying the import path for action annotations in core-annotations
- Removing some unused exports from the manager globals
- Adjusting the mapping of 'storybook/actions' in the prep script
2025-03-12 09:57:02 +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
Valentin Palkovic
7135a942c4 Refactor instrumenter to await channel setup 2025-03-11 21:44:23 +01:00
Jeppe Reinhold
306b04a513 fix dts generation in core 2025-03-11 21:07:15 +01:00
Norbert de Langen
4b66ca5d70 Update import paths for manager-api and theming modules 2025-03-11 17:04:37 +01:00
Norbert de Langen
085c34da4f Remove duplicate 'storybook/test' path in module resolution 2025-03-11 15:16:38 +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
342f41dd81 Core: Update import and alias configurations for Storybook packages 2025-03-11 12:06:14 +01:00
Valentin Palkovic
af8a04a6e4 Final fixes 2025-03-11 10:48:36 +01:00
Valentin Palkovic
405d4ecea6 Final fixes 2025-03-11 06:42:44 +01:00
Valentin Palkovic
3378875f37 Remove @storybook/test hack leftovers 2025-03-07 11:14:07 +01:00
Valentin Palkovic
c7f3046a8e Finalize addon actions integration into core 2025-03-07 11:13:25 +01:00
Valentin Palkovic
234f3695af Try to fix preview not loaded 2025-03-06 17:09:25 +01:00
Valentin Palkovic
37a7a73ed5 Smaller fixes on actions 2025-03-06 16:53:05 +01:00
Valentin Palkovic
03a93234eb Actions: Update preview.ts entry to be enabled 2025-03-06 15:53:08 +01:00
Valentin Palkovic
2a0b997eb1 Core: Move @storybook/addon-actions into core 2025-03-06 13:41:52 +01:00
Valentin Palkovic
e038b21f74 Fix portable stories 2025-03-05 15:35:01 +01:00
Valentin Palkovic
5661278349 Support public core APIs 2025-03-05 15:35:01 +01:00
Valentin Palkovic
c090abbe30 Support noExternal in core 2025-03-05 15:35:00 +01:00
Valentin Palkovic
25a71809f0 Leftover changes for storybook/test 2025-03-05 15:35:00 +01:00
Valentin Palkovic
6483b3955f Core: Move @storybook/test into storybook 2025-03-05 15:34:30 +01:00
Valentin Palkovic
2126567ac0 Move @storybook/instumenter into core 2025-03-03 14:23:49 +01:00
Norbert de Langen
fd20945585 Merge branch 'next' into norbert/merge-core-cli 2025-02-25 13:12:25 +01:00
Valentin Palkovic
a664b92f34 Core: Don't set process.env.NODE_ENV and process.env.DEV 2025-02-25 09:41:20 +01:00
Norbert de Langen
10bb8e0afc Merge branch 'next' into norbert/merge-core-cli 2025-02-19 12:33:27 +01:00
Norbert de Langen
26847e83bf merge in next 2025-02-10 11:55:24 +01:00
Norbert de Langen
eecb7f3b32 cleanup 2025-02-04 09:56:07 +01:00
Norbert de Langen
457a447d07 cleanup 2025-01-29 12:38:08 +01:00
Norbert de Langen
8468f6f284 remove unused ink 2025-01-29 11:05:47 +01:00
Norbert de Langen
e003420188 Merge branch 'next' into norbert/cli-with-ink 2025-01-22 14:07:11 +01:00
Valentin Palkovic
4405f091d4 Core: Add connection timeout notification 2025-01-17 10:03:25 +01:00