Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
134 commits
Select commit Hold shift + click to select a range
35fe467
fix: preserve original package.json indent when upgrading
y-hsgw Aug 16, 2025
42f1325
feat: add getIndent helper to safely detect package.json indent with …
y-hsgw Aug 18, 2025
8e1218d
Merge branch 'storybookjs:next' into fix/upgrade-package-json-indent
y-hsgw Aug 20, 2025
dae4212
feat: Add indent detection for package.json and update PackageJson ty…
y-hsgw Aug 21, 2025
47851a0
Merge branch 'next' of https://github.com/y-hsgw/storybook into fix/u…
y-hsgw Sep 30, 2025
e05cdf8
fix: lint errors
y-hsgw Sep 30, 2025
cd925df
test: resolve failing tests
y-hsgw Sep 30, 2025
087f6e0
Refactor ESLint configuration to use 'import-x' plugin, updating rule…
sakit0 Nov 20, 2025
6adbf39
fix lint
sakit0 Nov 20, 2025
4f8da20
Merge branch 'next' into fix-eslint-plugin-import
sakit0 Nov 20, 2025
fb764ab
remove kiro files
JReinhold Nov 28, 2025
0e3cdf6
modify copilot instructions to match new nx+sandbox setup
JReinhold Nov 28, 2025
2bea5ff
add copilot setup steps
JReinhold Nov 28, 2025
c6b3e0b
default permissions
JReinhold Nov 28, 2025
5e3e8c3
Merge branch 'next' into jeppe/improve-copilot
JReinhold Nov 28, 2025
a75504b
try with low permissions again
JReinhold Nov 28, 2025
5518bf1
Merge branch 'next' of https://github.com/y-hsgw/storybook into fix/u…
y-hsgw Dec 1, 2025
cb5b9cd
Simplify @emotion/react module augmentation
mrginglymus Dec 1, 2025
cbfe150
Remove cleanup of Yarn berry directory in generator script
yannbf Dec 3, 2025
beda955
Merge branch 'next' into jeppe/improve-copilot
JReinhold Dec 8, 2025
8f998d1
UI: Ensure consistent right padding in TreeNode
Sidnioulz Dec 10, 2025
3830ed0
refactor: Use a local constant instead of Symbol.for for the shared i…
y-hsgw Dec 10, 2025
dd0989b
chore: add comment
y-hsgw Dec 10, 2025
a5da708
refactor: Use a local indent symbol type while keeping PackageJson st…
y-hsgw Dec 10, 2025
e0d828a
Merge branch 'next' into fix/upgrade-package-json-indent
y-hsgw Dec 10, 2025
680c868
Merge branch 'next' into yann/do-not-remove-yarn-dir
yannbf Dec 11, 2025
e9cb546
Added disable feature for intercations.
jeevikar14 Dec 15, 2025
7527728
fix: resolve TypeScript errors in interactions disable feature
jeevikar14 Dec 15, 2025
b59c127
Reorder accessibility testing annotations in docs
EC-9624 Dec 16, 2025
7d9ca10
Merge branch 'next' into fix/interactions-disable-parameter
jeevikar14 Dec 16, 2025
55be007
CI: Make missing manual testing section a CI failure
Sidnioulz Dec 12, 2025
c1cf8b3
refactor: extract disable logic for proper unit testing
jeevikar14 Dec 16, 2025
5ff27ce
Add type definition for PagePropsAndCustomArgs
matthijsgroen Dec 16, 2025
345e3cc
fix: prettier formatting
jeevikar14 Dec 17, 2025
ec0c3ea
Merge branch 'next' into fix/interactions-disable-parameter
jeevikar14 Dec 17, 2025
1f4668c
UI: Prevent primary story from duplicating anchor ID
Sidnioulz Dec 17, 2025
74b8286
refactor manifest generator to an extensible manifests preset property
JReinhold Dec 18, 2025
3bc9636
fix generator tests
JReinhold Dec 18, 2025
0f9efe0
lint fix
JReinhold Dec 18, 2025
cfa3000
Merge branch 'jeppe/custom-indexer-importpath' into jeppe/manifests-p…
JReinhold Dec 18, 2025
e3b32da
cleanup
JReinhold Dec 18, 2025
5d1e8a9
split manifest generator into helper functions for readability
JReinhold Dec 18, 2025
edbb117
Merge branch 'jeppe/manifests-preset-property' of github.com:storyboo…
JReinhold Dec 18, 2025
a088750
Merge branch 'next' into fix/interactions-disable-parameter
jeevikar14 Dec 18, 2025
100f2fc
fix react size regression, upgrade es-toolkit, enforce use of sub-exp…
JReinhold Dec 19, 2025
081c88c
Merge branch 'jeppe/custom-indexer-importpath' into jeppe/manifests-p…
JReinhold Dec 19, 2025
13ad5be
Merge branch 'next' into jeppe/manifests-preset-property
JReinhold Dec 19, 2025
0e95f1e
UI: Fix React error 300 on some addons
Sidnioulz Dec 17, 2025
d4eabae
Interactions: Fix state reset bug when switching stories with date mocks
Sidnioulz Dec 17, 2025
aef650d
Interactions: Clarify purpose of render id checks
Sidnioulz Dec 19, 2025
ce8e6b9
type manifest content as unknown
JReinhold Dec 19, 2025
d02c83f
Docs: Update E2E tests related to anchors
Sidnioulz Dec 19, 2025
aadbe2c
add 'manifest' tag to all index entries by default, experimental_mani…
JReinhold Dec 19, 2025
b5e19b7
Merge branch 'next' into fix/interactions-disable-parameter
jeevikar14 Dec 19, 2025
d15ebf1
Merge branch 'next' into fix/interactions-disable-parameter
jeevikar14 Dec 21, 2025
536e16f
Merge pull request #33266 from storybookjs/yann/do-not-remove-yarn-dir
yannbf Dec 22, 2025
9ac5d2c
Merge branch 'next' into jeppe/manifests-preset-property
JReinhold Dec 22, 2025
1cd80ec
Merge pull request #33392 from storybookjs/jeppe/manifests-preset-pro…
JReinhold Dec 22, 2025
0a2ee42
fix tests
JReinhold Dec 22, 2025
22c240e
improve manifest extraction perf
JReinhold Dec 22, 2025
6d43e7a
add manifest tag to all snapshots
JReinhold Dec 22, 2025
bf4d342
correct tsdk location after monorepo code&script merge in vscode sett…
ndelangen Dec 22, 2025
13ffe17
remove unneeded array notation
ndelangen Dec 22, 2025
b722e8d
add aliases for theming in main storybook
ndelangen Dec 22, 2025
a58fb91
Merge pull request #33345 from storybookjs/sidnioulz/dx-mandatory-man…
ndelangen Dec 22, 2025
7cf9818
Merge branch 'next' into fix/interactions-disable-parameter
ndelangen Dec 22, 2025
a57d9a9
Merge pull request #33322 from storybookjs/sidnioulz/fix-treenode-layout
ghengeveld Dec 22, 2025
14c61ea
Merge pull request #33381 from storybookjs/sidnioulz/issue-33352
ghengeveld Dec 22, 2025
b6b9160
Merge pull request #33388 from storybookjs/sidnioulz/issue-32834
ghengeveld Dec 22, 2025
f2cabdc
fix: import with js extension for ESM compat
yue4u Dec 22, 2025
d991354
upgrades of deps
ndelangen Dec 22, 2025
05f5c3b
no symlinking on CI, as persisting that is somewhat broken
ndelangen Dec 22, 2025
ae44277
run start tasks automatically on CI
ndelangen Dec 22, 2025
6965ca3
remove unused chromatic settings properties
ndelangen Dec 22, 2025
76f87c2
add noEmit to tsconfig becaue we never use tsc to compile
ndelangen Dec 22, 2025
c7bd319
improve type safety of knip config file
ndelangen Dec 22, 2025
c9a5c7c
deal wth execa upgrade
ndelangen Dec 22, 2025
028466c
disable ember sandbox
ndelangen Dec 22, 2025
162a033
linting changes
ndelangen Dec 22, 2025
de1fdd7
Merge branch 'next' into norbert/version-bumps-dec-2025
ndelangen Dec 22, 2025
91f6b6d
Treat canceled animations as finished, just the same as successful ones
bryan-codaio Sep 4, 2025
383f452
Apply suggestion from @Sidnioulz
Sidnioulz Dec 22, 2025
27ae68c
make build storybook separate step in Ci
ndelangen Dec 22, 2025
04311c9
bigger job for compile
ndelangen Dec 22, 2025
6da5d5d
Update dependencies in yarn.lock to latest versions for @volar/langua…
ndelangen Dec 22, 2025
1eb292d
Upgrade execa dependency to version 9.6.1 across multiple package.jso…
ndelangen Dec 22, 2025
73acb20
Merge branch 'next' of github.com:storybookjs/storybook into jeppe/im…
JReinhold Dec 22, 2025
1d3f03d
fix yarn task instructions
JReinhold Dec 22, 2025
223f249
Merge branch 'jeppe/improve-copilot' of github.com:storybookjs/storyb…
JReinhold Dec 22, 2025
07dc062
Merge pull request #33231 from storybookjs/jeppe/improve-copilot
JReinhold Dec 22, 2025
0fcdf47
Merge pull request #33406 from storybookjs/jeppe/support-manifest-tag…
JReinhold Dec 22, 2025
97b18c5
Merge branch 'next' into pr/sakit0/33105
ndelangen Dec 22, 2025
91a354b
Update dependencies in yarn.lock: replace eslint-plugin-import with e…
ndelangen Dec 22, 2025
5546347
Merge branch 'next' into fix/upgrade-package-json-indent
ndelangen Dec 22, 2025
56264cd
Merge branch 'next' into no-theme-shim
ndelangen Dec 22, 2025
c4f75cb
Merge pull request #33105 from sakit0/fix-eslint-plugin-import
ndelangen Dec 22, 2025
fcf049b
Merge branch 'next' into fix/interactions-disable-parameter
jeevikar14 Dec 23, 2025
821b832
Merge pull request #33250 from mrginglymus/no-theme-shim
ndelangen Dec 23, 2025
89a7f09
Merge branch 'next' into fix/upgrade-package-json-indent
ndelangen Dec 23, 2025
8542def
add fallback for detecting vitest version in postinstall
ndelangen Dec 23, 2025
db3c48c
fix the underlying problem with `findInstallations`
ndelangen Dec 23, 2025
7986919
Consistently use 'disableSnapshot' rather than 'disable' for Chromati…
ghengeveld Dec 23, 2025
46a1b1c
Merge branch 'next' into fix/interactions-disable-parameter
jeevikar14 Dec 23, 2025
b83b026
ensure the version range is coerced into a raw version
ndelangen Dec 23, 2025
25bd643
Merge branch 'next' into patch-1
jonniebigodes Dec 23, 2025
3e34a28
Merge pull request #33370 from EC-9624/patch-1
jonniebigodes Dec 23, 2025
faf138e
Merge branch 'next' into norbert/version-bumps-dec-2025
ndelangen Dec 23, 2025
5d6e9dc
Update yarn.lock: refine version specifications for @typescript-eslin…
ndelangen Dec 23, 2025
a3e17cb
Update dependencies: bump camelcase to version 9.0.0 and diff to vers…
ndelangen Dec 23, 2025
2d8ba9c
Update watchpack dependency to version 2.5.0 in package.json and yarn…
ndelangen Dec 23, 2025
f87137f
Update CircleCI configuration to use 'xlarge' executor class for chec…
ndelangen Dec 23, 2025
cba2a44
Update @happy-dom/global-registrator to version 20.0.11 in package.js…
ndelangen Dec 23, 2025
c4f665c
Update docs/_snippets/page-story-slots.md
matthijsgroen Dec 24, 2025
3510ad6
Merge pull request #32280 from y-hsgw/fix/upgrade-package-json-indent
ndelangen Dec 24, 2025
edaf213
Merge branch 'next' into sidnioulz/issue-33363
ndelangen Dec 24, 2025
8ba1e44
fix incorrectly picked changes
ndelangen Dec 24, 2025
6482a7e
Merge branch 'next' into norbert/version-bumps-dec-2025
ndelangen Dec 24, 2025
7b4dfcb
fix incorrectly picked changes, fix typos and apply review comments
ndelangen Dec 24, 2025
96d4d71
Merge pull request #33384 from storybookjs/sidnioulz/issue-33363
ndelangen Dec 24, 2025
bc8fcc3
Merge pull request #33412 from storybookjs/norbert/version-bumps-dec-…
ndelangen Dec 24, 2025
2a7ae11
Merge pull request #33415 from storybookjs/norbert/vitest-version-det…
ndelangen Dec 24, 2025
1d3abf5
Merge branch 'next' into fix-animation-abort
ndelangen Dec 24, 2025
b3531d7
Remove try/catch in favor of allSettled()
bryan-codaio Dec 24, 2025
aff14e5
Merge pull request #32401 from bawjensen/fix-animation-abort
ndelangen Dec 24, 2025
415d8e4
Merge branch 'next' into fix/interactions-disable-parameter
jeevikar14 Dec 25, 2025
00a3594
Apply code review suggestion
matthijsgroen Dec 26, 2025
15c1361
Merge branch 'next' into patch-1
jonniebigodes Dec 26, 2025
39067a6
Merge pull request #33378 from matthijsgroen/patch-1
jonniebigodes Dec 26, 2025
652efe3
Merge branch 'next' into fix/interactions-disable-parameter
jeevikar14 Dec 27, 2025
3d036b5
Merge pull request #33368 from jeevikar14/fix/interactions-disable-pa…
ndelangen Dec 29, 2025
0e92e0c
Merge pull request #33380 from lab-yue/fix-next-package-esm-compat
ndelangen Dec 29, 2025
1cba4d8
Merge branch 'next' into chromatic-disableSnapshots-param
ndelangen Dec 29, 2025
e155919
Merge pull request #33417 from storybookjs/chromatic-disableSnapshots…
ndelangen Dec 29, 2025
5e10b78
Write changelog for 10.2.0-alpha.10 [skip ci]
storybook-bot Dec 29, 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
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
template: $(yarn get-template --cadence << pipeline.parameters.workflow >> --task bench)
build:
executor:
class: large
class: xlarge
name: sb_node_22_classic
steps:
- git-shallow-clone/checkout_advanced:
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
root: /tmp
check:
executor:
class: large
class: xlarge
name: sb_node_22_classic
steps:
- git-shallow-clone/checkout_advanced:
Expand Down Expand Up @@ -299,6 +299,10 @@ jobs:
- checkout
- attach_workspace:
at: /tmp
- run:
command: yarn storybook:ui:build
name: Build Storybook
working_directory: code
- run:
command: yarn storybook:ui:chromatic
name: Running Chromatic
Expand Down
2 changes: 1 addition & 1 deletion .circleci/src/jobs/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
executor:
class: large
class: xlarge
name: sb_node_22_classic

steps:
Expand Down
2 changes: 1 addition & 1 deletion .circleci/src/jobs/check.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
executor:
class: large
class: xlarge
name: sb_node_22_classic

steps:
Expand Down
4 changes: 4 additions & 0 deletions .circleci/src/jobs/chromatic-internal-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ steps:
- checkout
- attach_workspace:
at: /tmp
- run:
name: Build Storybook
command: yarn storybook:ui:build
working_directory: code
- run:
name: Running Chromatic
command: yarn storybook:ui:chromatic
Expand Down
3 changes: 2 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ Thank you for contributing to Storybook! Please submit all PRs to the `next` bra

#### Manual testing

_This section is mandatory for all contributions. If you believe no manual test is necessary, please state so explicitly. Thanks!_
> [!CAUTION]
> This section is mandatory for all contributions. If you believe no manual test is necessary, please state so explicitly. Thanks!

<!-- Please include the steps to test your changes here. For example:

Expand Down
Loading