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.5.0-alpha.2 #29508

Merged
merged 58 commits into from
Nov 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
96af77f
Chore: Fix path to sandbox template file
tobiasdiez Aug 23, 2024
d782224
Chore: Fix moving sandbox from temporary dir to another partition
tobiasdiez Aug 23, 2024
da4975b
Chore: Add output of errors during yarn setup in sandbox
tobiasdiez Aug 23, 2024
9e1084d
Chore: Yarn setup in sandbox works on Windows now
tobiasdiez Aug 23, 2024
fd4b309
Merge branch 'next' into sandbox-improv
tobiasdiez Aug 31, 2024
71c29c6
Merge branch 'next' into sandbox-improv
tobiasdiez Sep 6, 2024
987feb4
SvelteKIT: Support ESM for Vitest test runs
valentinpalkovic Sep 19, 2024
395173f
Next.js: Update dependencies
Oct 2, 2024
d0fb8a5
Merge remote-tracking branch 'origin/next' into next
Oct 2, 2024
ef6e2ce
feat: bun support with npm fallback
stephenjason89 Oct 2, 2024
9af7980
Merge branch 'next' into next
HoncharenkoZhenya Oct 3, 2024
5ec554a
Merge branch 'next' into sandbox-improv
tobiasdiez Oct 4, 2024
7937702
Merge branch 'next' into next
HoncharenkoZhenya Oct 4, 2024
55d22d6
Chore: gracefully handle empty folders on dev machines
tobiasdiez Oct 7, 2024
f3a2521
Merge branch 'next' into next
HoncharenkoZhenya Oct 8, 2024
5a4d779
Merge branch 'next' into next
HoncharenkoZhenya Oct 9, 2024
7bf0947
Merge branch 'next' into next
HoncharenkoZhenya Oct 10, 2024
11e4cb9
Merge branch 'next' into next
HoncharenkoZhenya Oct 11, 2024
05a44c8
Merge branch 'next' into next
HoncharenkoZhenya Oct 13, 2024
dd72ea8
Merge branch 'next' into next
HoncharenkoZhenya Oct 14, 2024
c0003af
Merge branch 'next' into next
HoncharenkoZhenya Oct 18, 2024
984d118
Merge branch 'next' into next
HoncharenkoZhenya Oct 19, 2024
c34b32f
Merge branch 'next' into next
HoncharenkoZhenya Oct 21, 2024
9b6a437
Merge branch 'next' into next
HoncharenkoZhenya Oct 22, 2024
35ca913
Merge branch 'next' into next
HoncharenkoZhenya Oct 24, 2024
bebaa3b
Ensure consistent absolute path for Next.js-bundled react and react-dom
sentience Oct 24, 2024
6d78a22
Merge branch 'next' into next
HoncharenkoZhenya Oct 28, 2024
3095d0c
Merge remote-tracking branch 'origin/next' into pr/tobiasdiez/28965
valentinpalkovic Oct 28, 2024
ee5a4f6
Refactor sandbox generate script to remove temporary directory
valentinpalkovic Oct 28, 2024
c9350ee
Merge remote-tracking branch 'origin/next' into pr/stephenjason89/29267
valentinpalkovic Oct 28, 2024
8773f66
Refactor: Remove unused getNpmVersion method from BUNProxy and NPMProxy
valentinpalkovic Oct 28, 2024
d499768
Refactor: Add support for BUN package manager
valentinpalkovic Oct 28, 2024
1523974
Refactor: Update BUNProxy to support remote run command
valentinpalkovic Oct 28, 2024
c56ec94
Merge remote-tracking branch 'origin/next' into pr/tobiasdiez/29287
valentinpalkovic Oct 30, 2024
cb540e4
Fix spelling in comment
sentience Oct 31, 2024
e8a9166
Enable scopedResolve to accept script file references
sentience Oct 31, 2024
e9ee80d
Merge remote-tracking branch 'origin/next' into fix-nextjs-react-path…
sentience Oct 31, 2024
0d6c4e0
Only render the TestingModule component in development mode
yannbf Oct 31, 2024
4632519
Merge branch 'next' into yann/hide-testing-module-on-prod
yannbf Oct 31, 2024
e763421
refactor logic
yannbf Oct 31, 2024
01c02bc
Merge branch 'yann/hide-testing-module-on-prod' of github.com:storybo…
yannbf Oct 31, 2024
54c8712
refactor
yannbf Oct 31, 2024
4b49438
Add capability for groups to TooltipLinkList, use it for main menu an…
ghengeveld Nov 1, 2024
18b4710
Indent all groups together
ghengeveld Nov 1, 2024
4c0ac6f
Merge pull request #29287 from tobiasdiez/oldDir
valentinpalkovic Nov 1, 2024
fb79a2b
Merge pull request #29267 from stephenjason89/feat/bun-compatibility
valentinpalkovic Nov 1, 2024
db6bb01
Merge pull request #28965 from tobiasdiez/sandbox-improv
valentinpalkovic Nov 1, 2024
6c829c5
Merge pull request #29444 from sentience/fix-nextjs-react-paths-in-mo…
valentinpalkovic Nov 1, 2024
bc837ac
Merge pull request #29264 from HoncharenkoZhenya/next
valentinpalkovic Nov 1, 2024
f85d62c
Merge branch 'next' into valentin/fix-svelte-vite-plugin
valentinpalkovic Nov 1, 2024
3b5851a
Merge pull request #29157 from storybookjs/valentin/fix-svelte-vite-p…
valentinpalkovic Nov 1, 2024
b02bc0a
Update TagsFilterPanel to use link groups
ghengeveld Nov 1, 2024
6663c5e
Update CHANGELOG.md for v8.4.1 [skip ci]
storybook-bot Nov 1, 2024
46e37f1
Merge pull request #29501 from storybookjs/yann/hide-testing-module-o…
yannbf Nov 1, 2024
5a4322c
Merge pull request #29507 from storybookjs/dropdown-menu-groups
ghengeveld Nov 1, 2024
a10154e
CLI: Fix Solid init by installing `@storybook/test`
shilman Nov 2, 2024
d130f0c
Merge pull request #29514 from storybookjs/shilman/fix-solid-init
shilman Nov 2, 2024
2a0de12
Write changelog for 8.5.0-alpha.2 [skip ci]
storybook-bot Nov 2, 2024
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
25 changes: 13 additions & 12 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Thank you for contributing to Storybook! Please submit all PRs to the `next` bra
<!-- Please check (put an "x" inside the "[ ]") the applicable items below to communicate how to test your changes -->

#### The changes in this PR are covered in the following automated tests:

- [ ] stories
- [ ] unit tests
- [ ] integration tests
Expand Down Expand Up @@ -46,21 +47,21 @@ _This section is mandatory for all contributions. If you believe no manual test

## Checklist for Maintainers

- [ ] When this PR is ready for testing, make sure to add `ci:normal`, `ci:merged` or `ci:daily` GH label to it to run a specific set of sandboxes. The particular set of sandboxes can be found in `code/lib/cli/src/sandbox-templates.ts`
- [ ] When this PR is ready for testing, make sure to add `ci:normal`, `ci:merged` or `ci:daily` GH label to it to run a specific set of sandboxes. The particular set of sandboxes can be found in `code/lib/cli-storybook/src/sandbox-templates.ts`
- [ ] Make sure this PR contains **one** of the labels below:
<details>
<summary>Available labels</summary>

- `bug`: Internal changes that fixes incorrect behavior.
- `maintenance`: User-facing maintenance tasks.
- `dependencies`: Upgrading (sometimes downgrading) dependencies.
- `build`: Internal-facing build tooling & test updates. Will not show up in release changelog.
- `cleanup`: Minor cleanup style change. Will not show up in release changelog.
- `documentation`: Documentation **only** changes. Will not show up in release changelog.
- `feature request`: Introducing a new feature.
- `BREAKING CHANGE`: Changes that break compatibility in some way with current major version.
- `other`: Changes that don't fit in the above categories.
- `bug`: Internal changes that fixes incorrect behavior.
- `maintenance`: User-facing maintenance tasks.
- `dependencies`: Upgrading (sometimes downgrading) dependencies.
- `build`: Internal-facing build tooling & test updates. Will not show up in release changelog.
- `cleanup`: Minor cleanup style change. Will not show up in release changelog.
- `documentation`: Documentation **only** changes. Will not show up in release changelog.
- `feature request`: Introducing a new feature.
- `BREAKING CHANGE`: Changes that break compatibility in some way with current major version.
- `other`: Changes that don't fit in the above categories.

</details>

### 🦋 Canary release
Expand All @@ -74,4 +75,4 @@ _core team members can create a canary release [here](https://github.com/storybo
<!-- CANARY_RELEASE_SECTION -->

<!-- BENCHMARK_SECTION -->
<!-- BENCHMARK_SECTION -->
<!-- BENCHMARK_SECTION -->
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 8.4.1

- Core: Relax peer dep constraint of shim packages - [#29503](https://github.com/storybookjs/storybook/pull/29503), thanks @kasperpeulen!

## 8.4.0

Storybook 8.4 comes with a ton of exciting new features designed to give you the best experience developing, testing, and debugging tests in the browser!
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.prerelease.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 8.5.0-alpha.2

- Addon Test: Only render the TestingModule component in development mode - [#29501](https://github.com/storybookjs/storybook/pull/29501), thanks @yannbf!
- CLI: Fix Solid init by installing `@storybook/test` - [#29514](https://github.com/storybookjs/storybook/pull/29514), thanks @shilman!
- Core: Add bun support with npm fallback - [#29267](https://github.com/storybookjs/storybook/pull/29267), thanks @stephenjason89!
- Core: Shim CJS-only globals in ESM output - [#29157](https://github.com/storybookjs/storybook/pull/29157), thanks @valentinpalkovic!
- Next.js: Fix bundled react and react-dom in monorepos - [#29444](https://github.com/storybookjs/storybook/pull/29444), thanks @sentience!
- Next.js: Upgrade sass-loader from ^13.2.0 to ^14.2.1 - [#29264](https://github.com/storybookjs/storybook/pull/29264), thanks @HoncharenkoZhenya!
- UI: Add support for groups to `TooltipLinkList` and use it in main menu - [#29507](https://github.com/storybookjs/storybook/pull/29507), thanks @ghengeveld!

## 8.5.0-alpha.1

- Core: Relax peer dep constraint of shim packages - [#29503](https://github.com/storybookjs/storybook/pull/29503), thanks @kasperpeulen!
Expand Down
1 change: 1 addition & 0 deletions code/addons/themes/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const PACKAGE_MANAGER_TO_COMMAND = {
pnpm: ['pnpm', 'dlx'],
yarn1: ['npx'],
yarn2: ['yarn', 'dlx'],
bun: ['bunx'],
};

const selectPackageManagerCommand = (packageManager) => PACKAGE_MANAGER_TO_COMMAND[packageManager];
Expand Down
Loading
Loading