Skip to content
Merged
Changes from 4 commits
Commits
Show all changes
75 commits
Select commit Hold shift + click to select a range
e475aa6
Support Vitest 4
valentinpalkovic Oct 1, 2025
aafcca2
Update Vitest dependencies to version 4.0.0-beta.16 and adjust config…
valentinpalkovic Oct 6, 2025
3fe7f6d
Remove 'vitest' and 'playwright' from extra dependencies in sandbox t…
valentinpalkovic Oct 6, 2025
3a0d302
Revert this commit
valentinpalkovic Oct 6, 2025
2deac90
Update yarn.lock
valentinpalkovic Oct 8, 2025
025c031
Merge remote-tracking branch 'origin/next' into valentin/vitest-4-sup…
valentinpalkovic Oct 8, 2025
3bd59fc
Update peer dependencies in vitest package.json to include beta versions
valentinpalkovic Oct 8, 2025
9ed6fb8
Update yarn.lock
valentinpalkovic Oct 8, 2025
0d0ec4c
Update Vitest test configuration to enable headless Chromium instance…
valentinpalkovic Oct 8, 2025
c7a2581
Enhance VitestManager to support module invalidation for server, vite…
valentinpalkovic Oct 8, 2025
6cde856
Introduce e2e-ui-vitest-3
valentinpalkovic Oct 9, 2025
b9813a9
Update react kitchen-sink to use Vitest 4
valentinpalkovic Oct 9, 2025
081a13e
Update svelte kitchen-sink to use Vitest 4
valentinpalkovic Oct 9, 2025
0fbf790
Fix CI
valentinpalkovic Oct 9, 2025
6f7cc98
Update yarn.lock
valentinpalkovic Oct 9, 2025
05d5730
Downgrade to Vitest 3
valentinpalkovic Oct 9, 2025
39bf328
Update CircleCI config to include e2e-ui-vitest3
valentinpalkovic Oct 9, 2025
5198b80
Fix CI config
valentinpalkovic Oct 9, 2025
6455a9a
fix parallelism
yannbf Oct 9, 2025
7d3caab
Revert "Revert this commit"
valentinpalkovic Oct 10, 2025
27c8a10
Update postinstall.ts to adjust Vitest version checks for future stab…
valentinpalkovic Oct 10, 2025
c5ee382
CSF: Fix play-fn tag for methods
shilman Oct 10, 2025
4d3e813
Add mount support for play method
shilman Oct 13, 2025
a5a8e12
Core: Add preview-first-load telemetry
shilman Oct 20, 2025
2e26906
Ensure imports only from lazy-syntaxhighlighter
mrginglymus Oct 20, 2025
cd0f3cf
Add render method with args test
shilman Oct 21, 2025
c89f490
Merge branch 'next' into shilman/32687-play-method
shilman Oct 21, 2025
ef45941
Merge branch 'next' into no-syntax-highlighter-barrel
ndelangen Oct 21, 2025
2ff2239
Fix typo in copyToClipboard function name in syntaxhighlighter component
ndelangen Oct 21, 2025
61894dc
Refactor copyToClipboard function in syntaxhighlighter component to u…
ndelangen Oct 21, 2025
beddf9d
Merge pull request #32776 from mrginglymus/no-syntax-highlighter-barrel
ndelangen Oct 21, 2025
b51732d
Merge pull request #32695 from storybookjs/shilman/32687-play-method
yannbf Oct 21, 2025
a0e3884
Merge branch 'next-release' into next
storybook-bot Oct 21, 2025
abe65df
Add Next 16 support
yannbf Oct 22, 2025
57db728
update parallelism count and circle ci config
yannbf Oct 22, 2025
068002a
update config
yannbf Oct 22, 2025
01dd0e2
Temporarily enable sandbox generation for this branch
yannbf Oct 22, 2025
c959373
Revert "Temporarily enable sandbox generation for this branch"
yannbf Oct 22, 2025
807a540
fix story path
yannbf Oct 22, 2025
a5af230
Log the userAgent
shilman Oct 22, 2025
d45a7f9
Parallelize saveToCache with sending telemetry
shilman Oct 22, 2025
9f2733d
Fix event cache handling
shilman Oct 22, 2025
aa8a708
broaden version range of nextjs
ndelangen Oct 22, 2025
521dd1d
update nextjs plugin canary
yannbf Oct 22, 2025
e1a8c5b
Merge remote-tracking branch 'origin/next' into valentin/vitest-4-sup…
valentinpalkovic Oct 23, 2025
44d087b
Update postInstall logic to refine Vitest version checks and template…
valentinpalkovic Oct 23, 2025
2d33f0e
Use latest Vitest 4 version
valentinpalkovic Oct 23, 2025
4166979
Remove ARCHITECTURE.md
valentinpalkovic Oct 23, 2025
8ae696f
Update Vitest dependencies to stable version 4.0.0
valentinpalkovic Oct 23, 2025
16b602e
Import createElement without importing everything else
mrginglymus Oct 23, 2025
130fdda
Fix processTimeoutCauses handling in StorybookReporter for Vitest com…
valentinpalkovic Oct 23, 2025
723d702
update canary
yannbf Oct 23, 2025
c49e6be
Merge branch 'yann/support-next-16' into valentin/vitest-4-support
ndelangen Oct 23, 2025
cf82546
empty lockfiles
ndelangen Oct 23, 2025
37234bc
Docs: Adjust mocking modules
jonniebigodes Oct 23, 2025
f472ebf
Merge branch 'next' into docs_fix_mocking_modules
jonniebigodes Oct 23, 2025
b68fa4a
Merge pull request #32808 from storybookjs/docs_fix_mocking_modules
jonniebigodes Oct 23, 2025
4dbc457
Migration: Add note about file URLs in SB10
shilman Oct 23, 2025
1ef78b6
Merge branch 'next' into yann/support-next-16
ndelangen Oct 23, 2025
a0ceb4e
Merge pull request #32791 from storybookjs/yann/support-next-16
yannbf Oct 24, 2025
5959511
Reduce parallelism for e2e-dev workflow from 29 to 28 in CircleCI con…
ndelangen Oct 24, 2025
d4916d1
Update vite-plugin-storybook-nextjs to version 3.0.0 in package.json …
ndelangen Oct 24, 2025
2b03ce3
skip e2e on next 14 sandbox
yannbf Oct 24, 2025
48a5a18
Merge pull request #32819 from storybookjs/valentin/vitest-v4-support-2
ndelangen Oct 24, 2025
93c3215
Merge branch 'next' into norbert/bump-vite-plugin-storybook-nextjs
yannbf Oct 24, 2025
4a4b43c
Merge pull request #32821 from storybookjs/norbert/bump-vite-plugin-s…
yannbf Oct 24, 2025
44d650a
Merge branch 'next' into shilman/preview-first-load
yannbf Oct 24, 2025
4ffbcf0
Update MIGRATION.md
ndelangen Oct 24, 2025
a85170e
Merge branch 'next' into shilman/add-file-url-migration-note
ndelangen Oct 24, 2025
8f41d5d
Merge branch 'next' into optimise-react-syntax-highlighter
ndelangen Oct 24, 2025
44fa404
Merge pull request #32800 from mrginglymus/optimise-react-syntax-high…
ndelangen Oct 24, 2025
8fc92dd
Update CHANGELOG.md for v9.1.14 [skip ci]
storybook-bot Oct 24, 2025
bd7e6da
Merge pull request #32815 from storybookjs/shilman/add-file-url-migra…
yannbf Oct 24, 2025
124987d
Merge pull request #32770 from storybookjs/shilman/preview-first-load
yannbf Oct 24, 2025
19b80f0
Write changelog for 10.0.0-rc.1 [skip ci]
storybook-bot Oct 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,32 @@ export default {
};
```

When adding managerEntries, ensure you resolve a path, you may need to convert it from a URL:

For example:

```ts
// main.ts
export default {
managerEntries(entry = []) {
return [...entry, require.resolve("./iframe.js")];
},
};
```

Would become:

```ts
// main.ts
import { fileURLToPath } from "node:url";

export default {
managerEntries(entry = []) {
return [...entry, fileURLToPath(import.meta.resolve("./iframe.js"))];
},
};
```

#### The `.storybook/main.*` file and other presets must be valid ESM

Storybook will load the `.storybook/main.*` file and any custom preset files as ESM files.
Expand Down
Loading