-
Notifications
You must be signed in to change notification settings - Fork 645
Release tracking #4016
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 #4016
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 📦
|
0c9e5e7 to
3a52050
Compare
3a52050 to
974f0ae
Compare
974f0ae to
978f2ae
Compare
978f2ae to
963ca40
Compare
963ca40 to
de51ce5
Compare
de51ce5 to
714ae48
Compare
714ae48 to
5fc5b99
Compare
5fc5b99 to
9f574b0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ready to merge!
- See #4010 for details
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New PR merged, integration tests are now failing 😢
9f574b0 to
0110124
Compare
0110124 to
9a2494f
Compare
9a2494f to
094e50a
Compare
094e50a to
d6e2a07
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to go now!
Details in #4010
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
#3982
968d4ef05Thanks @joshblack! - Update SSRProvider, useSSRSafeId to use the native React 18 useId() instead of @react-aria/ssr#3812
3f82a1cabThanks @mperrotti! - Adds an 'inactive' state to buttons. An inactive button looks disabled and has aria-disabled, but it can still be clicked and focused. This was added to support buttons that are broken due to availability issues, but can't be removed from the page.Patch Changes
#4026
503c7e625Thanks @mperrotti! - Fixes layout for loading DataTable cells#4001
0e9d841e3Thanks @langermank! - Fixline-heighton markdown viewer (comment box)#3987
4321d59e9Thanks @iulia-b! - MarkdownEditor & MarkdownViewer: Update new line identifier for formatting markdown#4008
df7dc2af1Thanks @dipree! - Changes the focus styling of input components such asTextarea,TextInput,TextInputWithTokensandSelectfrom usingborderandbox-shadowto useoutlineonly for better border rendering and scrollbar support.#4013
d26aeab32Thanks @keithamus! - Avoid error when using Modal Dialog within TreeView#4012
5fd025f04Thanks @keithamus! - Ensure ConfirmationDialog adds host element to the DOM#4024
0ea121af3Thanks @colebemis! - StateLabel: Use correct octicons fordraftandpullClosedstates#4022
98ad3203aThanks @joshblack! - Update the resize behavior of PageLayout to ignore right clicks when resizing