-
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 #4085
Release tracking #4085
Conversation
c4af17d
to
1442733
Compare
❗ 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 📦
|
1442733
to
0d6a0e4
Compare
0d6a0e4
to
8664db6
Compare
8664db6
to
3d14c57
Compare
3d14c57
to
c32ca43
Compare
9e5ecc8
to
7375bfa
Compare
f84c441
to
2ffaa7e
Compare
0d92ea0
to
c6d96fb
Compare
c6d96fb
to
1bb89bd
Compare
c9ee02b
to
3424924
Compare
3424924
to
ed6adba
Compare
ed6adba
to
3de4bf8
Compare
3de4bf8
to
cd5fe87
Compare
cd5fe87
to
633f8db
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.
🥳
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#4049
f0d38bc39
Thanks @TylerJDev! - Replaces deprecatedButton
component inDialog
with newest version#4061
f46c07189
Thanks @mperrotti! - Adds a new prop,animated
, to the ProgressBar component. This allows the "filled" segment(s) to animate and indicate some process is still in progress.#3913
cf225772
Thanks @mperrotti! - Supports inactive ActionList items by letting users pass the required message to theinactiveText
prop.#4028
bbe58b8e1
Thanks @joshblack! - Use a CSS variable for the monospace font stackPatch Changes
#4082
c2809d677
Thanks @mperrotti! - - Corrects the math to calculate the width of AvatarStack containers..pc-AvatarStackBody
from being removed from document flow byposition: absolute
. This isn't strictly necessary now that we're correctly setting the width of the stack, but it's an extra level of safety for preserving the correct layout.#4020
c2a53a003
Thanks @siddharthkp! - experimental/SelectPanel2: Use<dialog>
element#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#4002
1a1d89ce0
Thanks @peterbe! - Adds the ability to unsetemptyStateText
in Autocomplete.Menu. This results in no menu being rendered.#3926
4e4c5ec68
Thanks @strackoverflow! - Allow overflow scrolling to be controlled via an optionaloverflow
property on Overlay#4096
1b9011da4
Thanks @strackoverflow! - Fix missingaria-selected
&aria-checked
attributes in ActionList items#4035
6497f715
Thanks @keithamus! - use<BaseStyles>
in confirm()#4033
bca709d0
Thanks @keithamus! - Fixed confirm() leaving<div>
s in the DOM.#4074
06c7c6c1d
Thanks @dependabot! - Update types for Select to includeplaceholder
#4037
c2a18b9a
Thanks @mattcosta7! - Portal avoids useless createElement