67719 Commits

Author SHA1 Message Date
Jeppe Reinhold
5fdb23a03f
Merge pull request #30962 from storybookjs/jeppe/remove-deprecated-test-provider-api
Core: Remove deprecated parts of test provider API
2025-03-31 15:32:39 +02:00
Jeppe Reinhold
f4af0aff92
Merge branch 'next' into jeppe/remove-deprecated-test-provider-api 2025-03-31 15:03:06 +02:00
Jeppe Reinhold
88639789ce
Merge pull request #30981 from storybookjs/jeppe/exclude-node-modules-from-docgen
Svelte: Exclude `node_modules` from docgen
2025-03-31 15:02:33 +02:00
Kasper Peulen
eebac4d459
Merge pull request #30997 from storybookjs/kasper/update-vite-plugin-storybook-nextjs
Next: Update vite-plugin-storybook-nextjs to 2.0.0--canary.33.17a2310.0
2025-03-31 14:22:30 +02:00
Kasper Peulen
40ec3aed2e
Merge pull request #30935 from storybookjs/kasperpeulen/fix-expect-any-string-issue
Test: Make sure that expect has no different behavior after instrumentation
2025-03-31 13:57:25 +02:00
Kasper Peulen
abd9303239
Merge pull request #30952 from storybookjs/kasper/error-boundary
Core: Add error boundary to tabs to prevent addon errors breaking Storybook
2025-03-31 13:56:56 +02:00
Kasper Peulen
ea3300d110 Revert changes to frameworks.ts file 2025-03-31 13:27:19 +02:00
Kasper Peulen
75f412aea2 Update vite-plugin-storybook-nextjs to 2.0.0--canary.33.17a2310.0 2025-03-31 13:25:14 +02:00
Kasper Peulen
f4d60edf42 Merge remote-tracking branch 'origin/next' into kasperpeulen/fix-expect-any-string-issue
# Conflicts:
#	code/core/src/instrumenter/instrumenter.test.ts
2025-03-31 13:07:44 +02:00
Kasper Peulen
bf35848590
Merge branch 'next' into kasper/error-boundary 2025-03-31 13:04:33 +02:00
Valentin Palkovic
dbfb0cc14b
Merge pull request #30990 from storybookjs/valentin/remove-html-webpack5-support
HTML Framework: Remove support for HTML Webpack 5
2025-03-31 12:15:48 +02:00
Valentin Palkovic
4f0008a937
Merge pull request #30988 from storybookjs/valentin/drop-webcomponents-webpack5-support
Web Components: Remove Webpack 5 support
2025-03-31 12:15:30 +02:00
Valentin Palkovic
54c1c17474 Merge remote-tracking branch 'origin/valentin/drop-webcomponents-webpack5-support' into valentin/remove-html-webpack5-support 2025-03-31 10:58:15 +02:00
Valentin Palkovic
d856dd1c0d
Merge branch 'next' into valentin/drop-webcomponents-webpack5-support 2025-03-31 10:56:40 +02:00
Valentin Palkovic
1849a56f81
Merge pull request #30993 from storybookjs/valentin/update-consolidated-packages-automigration
Automigration: Add new Storybook addons to consolidated packages mapping
2025-03-31 10:53:30 +02:00
Valentin Palkovic
aea85f7808 Fix tests 2025-03-31 10:53:12 +02:00
Kasper Peulen
ddeda11333 Core: Fix expect.any(String) in template stories 2025-03-31 10:43:40 +02:00
Valentin Palkovic
cc476828b9 Automigration: Add new Storybook addons to consolidated packages mapping 2025-03-31 10:38:31 +02:00
Valentin Palkovic
cb0e3f059a
Merge branch 'valentin/drop-webcomponents-webpack5-support' into valentin/remove-html-webpack5-support 2025-03-31 10:33:24 +02:00
Valentin Palkovic
e7cc4d0cb6 Update package.json files 2025-03-31 10:33:10 +02:00
Valentin Palkovic
224f4677f7
Merge pull request #30924 from storybookjs/norbert/remove-addon-essentials
Essentials: Move remaining addons into core
2025-03-31 10:17:00 +02:00
Kasper Peulen
519c4a2e9b
Merge branch 'next' into kasper/error-boundary 2025-03-31 10:04:15 +02:00
Valentin Palkovic
16c9300920
Merge branch 'valentin/drop-webcomponents-webpack5-support' into valentin/remove-html-webpack5-support 2025-03-31 09:48:30 +02:00
Valentin Palkovic
5af292ac48 Remove Webpack 5 support from framework and renderer mappings 2025-03-31 09:47:52 +02:00
Valentin Palkovic
443b2b729b Remove project.json file for HTML Webpack 5 support 2025-03-31 09:42:25 +02:00
Valentin Palkovic
9101d0567d Update yarn.lock 2025-03-31 09:39:42 +02:00
Valentin Palkovic
e6441cb9db
Merge pull request #30989 from storybookjs/valentin/update-autoblock-and-documentation
Documentation: Update migration documentation
2025-03-31 09:39:01 +02:00
Valentin Palkovic
17d63ed294
Merge pull request #30991 from storybookjs/valentin/fix-nextjs-vite-migration
Automigration: Update mapping for '@storybook/experimental-nextjs-vite'
2025-03-31 09:38:46 +02:00
Valentin Palkovic
0449d38ce2 Automigration: Update mapping for '@storybook/experimental-nextjs-vite' 2025-03-31 09:31:17 +02:00
Valentin Palkovic
32bba4ec5b
Merge branch 'valentin/drop-webcomponents-webpack5-support' into valentin/remove-html-webpack5-support 2025-03-31 09:18:49 +02:00
Valentin Palkovic
daf0351bea HTML Framework: Remove support for HTML Webpack 5
This commit removes the HTML Webpack 5 framework and its associated preset from the project. Updates to the migration documentation and package dependencies have been made to reflect this change. Adjustments were also made to the CircleCI configuration and various code files to ensure compatibility with the new setup.
2025-03-31 09:14:46 +02:00
Valentin Palkovic
e9cf081d0d Documentation: Update migration documentation and dependency versions: require Next.js 14.1 and Angular 18.0. Adjusted support messages accordingly. 2025-03-31 09:08:38 +02:00
Valentin Palkovic
fd728f9ee2 Add autoblock 2025-03-31 09:07:35 +02:00
Valentin Palkovic
1779122181 Web Components: Remove Webpack 5 support for
Update migration documentation and package dependencies accordingly.
2025-03-31 08:54:05 +02:00
Valentin Palkovic
1e4a79a430 Merge remote-tracking branch 'origin/next' into norbert/remove-addon-essentials 2025-03-30 21:40:07 +02:00
Valentin Palkovic
8675b33de1 Update manager.spec.ts to replace locator IDs for addon panel visibility checks 2025-03-30 21:13:11 +02:00
Valentin Palkovic
9649d370f8 Add __STORYBOOK_TEST_SPY_LISTENERS__ to global scope and update listener initialization 2025-03-30 21:13:04 +02:00
Michael Shilman
fdb13bd0fa
Merge pull request #30966 from storybookjs/no-test-no-vta
CLI: Only install Visual Test Addon if test feature is selected
2025-03-31 02:41:26 +08:00
storybook-bot
5ca883c16a Bump version from "9.0.0-alpha.11" to "9.0.0-alpha.12" [skip ci] 2025-03-30 18:27:03 +00:00
Michael Shilman
5c0b1cd428
Merge pull request #30943 from storybookjs/version-non-patch-from-9.0.0-alpha.11
Release: Prerelease 9.0.0-alpha.12
2025-03-31 02:25:43 +08:00
Michael Shilman
4e22deaf16
Merge branch 'next' into no-test-no-vta 2025-03-31 01:50:01 +08:00
Valentin Palkovic
8b46b390f9 Merge remote-tracking branch 'origin/next' into norbert/remove-addon-essentials 2025-03-30 14:02:43 +02:00
storybook-bot
24726e44da Write changelog for 9.0.0-alpha.12 [skip ci] 2025-03-30 10:46:42 +00:00
Valentin Palkovic
64a1c99492
Merge pull request #30945 from storybookjs/valentin/remove-obsolete-automigrations
Maintenance: Remove obsolete automigrations
2025-03-30 12:43:57 +02:00
Valentin Palkovic
34fa6eeabc Merge remote-tracking branch 'origin/next' into norbert/remove-addon-essentials 2025-03-30 12:31:31 +02:00
Valentin Palkovic
2488ec10aa Merge remote-tracking branch 'origin/next' into valentin/remove-obsolete-automigrations 2025-03-30 12:24:13 +02:00
Valentin Palkovic
473c61ac44
Merge pull request #30958 from storybookjs/valentin/remove-vue3-webpack-support
Vue3: Remove support for Webpack 5
2025-03-30 12:21:48 +02:00
Valentin Palkovic
ef77fd6414 Refactor Storybook manager imports by removing unused entries and adding outline manager for improved organization and functionality. 2025-03-30 12:19:22 +02:00
Valentin Palkovic
180318083c Remove tests from file which will be removed 2025-03-30 12:03:31 +02:00
Valentin Palkovic
5730588b2c Remove obsolete 'mdx-to-csf' migration logic from migrate.ts 2025-03-30 11:49:10 +02:00