Valentin Palkovic
9de3387fdd
Merge branch 'valentin/drop-tooling-support' into valentin/remove-preact-webpack-support
2025-03-28 14:04:18 +01:00
Valentin Palkovic
8c556d699f
Merge branch 'next' into valentin/drop-tooling-support
2025-03-28 14:03:58 +01:00
Jeppe Reinhold
5dbf08eba6
Merge pull request #30963 from storybookjs/jeppe/fix-store-flake
...
Core: Fix flaky unit tests related to stores
2025-03-28 13:25:53 +01:00
Valentin Palkovic
c5a7eb2f26
Fix typing issues
2025-03-28 12:44:18 +01:00
Jeppe Reinhold
561f1bd520
fix boot-test-runner unit tests
2025-03-28 12:39:41 +01:00
Valentin Palkovic
dbfd054d07
Merge branch 'valentin/drop-tooling-support' into valentin/remove-preact-webpack-support
2025-03-28 12:32:29 +01:00
Valentin Palkovic
dd6edc6897
Merge branch 'next' into valentin/drop-tooling-support
2025-03-28 12:32:15 +01:00
Valentin Palkovic
8bced72523
Update Node.js version requirement in index.cjs to 20 or higher for Storybook compatibility.
2025-03-28 12:31:42 +01:00
Valentin Palkovic
36bb796cf6
Refactor StoryFn rendering in Storybook preview to use self-closing tag for improved readability.
2025-03-28 12:31:04 +01:00
Valentin Palkovic
9a9df8b480
Update Vite version in block-dependencies-versions.ts to 5.0.0 to align with recent dependency requirements.
2025-03-28 12:30:11 +01:00
Valentin Palkovic
b0d805409f
Merge pull request #30926 from storybookjs/valentin/api-removals
...
Maintenance: Remove deprecated APIs
2025-03-28 12:28:46 +01:00
Valentin Palkovic
adf2703a3d
Refactor Button component to remove unnecessary local variables for variant and size, directly using props instead.
2025-03-28 12:26:57 +01:00
Jeppe Reinhold
8aec1a5e09
use separate VITEST_CHILD_PROCESS env var to determine store leadership
...
so that our internal unit tests which also has VITEST and TEST env vars doesn't make the store get created as followers, but only the actual vitest child process does.
2025-03-28 11:44:46 +01:00
Valentin Palkovic
8323d2c405
Update code/core/src/cli/dirs.ts
...
Co-authored-by: Norbert de Langen <ndelangen@me.com>
2025-03-28 11:15:51 +01:00
Valentin Palkovic
0de69a61ba
Preact: Remove support for Preact Webpack 5
...
Deleting related packages and updating migration documentation.
Users are now directed to use the Vite builder for Preact projects.
2025-03-28 10:57:12 +01:00
Gert Hengeveld
b5e69ccc0f
Fix tests
2025-03-28 08:58:19 +01:00
Gert Hengeveld
a85a1e3902
Visual tweaks to badges and improved layout for a11y panel
2025-03-28 00:08:43 +01:00
Valentin Palkovic
d5bd25c750
Update migration guide to reflect dropped support for Vite 4 and update package dependencies to require Vite 5.0.0 and up across all packages
2025-03-27 17:29:20 +01:00
Valentin Palkovic
1ffba52797
Revert "Update migration guide to reflect dropped support for Vite 4 and update package dependencies to require Vite 5.0.0 and up across all packages"
...
This reverts commit 9c64c48c4155d1780442737be36b74e3811ce439.
2025-03-27 16:15:26 +01:00
Valentin Palkovic
e718ffb354
Refactor Angular generator to dynamically set @angular-devkit/build-angular version based on project dependencies. Removed unnecessary extraDependencies from sandbox templates.
2025-03-27 13:31:46 +01:00
Jeppe Reinhold
3a15cb8a80
cleanup
2025-03-27 12:44:24 +01:00
Jeppe Reinhold
a599fee4b1
fix test provider tests
2025-03-27 12:40:07 +01:00
Jeppe Reinhold
52d3addae9
fix test type errors
2025-03-27 12:27:58 +01:00
Jeppe Reinhold
4f30a5e8e8
remove bad merge conflict handling
2025-03-27 12:27:48 +01:00
Valentin Palkovic
48105b561e
Update Next.js support to require version 14 or higher, reflecting changes in documentation and dependency requirements. Adjusted compatibility comments and removed legacy code for earlier Next.js versions.
2025-03-27 12:17:42 +01:00
Valentin Palkovic
b23dc26969
Removing TypeScript error suppression comments.
2025-03-27 12:09:44 +01:00
Valentin Palkovic
b0a444a32f
Merge branch 'valentin/api-removals' into valentin/drop-tooling-support
2025-03-27 12:00:07 +01:00
Valentin Palkovic
a93bbc358e
Remove unused manualParameter from A11YPanel and update documentation to reflect changes in manual mode configuration.
2025-03-27 11:59:23 +01:00
Valentin Palkovic
6ada8edef7
Merge branch 'valentin/api-removals' into valentin/drop-tooling-support
2025-03-27 11:58:06 +01:00
Valentin Palkovic
bb1aff1595
Update react-docgen dependency to version 7.1.1 in multiple package.json and yarn.lock files
2025-03-27 11:57:00 +01:00
Valentin Palkovic
b94fe01eab
Sandbox: Remove Angular 15 sandbox
2025-03-27 11:45:42 +01:00
Valentin Palkovic
901951d765
Merge remote-tracking branch 'origin/next' into valentin/api-removals
2025-03-27 11:35:56 +01:00
Valentin Palkovic
9d71abdae9
Update externalGlobalsPlugin function signature to return a Promise<Plugin>
2025-03-27 11:30:16 +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
Valentin Palkovic
8b21491d3e
Merge pull request #30941 from storybookjs/valentin/fix-zone-support-in-angular
...
Angular: Fix zone.js support for Angular libraries
2025-03-27 11:13:28 +01:00
Jeppe Reinhold
a82451ef13
use sync flow for handling uncaught exceptions and unhandled errors in the vitest child process
2025-03-27 11:12:46 +01:00
Valentin Palkovic
c416efc785
Angular: Fix zone.js support for Angular libraries
2025-03-27 11:07:24 +01:00
Valentin Palkovic
9c64c48c41
Update migration guide to reflect dropped support for Vite 4 and update package dependencies to require Vite 5.0.0 and up across all packages
2025-03-27 10:30:05 +01:00
Gert Hengeveld
35e66c7aea
Update tests and avoid special character
2025-03-27 10:01:35 +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
Gert Hengeveld
de3ec96add
Various UI tweaks and story improvements
2025-03-27 09:22:37 +01:00
Valentin Palkovic
e0fc72bd15
Update Angular support in migration guide and package dependencies to require Angular 18 and above
2025-03-27 09:15:02 +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
Valentin Palkovic
2b0580e6a8
Fix docs usage in Storybook UI
2025-03-27 08:53:14 +01:00
Valentin Palkovic
de3473faa4
Update Node.js engine requirement to >=20.0.0 across multiple package.json files and update block-node-version autoblocker
2025-03-27 08:49:24 +01:00
Jeppe Reinhold
dedad6416c
be less defensive about vitest not existing
2025-03-26 23:35:07 +01:00
Jeppe Reinhold
9c5060201d
expose universal store types from storybook/internal/types
2025-03-26 23:28:45 +01:00
Jeppe Reinhold
86078c7b55
disable settings while tests are running
2025-03-26 23:16:10 +01:00