-
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 #4031
Release tracking #4031
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 📦
|
f2efc6f
to
0d7416e
Compare
0d7416e
to
1262569
Compare
1262569
to
aaf48fc
Compare
aaf48fc
to
5dcb4b1
Compare
bc4d554
to
0029d77
Compare
0029d77
to
886216d
Compare
dd7040f
to
7083771
Compare
7083771
to
e9f40bc
Compare
e9f40bc
to
8eb3cc8
Compare
8eb3cc8
to
ddf8716
Compare
ddf8716
to
c443f82
Compare
c443f82
to
04791f0
Compare
This reverts commit 629741f.
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.5.0
Minor Changes
#4027
49f585f9
Thanks @iansan5653! - DeprecateMarkdownEditor
,MarkdownViewer
,InlineAutocomplete
, and related hooks#3913
cf225772
Thanks @mperrotti! - Supports inactive ActionList items by letting users pass the required message to theinactiveText
prop.Patch Changes
#4056
752bea4f
Thanks @broccolinisoup! - Tooltip2: Do not wrap the tooltip span and its trigger in a div#4039
21e75dd8
Thanks @mattcosta7! - Sync theme in effect#4023
83c125fc
Thanks @mperrotti! - Usearia-required
instead ofrequired
on required form elements#4058
4d841b77
Thanks @mperrotti! - TextInput, Textarea: Does not passaria-required
attribute to input or textarea if it is undefined. This fixes some tests that were breaking in dotcom.#3869
57fcfe6f
Thanks @mperrotti! - Adapts Blankslate to render proportionally in narrow areas.#4000
a416298c
Thanks @strackoverflow! - Fix an issue where the scrollable Dialog body could not be focused with the keyboard#4035
6497f715
Thanks @keithamus! - use in confirm()#4033
bca709d0
Thanks @keithamus! - Fixed confirm() leaving<div>
s in the DOM.#4037
c2a18b9a
Thanks @mattcosta7! - Portal avoids useless createElement