-
Notifications
You must be signed in to change notification settings - Fork 132
Release Tracking #3873
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 #3873
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
❗ Pre-merge checklistPlease ensure these items are checked before merging. 🔎 Smoke test
🤔 Sanity test
🚢 Post ship reminders
Please also leave any testing notes as a comment on this pull request. In particular, describing any issues encountered during your testing. This is helpful in providing historical context to maintainers. |
2b97627 to
ee43381
Compare
ee43381 to
01b8ddc
Compare
01b8ddc to
18cf222
Compare
18cf222 to
ef9d20f
Compare
ef9d20f to
5e20d72
Compare
5e20d72 to
d9f4555
Compare
d9f4555 to
17fdea2
Compare
17fdea2 to
a93968c
Compare
a93968c to
672ea2e
Compare
672ea2e to
b619a5a
Compare
b619a5a to
0ed409d
Compare
0ed409d to
199fbfd
Compare
199fbfd to
8d15355
Compare
1588292 to
91f1799
Compare
91f1799 to
b4d5cb9
Compare
b4d5cb9 to
9bbd89a
Compare
9bbd89a to
6965d16
Compare
6965d16 to
5020f07
Compare
5020f07 to
4956b76
Compare
4956b76 to
4f4cd4c
Compare
4f4cd4c to
aa13c13
Compare
aa13c13 to
e1c7d35
Compare
e1c7d35 to
b52c9fa
Compare
b52c9fa to
ba4d589
Compare
ba4d589 to
d4872f1
Compare
d4872f1 to
d608732
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 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
#3864
5d6e909Thanks @copilot-swe-agent! - Addnonegap option to Stack component for parity with Primer React#3879
c0db703Thanks @copilot-swe-agent! - Allow localization of TextField clear button aria-labelPatch Changes
#3878
4e702c8Thanks @copilot-swe-agent! - Fix generated field ids to remove brackets#3898
f9fd6c8Thanks @joelhawksley! - Fix deprecation warning for Rails 9#3881
536345eThanks @llastflowers! - Add unique ids on each textarea to fix announcement issues#3874
5c2982dThanks @llastflowers! - Give inputs unique ids so that SR doesn't skip Label announcement#3892
e187c55Thanks @llastflowers! - Add group label for checkboxes in CheckBoxWithNestedForm Lookbook story#3880
2001888Thanks @liuliu-dev! - Fix overlapping issue in TabNav at narrow viewports.#3877
f51244eThanks @copilot-swe-agent! - Fix Primer::FormHelper compatibility with Rails 7+ config#3875
6971d77Thanks @liuliu-dev! - Fixed SelectPanel multiselect accessibility: Usearia-selectedinstead ofaria-checkedfor listbox option items.#3866
391e438Thanks @llastflowers! - Make link distinguishable from surrounding text with underline styling#3899
8d9ceefThanks @llastflowers! - Generate unique labels for all form control inputs in previews#3893
024dc7eThanks @liuliu-dev! - Always usearia-selectedfor ActionList items with role="option".#3867
453041cThanks @llastflowers! - Add SR announcement in Summary As Button story