Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
4cbe225
fix(docs): fix syntax error when parse object-form code snippets with…
ia319 Nov 6, 2025
4d5e94b
Merge branch 'next' into bug/32951-source-transform-error
ia319 Nov 6, 2025
cac2ba8
Remove external action from Github pages documentation
sekeidesign Nov 6, 2025
77feb01
Fix typos and improve comments in GitHub Action
sekeidesign Nov 6, 2025
b562180
Merge branch 'next' into patch-1
sekeidesign Nov 10, 2025
7ec05ad
Merge branch 'next' into patch-1
jonniebigodes Nov 18, 2025
cc19677
Fix controls displaying as object instead of select for optional unio…
tanujbhaud Nov 27, 2025
e5644ea
Merge branch 'next' into bug/32951-source-transform-error
ia319 Dec 2, 2025
b609db6
revert source wrapping and suppress Prettier errors in autodocs
ia319 Dec 2, 2025
1fafd35
UI: Fix close button on popovers with controlled state
Sidnioulz Dec 3, 2025
b5d1354
UI: Fix incorrect aria markup for long ArgValue summaries
Sidnioulz Dec 3, 2025
6da6931
UI: Fix broken tooltip in ArgValue details
Sidnioulz Dec 3, 2025
6a920e5
refactor: Rename story for consistency
Sidnioulz Dec 3, 2025
37e4266
Ensure reset item only appears in globals toolbar when specified
mrginglymus Dec 4, 2025
bb9681a
UI: Make ArgValue summary button more robust
Sidnioulz Dec 5, 2025
3c02ed8
Merge branch 'next' into sidnioulz/issue-33248
Sidnioulz Dec 5, 2025
5862706
UI: Ensure ArgValue Func button is actually a button
Sidnioulz Dec 5, 2025
2dc5fa9
UI: Align summary styling with default button styling
Sidnioulz Dec 5, 2025
691632d
UI: Make vertical alignment of TestStatusIcon more robust
Sidnioulz Dec 8, 2025
d3b4545
Fix type errors and linting issues in optional union enum handling
tanujbhaud Dec 8, 2025
ba1691e
Merge branch 'next' into fix/controls-optional-union-enum
tanujbhaud Dec 8, 2025
d837343
Fix TypeScript type errors: add TSLiteralType with value property
tanujbhaud Dec 8, 2025
eb8ee2c
Merge branch 'storybookjs:next' into patch-1
sekeidesign Dec 8, 2025
a3cfa0b
Remove env variables
sekeidesign Dec 8, 2025
1d419de
Add vite to devDependencies if it isn't installed yet
ghengeveld Dec 9, 2025
d5540e0
Initial plan
Copilot Dec 9, 2025
6fdffd2
Fix unit tests for nextjs-to-nextjs-vite migration
Copilot Dec 9, 2025
24f576e
Extract vite version to constant and add clarifying comments
Copilot Dec 9, 2025
983f196
Export VITE_DEFAULT_VERSION constant and remove redundant mock
Copilot Dec 9, 2025
3461e40
Merge pull request #33318 from storybookjs/copilot/sub-pr-33316
valentinpalkovic Dec 9, 2025
c79af92
Merge branch 'bug/32951-source-transform-error' of https://github.com…
ia319 Dec 10, 2025
324b069
Merge branch 'next' into bug/32951-source-transform-error
ia319 Dec 10, 2025
53a9799
Merge pull request #32963 from ia319/bug/32951-source-transform-error
valentinpalkovic Dec 10, 2025
df61600
Initial plan
Copilot Dec 10, 2025
9c70c31
Fix type error: change undefined to null in getDependencyVersion mock
Copilot Dec 10, 2025
bb47faf
Merge pull request #33321 from storybookjs/copilot/sub-pr-33316
valentinpalkovic Dec 10, 2025
ed3ace5
Merge branch 'next-release' into next
storybook-bot Dec 10, 2025
6127326
Update CHANGELOG.md for v10.1.6 [skip ci]
storybook-bot Dec 10, 2025
677bc88
Normalise global toolbar reset value to undefined
Sidnioulz Dec 10, 2025
b21d8fe
Docs: Add tests for long enum/func control descriptions
Sidnioulz Dec 10, 2025
c79e8f4
Docs: Add missing copyEvent on a create command
Sidnioulz Dec 10, 2025
b9a48c6
Docs: Fix incorrect links in the migration guide
jonniebigodes Dec 10, 2025
7332a39
Add codemod to the docs and remove docs reference
jonniebigodes Dec 10, 2025
f472a62
Fix formatting
jonniebigodes Dec 10, 2025
023ee26
Controls: Force object control JSON mode to reset
Sidnioulz Dec 10, 2025
dd4d6d1
Remove duplicated sentence
jonniebigodes Dec 10, 2025
39d842d
Grammar fixes
jonniebigodes Dec 10, 2025
1f0e751
Merge pull request #33328 from storybookjs/docs_fix_monorepo_broken_l…
jonniebigodes Dec 10, 2025
17e3369
Merge branch 'next' into fix/controls-optional-union-enum
Sidnioulz Dec 10, 2025
17f09da
Merge branch 'next' into patch-1
jonniebigodes Dec 10, 2025
aaae5ca
Merge pull request #32974 from sekeidesign/patch-1
jonniebigodes Dec 10, 2025
d15032f
Merge pull request #33324 from storybookjs/sidnioulz/instrument-more-…
valentinpalkovic Dec 10, 2025
63585ce
Merge pull request #33330 from storybookjs/sidnioulz/issue-24316
valentinpalkovic Dec 10, 2025
cfe4488
Merge pull request #33316 from storybookjs/nextjs-vite-automigration-…
valentinpalkovic Dec 10, 2025
7cd8fe8
Merge pull request #33305 from storybookjs/sidnioulz/issue-31719
valentinpalkovic Dec 10, 2025
8b278b0
Merge pull request #33200 from tanujbhaud/fix/controls-optional-union…
valentinpalkovic Dec 10, 2025
08d73d9
Merge pull request #33264 from storybookjs/sidnioulz/issue-33248
valentinpalkovic Dec 10, 2025
bfd821e
Merge pull request #33276 from mrginglymus/fix-globals-reset
valentinpalkovic Dec 10, 2025
9932826
Write changelog for 10.2.0-alpha.6 [skip ci]
storybook-bot Dec 10, 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
Prev Previous commit
Next Next commit
Docs: Fix incorrect links in the migration guide
  • Loading branch information
jonniebigodes committed Dec 10, 2025
commit b9a48c6d0d0923c90cb61b9afcdc74fe71aa17e2
Loading