-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Release: Prerelease 9.1.0-alpha.7 #31748
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
Open
github-actions
wants to merge
219
commits into
next-release
Choose a base branch
from
version-non-patch-from-9.1.0-alpha.6
base: next-release
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Release: Prerelease 9.1.0-alpha.7 #31748
github-actions
wants to merge
219
commits into
next-release
from
version-non-patch-from-9.1.0-alpha.6
+3,303
−2,109
Conversation
This file contains hidden or 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
Recommend installing EditorConfig to help ensure consistent code formatting.
…arams (catch-all routes)\n\n- Allow array values in navigation.segments for useParams in stories\n- Improve type safety, avoid any\n- Support both array and object segment formats\n- Fixes issue with catch-all/optional catch-all dynamic routes in stories
…entire document and pass it to the fields
…dren explicitly set in aria-controls
…_to_tab_content Core: Support container queries in addon panels
ee77666
to
348922a
Compare
Core: Fix addon scrollbars and align scrollbar colors with toolbars
348922a
to
5ea14d3
Compare
5ea14d3
to
4b247ab
Compare
…abled UI: Hide keyboard shortcuts entry from menu when shortcuts are disabled
4b247ab
to
e5f2176
Compare
Deps: Extend `vite` peerDependencies range to include `7.0.0`
e5f2176
to
972ac38
Compare
Controls: Improve the accessibility of the object control
972ac38
to
a1df83f
Compare
…ccesibility Core: Fix aria-controls attribute on sidebar nodes to include all children
a1df83f
to
140ae1d
Compare
Deps: Update vite-plugin-babel to 1.3.2 to fix vite 7.0.0 peerDependency issue
140ae1d
to
3c82371
Compare
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
9.1.0-alpha.6
to9.1.0-alpha.7
.Once this pull request is merged, it will trigger a new release of version
9.1.0-alpha.7
.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:vite
peerDependencies range to include7.0.0
#31859 (will also be patched)react-element-to-jsx-string
#31170userEvent.setup()
#31730 (will also be patched)extends: true
invitest.config.ts
snippets #31814 (will also be patched)43cf12a080dd01320778e1423c39e9a6775e1a51
If 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
9.1.0-alpha.7
userEvent.setup()
- #31730, thanks ghengeveld!vite
peerDependencies range to include7.0.0
- #31859, thanks ghengeveld!react-element-to-jsx-string
- #31170, thanks 7rulnik!