-
-
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 beta 8.1.0-beta.0 #27036
Merged
JReinhold
merged 159 commits into
next-release
from
version-non-patch-from-8.1.0-alpha.8
May 9, 2024
Merged
Release: Prerelease beta 8.1.0-beta.0 #27036
JReinhold
merged 159 commits into
next-release
from
version-non-patch-from-8.1.0-alpha.8
May 9, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
When trying to resize any panel too fast, the changes would not be applied. The fix was done by changing a comparison condition in "useLayoutEffect()". Instead of using a variable ("prevManagerLayoutStateRef") that was also modified by another function ("useEffect()") that could execute at the same time, it now uses a variable that is only modified by the own function, making it so that the supposed layout values are not changed after they are set.
- API reference - Guide - CLI options
- Providers - Configuring mocked providers with parameters - Network requests - Bad link - Modules - Better mock files section - Using mocked files in stories
- Warning for absolute imports & mocking - Module aliases - Subpath imports - Mocking modules - `@storybook/nextjs/cache.mock` module API
- Decorators - Focus the "context" section on only that argument - Move irrelevant examples and snippets to the Story rendering page - Interaction Testing - Under the Write an interaction test section, add: - Run code before each test section - Mocked modules section
Co-authored-by: Jeppe Reinhold <jeppe@chromatic.com>
- Next.js - Add portable stories section - Mocking modules - Clarify requirements of mock files - Prose and snippet tweaks - Interaction testing - Bring over `mockdate` example - Prose and snippet tweaks
storybook-bot
force-pushed
the
version-non-patch-from-8.1.0-alpha.8
branch
from
May 7, 2024 16:36
a2c9d40
to
1e9d054
Compare
Docs: Update module mocking docs
storybook-bot
force-pushed
the
version-non-patch-from-8.1.0-alpha.8
branch
from
May 7, 2024 16:48
1e9d054
to
9383e79
Compare
Dependencies: Upgrade `ejs` to `3.1.10`
storybook-bot
force-pushed
the
version-non-patch-from-8.1.0-alpha.8
branch
from
May 7, 2024 18:13
9383e79
to
02d0ec9
Compare
Docs: Add docs for story tags
storybook-bot
force-pushed
the
version-non-patch-from-8.1.0-alpha.8
branch
from
May 7, 2024 19:04
02d0ec9
to
86fdbd2
Compare
UI: Fix panel layout resizing do not apply when done too fast
storybook-bot
force-pushed
the
version-non-patch-from-8.1.0-alpha.8
branch
from
May 7, 2024 22:11
86fdbd2
to
48b0198
Compare
shilman
added
ci:daily
Run the CI jobs that normally run in the daily job.
freeze
Freeze the Release PR with this label
labels
May 8, 2024
☁️ Nx Cloud ReportCI is running/has finished running commands for commit e19d316. 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. |
…ning-exception Build: Fix nextjs prerelease peerDep warning
Build: Add extension to prevent failure to load `.ts` files in CRA
…ies-docs-link Portable Stories: Remove link to missing docs
storybook-bot
force-pushed
the
version-non-patch-from-8.1.0-alpha.8
branch
from
May 9, 2024 09:44
ad526ee
to
cb841eb
Compare
github-actions
bot
changed the title
Release: Prerelease 8.1.0-alpha.9
Release: Preminor beta 8.2.0-beta.0
May 9, 2024
storybook-bot
force-pushed
the
version-non-patch-from-8.1.0-alpha.8
branch
from
May 9, 2024 10:59
cb841eb
to
e19d316
Compare
github-actions
bot
changed the title
Release: Preminor beta 8.2.0-beta.0
Release: Prerelease beta 8.1.0-beta.0
May 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is an automated pull request that bumps the version from
8.1.0-alpha.8
to8.1.0-beta.0
.Once this pull request is merged, it will trigger a new release of version
8.1.0-beta.0
.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:ejs
to3.1.10
#27054dev
/autodocs
/test
system tags #26634@joshwooding/vite-plugin-react-docgen-typescript
to0.3.1
#26673.ts
files in CRA #27072storybook-coverage-addon-config-options.ts.mdx
#27029If 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.1.0-beta.0
@joshwooding/vite-plugin-react-docgen-typescript
to0.3.1
- #26673, thanks @joshwooding!ejs
to3.1.10
- #27054, thanks @RiuSalvi!dev
/autodocs
/test
system tags - #26634, thanks @shilman!