Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: Prerelease 8.0.0-alpha.11 #25597

Merged
merged 112 commits into from
Jan 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
112 commits
Select commit Hold shift + click to select a range
9a7bb90
Remove cached NgModules and introduce a global lock during bootstrapping
Marklb Nov 25, 2023
1d42da9
Add tests and make bootstrapLock more generic
Marklb Nov 30, 2023
146178d
Merge branch 'next' into marklb/fix-multi-ng-app-rendering
Marklb Nov 30, 2023
3e338db
Merge remote-tracking branch 'origin/next' into pr/Marklb/24982
valentinpalkovic Dec 1, 2023
37e29e4
Use a queue instead of loops and timeouts
valentinpalkovic Dec 1, 2023
d14ad85
Reset compiled components after bootstrapping
valentinpalkovic Dec 1, 2023
043637c
Merge branch 'next' into marklb/fix-multi-ng-app-rendering
Marklb Dec 2, 2023
f729eb8
Update test and names to refer to "queue" instead of "lock"
Marklb Dec 2, 2023
29ab192
Reset compiled components before bootstraping
valentinpalkovic Dec 4, 2023
5600238
Merge branch 'next' into marklb/fix-multi-ng-app-rendering
valentinpalkovic Dec 6, 2023
326c9c0
Merge branch 'next' into marklb/fix-multi-ng-app-rendering
valentinpalkovic Dec 11, 2023
ece4613
Merge branch 'next' into marklb/fix-multi-ng-app-rendering
Marklb Dec 12, 2023
ce32d79
Merge branch 'next' into marklb/fix-multi-ng-app-rendering
Marklb Dec 12, 2023
32c4019
Merge branch 'next' into marklb/fix-multi-ng-app-rendering
valentinpalkovic Dec 19, 2023
cd968bb
Merge branch 'next' into marklb/fix-multi-ng-app-rendering
Marklb Dec 28, 2023
f71ca84
Migrate tests to vitest
Marklb Dec 28, 2023
f76c5ad
Remoe `key` from addon render docs
reyronald Jan 9, 2024
8a7c1a3
mdx
reyronald Jan 9, 2024
c5d86fa
Make export-order-loader compatible with both es and cjs
mlazari Jan 9, 2024
5d5a897
Update wait-on command to use TCP instead of HTTP
valentinpalkovic Jan 10, 2024
77e8797
Refactor export-order-loader
valentinpalkovic Jan 10, 2024
8193242
Update stringify options in codebase
valentinpalkovic Jan 11, 2024
595c32d
Replace @storybook/jest by @storybook/test
valentinpalkovic Jan 12, 2024
9f9b07a
Merge branch 'next' into valentin/replace-storybook-jest-by-test
valentinpalkovic Jan 12, 2024
6115564
Update yarn.lock
valentinpalkovic Jan 12, 2024
839c241
Parameters: Remove passArgsFirst flag
valentinpalkovic Jan 12, 2024
2e9a3bb
Add vitest imports where necessary
valentinpalkovic Jan 12, 2024
e04726f
Update Menu.tsx
cdedreuille Jan 12, 2024
a365af4
Merge branch 'next' into charles-fix-menu-icon-sidebar
cdedreuille Jan 12, 2024
eae48d1
Merge branch 'next' into charles-fix-menu-icon-sidebar
cdedreuille Jan 12, 2024
dc70b24
Merge branch 'charles-fix-menu-icon-sidebar' of https://github.com/st…
cdedreuille Jan 12, 2024
4e2aa4c
ConfigFile: Fix export specifiers
shilman Jan 13, 2024
4ba3a69
WIP refactor RSC out of Next and into React
shilman Jan 13, 2024
6452ff8
React: Fix RSC preset
shilman Jan 13, 2024
337ab52
Fix formatting
shilman Jan 13, 2024
2aa910f
Merge branch 'next' into valentin/remove-pass-args-first
valentinpalkovic Jan 15, 2024
d625477
Merge branch 'next' into valentin/replace-storybook-jest-by-test
valentinpalkovic Jan 15, 2024
58ed63b
Linting
valentinpalkovic Jan 15, 2024
2757968
Linting
valentinpalkovic Jan 15, 2024
a4ebf57
Merge branch 'next' into marklb/fix-multi-ng-app-rendering
valentinpalkovic Jan 15, 2024
352c00a
Merge branch 'next' into charles-fix-menu-icon-sidebar
valentinpalkovic Jan 15, 2024
547b3a4
Merge remote-tracking branch 'origin/next' into valentin/remove-pass-…
valentinpalkovic Jan 15, 2024
f503bc9
Fix tests
valentinpalkovic Jan 15, 2024
e5ddd2b
add temporary log to test released canary
JReinhold Jan 15, 2024
579fbff
add sandbox and upgrade commands to canary PR description
JReinhold Jan 15, 2024
7813402
Do not install @storybook/jest in sandboxes
valentinpalkovic Jan 15, 2024
06d6098
Merge pull request #25587 from storybookjs/charles-fix-menu-icon-sidebar
valentinpalkovic Jan 15, 2024
52931d1
Merge branch 'next-release' into next
storybook-bot Jan 15, 2024
8cc1d71
Merge pull request #25584 from storybookjs/valentin/replace-storybook…
valentinpalkovic Jan 15, 2024
8f662b4
support canary versions in upgrade command
JReinhold Jan 15, 2024
dc893dc
Merge branch 'next' into jeppe/versioned-canary-sandbox
JReinhold Jan 15, 2024
d147f1e
Merge branch 'jeppe/versioned-canary-sandbox' of github.com:storybook…
JReinhold Jan 15, 2024
ccd9740
dont add tilde to canary versions
JReinhold Jan 15, 2024
947cbef
tilde -> caret
JReinhold Jan 15, 2024
d9a017f
update lock file
JReinhold Jan 15, 2024
198b25c
remove temporary console.log
JReinhold Jan 15, 2024
c5c57f2
Update linter to be local
kasperpeulen Jan 15, 2024
d3f2bec
fix cli versioning for sandbox
ndelangen Jan 15, 2024
b7c615e
Merge branch 'next' into norbert/fix-cli-sandbox-versioning
ndelangen Jan 15, 2024
4f940c1
fix lockfile
ndelangen Jan 15, 2024
4997513
Add prettier also to the root
kasperpeulen Jan 15, 2024
021c101
Apply updated eslint rules
kasperpeulen Jan 15, 2024
33cfa64
ensure single version of monorepo packages
ndelangen Jan 15, 2024
37e3af1
Merge remote-tracking branch 'origin/next' into valentin/remove-pass-…
valentinpalkovic Jan 15, 2024
d0cb0b3
Merge pull request #25599 from storybookjs/jeppe/fix-lock
kasperpeulen Jan 15, 2024
7bb384b
Update yarn.lock
valentinpalkovic Jan 15, 2024
48539e8
Merge pull request #25564 from storybookjs/valentin/set-allow-functio…
valentinpalkovic Jan 15, 2024
9f67fca
Merge pull request #25585 from storybookjs/valentin/remove-pass-args-…
valentinpalkovic Jan 15, 2024
036235b
simplify isCanary
JReinhold Jan 15, 2024
1c639e4
Merge branch 'next' into norbert/fix-cli-sandbox-versioning
ndelangen Jan 15, 2024
feeba6f
Merge branch 'next' into jeppe/versioned-canary-sandbox
JReinhold Jan 15, 2024
f091347
Merge pull request #25596 from storybookjs/jeppe/versioned-canary-san…
JReinhold Jan 15, 2024
c897845
init when download-dir = before-storybook
ndelangen Jan 15, 2024
8176bee
Use v4.0.0 of eslint packages
kasperpeulen Jan 15, 2024
7abbd42
Remove deprecated `config` preset and update `previewAnnotations`
valentinpalkovic Jan 15, 2024
46646bf
Merge branch 'next' into shilman/fix-configfile-export-specifier
shilman Jan 16, 2024
a53c320
CSF-tools: Optimize storySort handling
shilman Jan 16, 2024
8bdf1e7
Merge branch 'next' into shilman/refactor-client-rsc
shilman Jan 16, 2024
57da5d3
Merge pull request #25600 from storybookjs/norbert/fix-cli-sandbox-ve…
JReinhold Jan 16, 2024
167ce75
Remove unused import
valentinpalkovic Jan 16, 2024
feb02f8
Pass jsConfig to Next.js SWC Loader and load Next.js config with default
valentinpalkovic Dec 12, 2023
98cdbf9
Activate Next.js 13 sandbox
valentinpalkovic Dec 12, 2023
d2e6f23
Fix generation of Next.js 13 sandbox
valentinpalkovic Dec 13, 2023
39660d6
Fix parallelism
valentinpalkovic Dec 27, 2023
cb97367
Merge pull request #25590 from storybookjs/shilman/fix-configfile-exp…
shilman Jan 16, 2024
fddbcff
Fix eslint in snapshots
kasperpeulen Jan 16, 2024
4f2c2fb
Merge remote-tracking branch 'origin/next' into kasper/update-linter
kasperpeulen Jan 16, 2024
19f9cc8
Merge pull request #25607 from storybookjs/valentin/remove-legacy-con…
valentinpalkovic Jan 16, 2024
ab3c990
Merge pull request #25203 from storybookjs/valentin/fix-tsconfig-not-…
valentinpalkovic Jan 16, 2024
f673d39
Remove not defined variable
kasperpeulen Jan 16, 2024
c003796
Remove unused ts-expect-error comment
valentinpalkovic Jan 16, 2024
99cb295
Merge pull request #25601 from storybookjs/kasper/update-linter
kasperpeulen Jan 16, 2024
dfb08da
Merge pull request #25540 from mlazari/next
valentinpalkovic Jan 16, 2024
d3aa65a
Merge branch 'next' into patch-2
jonniebigodes Jan 16, 2024
fddd249
Remove inDevelopment flag from internal webpack5-babel template
valentinpalkovic Jan 16, 2024
7c85f42
Merge pull request #25613 from storybookjs/valentin/activate-webpack5…
valentinpalkovic Jan 16, 2024
e95e2b9
Merge pull request #25541 from storybookjs/valentin/fix-wait-on-locally
valentinpalkovic Jan 16, 2024
f7d5d79
Merge remote-tracking branch 'origin/next' into pr/Marklb/24982
valentinpalkovic Jan 16, 2024
fc05211
Only add @storybook/theming to resolutions
kasperpeulen Jan 16, 2024
6c1c4d7
Merge pull request #25617 from storybookjs/kasper/remove-overrides
kasperpeulen Jan 16, 2024
1dbc19f
Merge branch 'next' into patch-2
jonniebigodes Jan 16, 2024
1915bbc
Merge pull request #25530 from reyronald/patch-2
jonniebigodes Jan 16, 2024
e94ad41
Fix flaky Angular tests
valentinpalkovic Jan 17, 2024
978024f
Docs: Fix migration note
valentinpalkovic Jan 17, 2024
f1552aa
Update CHANGELOG.md for v7.6.9 [skip ci]
storybook-bot Jan 17, 2024
793cea6
Refactor BootstrapQueue.ts to improve code execution order
valentinpalkovic Jan 17, 2024
9f52ab4
Merge pull request #24982 from Marklb/marklb/fix-multi-ng-app-rendering
valentinpalkovic Jan 17, 2024
b835b52
Merge branch 'next' into valentin/fix-migration-note
jonniebigodes Jan 17, 2024
db84ee5
Merge pull request #25623 from storybookjs/valentin/fix-migration-note
valentinpalkovic Jan 17, 2024
4f183a9
Fully switch to experimentalRSC
shilman Jan 16, 2024
7d7650f
Merge pull request #25591 from storybookjs/shilman/refactor-client-rsc
shilman Jan 17, 2024
0b25f8b
Write changelog for 8.0.0-alpha.11 [skip ci]
storybook-bot Jan 17, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
68 changes: 34 additions & 34 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ parameters:
workflow:
description: Which workflow to run
type: enum
enum: ['normal', 'merged', 'daily', 'skipped', 'docs']
default: 'skipped'
enum: ["normal", "merged", "daily", "skipped", "docs"]
default: "skipped"

executors:
sb_node_16_classic:
parameters:
class:
description: The Resource class
type: enum
enum: ['small', 'medium', 'medium+', 'large', 'xlarge']
default: 'small'
enum: ["small", "medium", "medium+", "large", "xlarge"]
default: "small"
working_directory: /tmp/storybook
docker:
- image: cimg/node:18.18.0
Expand All @@ -26,8 +26,8 @@ executors:
class:
description: The Resource class
type: enum
enum: ['small', 'medium', 'medium+', 'large', 'xlarge']
default: 'small'
enum: ["small", "medium", "medium+", "large", "xlarge"]
default: "small"
working_directory: /tmp/storybook
docker:
- image: cimg/node:18.18.0-browsers
Expand All @@ -39,8 +39,8 @@ executors:
class:
description: The Resource class
type: enum
enum: ['small', 'medium', 'medium+', 'large', 'xlarge']
default: 'small'
enum: ["small", "medium", "medium+", "large", "xlarge"]
default: "small"
working_directory: /tmp/storybook
docker:
- image: mcr.microsoft.com/playwright:v1.36.0-focal
Expand All @@ -56,7 +56,7 @@ orbs:

commands:
cancel-workflow-on-failure:
description: 'Cancels the entire workflow in case the previous step has failed'
description: "Cancels the entire workflow in case the previous step has failed"
steps:
- run:
name: Cancel current workflow
Expand All @@ -66,13 +66,13 @@ commands:
echo "To execute all checks locally, please run yarn ci-tests"
curl -X POST --header "Content-Type: application/json" "https://circleci.com/api/v2/workflow/${CIRCLE_WORKFLOW_ID}/cancel?circle-token=${WORKFLOW_CANCELER}"
report-workflow-on-failure:
description: 'Reports failures to discord'
description: "Reports failures to discord"
parameters:
template:
description: |
Which template to report in discord. Applicable for parallel sandbox jobs
type: string
default: 'none'
default: "none"
steps:
- run:
when: on_fail
Expand All @@ -88,7 +88,7 @@ jobs:
name: sb_node_16_classic
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
clone_options: "--depth 1 --verbose"
- restore_cache:
name: Restore Yarn cache
keys:
Expand All @@ -114,7 +114,7 @@ jobs:
name: sb_node_16_classic
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
clone_options: "--depth 1 --verbose"
- restore_cache:
name: Restore Yarn cache
keys:
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
name: sb_node_16_classic
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
clone_options: "--depth 1 --verbose"
- attach_workspace:
at: .
- run:
Expand All @@ -173,7 +173,7 @@ jobs:
name: sb_node_16_classic
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
clone_options: "--depth 1 --verbose"
- attach_workspace:
at: .
- run:
Expand All @@ -187,7 +187,7 @@ jobs:
executor: sb_node_16_browsers
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
clone_options: "--depth 1 --verbose"
- attach_workspace:
at: .
- run:
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
name: sb_node_16_browsers
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
clone_options: "--depth 1 --verbose"
- attach_workspace:
at: .
- run:
Expand All @@ -237,7 +237,7 @@ jobs:
name: sb_node_16_browsers
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
clone_options: "--depth 1 --verbose"
- attach_workspace:
at: .
- codecov/upload
Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
parallelism: << parameters.parallelism >>
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
clone_options: "--depth 1 --verbose"
- attach_workspace:
at: .
- run:
Expand All @@ -297,7 +297,7 @@ jobs:
parallelism: << parameters.parallelism >>
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
clone_options: "--depth 1 --verbose"
- attach_workspace:
at: .
- run:
Expand All @@ -317,7 +317,7 @@ jobs:
parallelism: << parameters.parallelism >>
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
clone_options: "--depth 1 --verbose"
- attach_workspace:
at: .
- run:
Expand Down Expand Up @@ -356,7 +356,7 @@ jobs:
parallelism: << parameters.parallelism >>
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
clone_options: "--depth 1 --verbose"
- attach_workspace:
at: .
- run:
Expand All @@ -376,7 +376,7 @@ jobs:
parallelism: << parameters.parallelism >>
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
clone_options: "--depth 1 --verbose"
- attach_workspace:
at: .
- run:
Expand Down Expand Up @@ -415,7 +415,7 @@ jobs:
parallelism: << parameters.parallelism >>
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
clone_options: "--depth 1 --verbose"
- attach_workspace:
at: .
- run:
Expand All @@ -438,7 +438,7 @@ jobs:
parallelism: << parameters.parallelism >>
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
clone_options: "--depth 1 --verbose"
- attach_workspace:
at: .
- run:
Expand All @@ -461,7 +461,7 @@ jobs:
parallelism: << parameters.parallelism >>
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
clone_options: "--depth 1 --verbose"
- attach_workspace:
at: .
- run:
Expand All @@ -483,7 +483,7 @@ jobs:
type: string
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
clone_options: "--depth 1 --verbose"
- attach_workspace:
at: .
- when:
Expand Down Expand Up @@ -706,30 +706,30 @@ workflows:
requires:
- build
- create-sandboxes:
parallelism: 32
parallelism: 34
requires:
- build
# - smoke-test-sandboxes: # disabled for now
# requires:
# - create-sandboxes
- build-sandboxes:
parallelism: 32
parallelism: 34
requires:
- create-sandboxes
- chromatic-sandboxes:
parallelism: 29
parallelism: 31
requires:
- build-sandboxes
- e2e-production:
parallelism: 27
parallelism: 29
requires:
- build-sandboxes
- e2e-dev:
parallelism: 2
requires:
- create-sandboxes
- test-runner-production:
parallelism: 27
parallelism: 29
requires:
- build-sandboxes

Expand All @@ -744,14 +744,14 @@ workflows:
# - "yarn1"
# - "yarn2"
# - "pnpm"
template:
template:
- "react-vite-ts"
- "nextjs-ts"
- "vue-vite-ts"
# --smoke-test is not supported for the angular builder right now
# - "angular-cli"
- "lit-vite-ts"

# TODO: reenable once we find out the source of flakyness
# - test-runner-dev:
# parallelism: 4
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/canary-release-pr.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Publish canary release of PR
run-name: 'Canary release: PR #${{ inputs.pr }}, triggered by ${{ github.triggering_actor }}'
run-name: "Canary release: PR #${{ inputs.pr }}, triggered by ${{ github.triggering_actor }}"

on:
workflow_dispatch:
inputs:
pr:
description: 'Pull request number to create a canary release for'
description: "Pull request number to create a canary release for"
required: true
type: number

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
node-version-file: ".nvmrc"
- name: Cache dependencies
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -91,10 +91,10 @@ jobs:
with:
githubToken: ${{ secrets.GH_TOKEN }}
prNumber: ${{ inputs.pr }}
find: 'CANARY_RELEASE_SECTION'
find: "CANARY_RELEASE_SECTION"
isHtmlCommentTag: true
replace: |
This pull request has been released as version [`${{ steps.version.outputs.next-version }}`](https://npmjs.com/package/@storybook/cli/v/${{ steps.version.outputs.next-version }}). Install it by pinning all your Storybook dependencies to that version.
This pull request has been released as version `${{ steps.version.outputs.next-version }}`. Try it out in a new sandbox by running `npx storybook@${{ steps.version.outputs.next-version }} sandbox` or in an existing project with `npx storybook@${{ steps.version.outputs.next-version }} upgrade`.
<details>
<summary>More information</summary>

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-sandboxes-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: yarn local-registry --open &
working-directory: ./code
- name: Wait for registry
run: yarn wait-on http://localhost:6001
run: yarn wait-on tcp:127.0.0.1:6001
working-directory: ./code
- name: Generate
run: yarn generate-sandboxes --local-registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-sandboxes-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: yarn local-registry --open &
working-directory: ./code
- name: Wait for registry
run: yarn wait-on http://localhost:6001
run: yarn wait-on tcp:127.0.0.1:6001
working-directory: ./code
- name: Generate
run: yarn generate-sandboxes --local-registry --debug
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 7.6.9

- ConfigFile: Fix export specifiers - [#25590](https://github.com/storybookjs/storybook/pull/25590), thanks [@shilman](https://github.com/shilman)!
- Webpack5: Make export-order-loader compatible with both esm and cjs - [#25540](https://github.com/storybookjs/storybook/pull/25540), thanks [@mlazari](https://github.com/mlazari)!
- CLI: Support version specifiers in `init`, `upgrade` and `sandbox` - [#25526](https://github.com/storybookjs/storybook/pull/25526), thanks [@ndelangen](https://github.com/ndelangen), [@jreinhold](https://github.com/jreinhold)!

## 7.6.8

- Addon-actions: Fix module resolution for react-native - [#25296](https://github.com/storybookjs/storybook/pull/25296), thanks [@dannyhw](https://github.com/dannyhw)!
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.prerelease.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 8.0.0-alpha.11

- Angular: Remove cached NgModules and introduce a global queue during bootstrapping - [#24982](https://github.com/storybookjs/storybook/pull/24982), thanks [@Marklb](https://github.com/Marklb)!
- CLI: Fix sandbox command versioning - [#25600](https://github.com/storybookjs/storybook/pull/25600), thanks [@ndelangen](https://github.com/ndelangen)!
- CLI: Support upgrading to canary versions - [#25596](https://github.com/storybookjs/storybook/pull/25596), thanks [@JReinhold](https://github.com/JReinhold)!
- ConfigFile: Fix export specifiers - [#25590](https://github.com/storybookjs/storybook/pull/25590), thanks [@shilman](https://github.com/shilman)!
- Interaction: Replace @storybook/jest by @storybook/test - [#25584](https://github.com/storybookjs/storybook/pull/25584), thanks [@valentinpalkovic](https://github.com/valentinpalkovic)!
- Next.js: Pass jsConfig to SWC Loader and load config with defaults - [#25203](https://github.com/storybookjs/storybook/pull/25203), thanks [@valentinpalkovic](https://github.com/valentinpalkovic)!
- Parameters: Remove passArgsFirst flag - [#25585](https://github.com/storybookjs/storybook/pull/25585), thanks [@valentinpalkovic](https://github.com/valentinpalkovic)!
- Preset: Remove deprecated config preset - [#25607](https://github.com/storybookjs/storybook/pull/25607), thanks [@valentinpalkovic](https://github.com/valentinpalkovic)!
- React: Refactor RSC out of Next - [#25591](https://github.com/storybookjs/storybook/pull/25591), thanks [@shilman](https://github.com/shilman)!
- Sandboxes: Update wait-on command to use TCP instead of HTTP - [#25541](https://github.com/storybookjs/storybook/pull/25541), thanks [@valentinpalkovic](https://github.com/valentinpalkovic)!
- Telejson: Update stringify options in codebase - [#25564](https://github.com/storybookjs/storybook/pull/25564), thanks [@valentinpalkovic](https://github.com/valentinpalkovic)!
- UI: Fix menu icon on the sidebar - [#25587](https://github.com/storybookjs/storybook/pull/25587), thanks [@cdedreuille](https://github.com/cdedreuille)!
- Webpack5: Make export-order-loader compatible with both esm and cjs - [#25540](https://github.com/storybookjs/storybook/pull/25540), thanks [@mlazari](https://github.com/mlazari)!

## 8.0.0-alpha.10

- API: Remove deprecations from manager and preview api - [#25536](https://github.com/storybookjs/storybook/pull/25536), thanks [@valentinpalkovic](https://github.com/valentinpalkovic)!
Expand Down
Loading