-
Notifications
You must be signed in to change notification settings - Fork 586
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 Tracking #1825
Merged
Merged
Release Tracking #1825
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
size-limit report 📦
|
c1c0803
to
74d4645
Compare
74d4645
to
517b7da
Compare
517b7da
to
ffa6f74
Compare
ffa6f74
to
882f634
Compare
882f634
to
a7ba4df
Compare
a7ba4df
to
65abbcd
Compare
65abbcd
to
ef400db
Compare
ef400db
to
99cbdbe
Compare
99cbdbe
to
5404833
Compare
5404833
to
b586be8
Compare
b586be8
to
581ba5a
Compare
581ba5a
to
074b13b
Compare
074b13b
to
0936da2
Compare
0936da2
to
65ec49b
Compare
Tested in Memex ✅ |
FormControl is close but I'd like to give @siddharthkp a chance to review the API before we merge. Let's add FormControl in a separate release |
colebemis
approved these changes
Feb 8, 2022
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 PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@primer/react@34.4.0
Minor Changes
97bf7c62
Thanks @rezrah! - Add new Textarea componentPatch Changes
#1824
4eab65e5
Thanks @siddharthkp! - Overlay: Attach escape handler to overlay container instead of document to fix stopPropagation#1840
1c4786c7
Thanks @jclem! - Set Node.js and npm versions to ">=12" and ">=7", respectively, in package.json manifests, and update package-lock.json files accordingly.#1828
6a695bdc
Thanks @siddharthkp! - ActionMenu2 + DropdownMenu2: A keyboard user will be able to wrap through options#1810
35ad7084
Thanks @siddharthkp! - ActionMenu2 + DropdownMenu2: Focus the correct element when Menu is opened with keyboard. See detailed spec.#1842
11011f55
Thanks @jclem! - AllowKeyPaths
type to accept any type in order to remove need for// @ts-ignore
internally.#1820
50c7bfaa
Thanks @colebemis! - Add draftPageLayout
component