-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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.3.0-alpha.2 #28617
Release: Prerelease 8.3.0-alpha.2 #28617
Conversation
Core: Fix manager-builder `tsconfig` to emit `react-jsx`
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
- Updated
code/core/assets/server/addon.tsconfig.json
to usereact-jsx
for JSX transform. - Added
deferredNextVersion
field incode/package.json
with value8.3.0-alpha.2
. - Updated
docs/versions/next.json
to reflect version8.3.0-alpha.2
and changelog.
3 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings
CLI: Add conditional logging for manager and preview start
f43fd42
to
8450bc8
Compare
Addon-Interactions: Fix status in panel tab
8450bc8
to
71418d9
Compare
Fix: Prevent iframe from capturing mouse events in composed Storybooks
71418d9
to
ce7641e
Compare
Build: Remove external overrides, use package.json as source of truth
Fix: Add header for MountMustBeDestructuredError message
…emory Vue: Fix out of memory error when using vue-component-meta
ce7641e
to
5e29643
Compare
…d... the addon-kit uses it
…ort-for-addon-kit CPC: Add the globals export for manager
5e29643
to
0c786f6
Compare
@kylegach @jonniebigodes this will make our static bundle go frow 84 to 4 MB (Out of memory error), greatly reducing build time 🥳 Hope you get the time to merge it soon 🙏 |
The path to the `@storybook/theming/create` included `package.json` which made it impossible to resolve the alias. ``` '@storybook/theming/create': '<localPath>/node_modules/storybook/package.json/core/theming/create.js', ``` '@storybook/theming/create': '<localPath>/node_modules/storybook/core/theming/create.js',
Onboarding: Fix code snippet when story name differs from export name
0c786f6
to
44ad63d
Compare
CPC: Correct path to the `@storybook/theming/create` alias
44ad63d
to
a495441
Compare
☁️ Nx Cloud ReportCI is running/has finished running commands for commit a495441. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 2 targetsSent with 💌 from NxCloud. |
This is an automated pull request that bumps the version from
8.3.0-alpha.1
to8.3.0-alpha.2
.Once this pull request is merged, it will trigger a new release of version
8.3.0-alpha.2
.If you're not a core maintainer with permissions to release you can ignore this pull request.
To do
Before merging the PR, there are a few QA steps to go through:
And for each change below:
This is a list of all the PRs merged and commits pushed directly to
next
, that will be part of this release:@storybook/theming/create
alias #28643 (will also be patched)tsconfig
to emitreact-jsx
#28541If you've made any changes doing the above QA (change PR titles, revert PRs), manually trigger a re-generation of this PR with this workflow and wait for it to finish. It will wipe your progress in this to do, which is expected.
Feel free to manually commit any changes necessary to this branch after you've done the last re-generation, following the Make Manual Changes section in the docs, especially if you're making changes to the changelog.
When everything above is done:
Generated changelog
8.3.0-alpha.2
@storybook/theming/create
alias - #28643, thanks @Averethel!tsconfig
to emitreact-jsx
- #28541, thanks @williamhelmrath!