-
Notifications
You must be signed in to change notification settings - Fork 639
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/react@36.4.0
Minor Changes
#3982
968d4ef05
Thanks @joshblack! - Update SSRProvider, useSSRSafeId to use the native React 18 useId() instead of @react-aria/ssr#3812
3f82a1cab
Thanks @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
503c7e625
Thanks @mperrotti! - Fixes layout for loading DataTable cells#4001
0e9d841e3
Thanks @langermank! - Fixline-height
on markdown viewer (comment box)#3987
4321d59e9
Thanks @iulia-b! - MarkdownEditor & MarkdownViewer: Update new line identifier for formatting markdown#4008
df7dc2af1
Thanks @dipree! - Changes the focus styling of input components such asTextarea
,TextInput
,TextInputWithTokens
andSelect
from usingborder
andbox-shadow
to useoutline
only for better border rendering and scrollbar support.#4013
d26aeab32
Thanks @keithamus! - Avoid error when using Modal Dialog within TreeView#4012
5fd025f04
Thanks @keithamus! - Ensure ConfirmationDialog adds host element to the DOM#4024
0ea121af3
Thanks @colebemis! - StateLabel: Use correct octicons fordraft
andpullClosed
states#4022
98ad3203a
Thanks @joshblack! - Update the resize behavior of PageLayout to ignore right clicks when resizing