-
Notifications
You must be signed in to change notification settings - Fork 645
Release tracking #1966
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
Merged
Merged
Release tracking #1966
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
Contributor
size-limit report 📦
|
367f490 to
848c055
Compare
848c055 to
73f1452
Compare
73f1452 to
023ef66
Compare
023ef66 to
cbf6708
Compare
cbf6708 to
9a529e7
Compare
9a529e7 to
b0536db
Compare
b0536db to
2236ee7
Compare
2236ee7 to
f27352e
Compare
f27352e to
b6f5cc4
Compare
b6f5cc4 to
1390b0b
Compare
1390b0b to
273fad8
Compare
273fad8 to
70315d2
Compare
70315d2 to
22bd428
Compare
22bd428 to
00d41df
Compare
Contributor
|
Smoke test completed on an internal customer project... ✅ Notes:
cc. @dusave @colebemis |
rezrah
approved these changes
Mar 22, 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/[email protected]
Minor Changes
#1942
3f50ef54Thanks @mperrotti! - Adds button element selector to FilteredSearch button styles#1920
40ed423eThanks @mperrotti! - Adds a loadings state to our text input components#1961
767d4166Thanks @simurai! - Bump primer/primitives to7.5.1Patch Changes
#1970
3b236044Thanks @siddharthkp! - ActionMenu: Fix styles for windows high contrast mode#1981
e9bb5956Thanks @mperrotti! - Ensures select option text has acceptable contrast in Firefox when in dark mode#1945
ef3b58a1Thanks @pksjce! - Icon button fixes: Removes iconLabel and adds aria-label to the type#1959
2025036eThanks @colebemis! - FixTextInputtypes#1968
1b01485aThanks @mperrotti! - Instead of rendering unexpected FormControl children before the rest of the content, we render them in the same spot we'd normally render a Primer input component#1967
c83a06f0Thanks @pksjce! - Add overlay props to Autocomplete.Overlay#1955
77e123f4Thanks @pksjce! - Add disabled color and backgroundColor to Button.Counter