-
Notifications
You must be signed in to change notification settings - Fork 536
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 #4332
Release tracking #4332
Conversation
❗ Pre-merge checklistPlease ensure these items are checked before merging. 🔎 Smoke test
🌏 Integration tests
🤔 Sanity test
🚢 After merge
Please also leave any testing notes on the weekly release tracking issue. In particular, describing any issues encountered during your testing. This is helpful in providing historical context to the next release conductor as well as maintainers. |
size-limit report 📦
|
f0c36e8
to
83b31df
Compare
83b31df
to
1d60ec4
Compare
1d60ec4
to
241f74f
Compare
806a15e
to
d7f715e
Compare
d7f715e
to
3b5aa0a
Compare
3b5aa0a
to
3c93327
Compare
f7e984d
to
2e24c4a
Compare
92514ed
to
3a558b3
Compare
ee01aeb
to
1e20238
Compare
1e20238
to
419664e
Compare
419664e
to
439c662
Compare
439c662
to
3ddfbd2
Compare
3ddfbd2
to
54c6de3
Compare
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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@36.11.0
Minor Changes
#4353
2c0086e6da3ae3a360c12952399256c98941982e
Thanks @anleac! - SelectPanel: Addedfooter
prop that renders a sticky footer at the bottom of the item list.#4288
200fb18839053f669d30d86e4dd88b399b06a44b
Thanks @siddharthkp! - experimental/SelectPanel: Add back button#4097
9c535e835a364bce5d01b28f4029d2bf4d5bdfaf
Thanks @broccolinisoup! - TextInput: Update TextInput.Action internal component to use Tooltip v2Patch Changes
#4359
937dbdea2a0b2f79b60f68440f5d8c24df344401
Thanks @pksjce! - ActionBar: Overflow menu items should be able to trigger dialogs#4327
f08f85b5a90e532c7a8795f7bea5af80765283d4
Thanks @broccolinisoup! - Tooltip v2: Set the tooltip position when popover-open attribute is added to the tooltip element not the toggle event is triggered#4348
c64e5b25698885eeeeee5bc95c47582248011a39
Thanks @siddharthkp! - experimental/SelectPanel: Do not render children of<dialog>
when closed#4308
32b0cf77fcb4112f00da6ffb93a52875d23b9370
Thanks @tbenning! - Unify Breadcrumbs + fix a11y issue#4334
f685d521dd52d0a9601e0021189895e1adca3b0b
Thanks @TylerJDev! - Switches focus styles to targeta.focus-visible
instead ofa:focus-visible
.#4349
15c078dda93ae8579a858efcce3b6a2f97204373
Thanks @jonrohan! - Adding aria-invalid="true" to TextInput when error.#4365
fe9f8baae473019e3605fae8895ba63f88fae074
Thanks @pksjce! - Bugfix:aria-invalid
is overriden in TextInput#4354
4b823ff237235564900aeadb81713e984676c5ad
Thanks @siddharthkp! - TextInput: Remove redundantaria-label
attribute fromTextInput.Action
when it already has anaria-labelledby
.#4320
7cb3464a50a49efc59e9a29baa2dd543147b0bee
Thanks @siddharthkp! - experimental/SelectPanel: Move focus to first item if there is no filter input#4337
69f4489a3a6e928c5c387c8aa42668f5f3b0d92c
Thanks @manuelpuyol! - Add precompile step for colorSchemes#4360
5baf73660f86fa4850f7c705d5d3ab1c599fe461
Thanks @broccolinisoup! - Tooltip2: Render tooltip element asspan
instead ofdiv