-
Notifications
You must be signed in to change notification settings - Fork 645
Release tracking #4085
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
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
broccolinisoup
left a comment
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/[email protected]
Minor Changes
#4027
49f585f9Thanks @iansan5653! - DeprecateMarkdownEditor,MarkdownViewer,InlineAutocomplete, and related hooks#4049
f0d38bc39Thanks @TylerJDev! - Replaces deprecatedButtoncomponent inDialogwith newest version#4061
f46c07189Thanks @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
cf225772Thanks @mperrotti! - Supports inactive ActionList items by letting users pass the required message to theinactiveTextprop.#4028
bbe58b8e1Thanks @joshblack! - Use a CSS variable for the monospace font stackPatch Changes
#4082
c2809d677Thanks @mperrotti! - - Corrects the math to calculate the width of AvatarStack containers..pc-AvatarStackBodyfrom 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
c2a53a003Thanks @siddharthkp! - experimental/SelectPanel2: Use<dialog>element#4056
752bea4fThanks @broccolinisoup! - Tooltip2: Do not wrap the tooltip span and its trigger in a div#4039
21e75dd8Thanks @mattcosta7! - Sync theme in effect#4023
83c125fcThanks @mperrotti! - Usearia-requiredinstead ofrequiredon required form elements#4058
4d841b77Thanks @mperrotti! - TextInput, Textarea: Does not passaria-requiredattribute to input or textarea if it is undefined. This fixes some tests that were breaking in dotcom.#3869
57fcfe6fThanks @mperrotti! - Adapts Blankslate to render proportionally in narrow areas.#4000
a416298cThanks @strackoverflow! - Fix an issue where the scrollable Dialog body could not be focused with the keyboard#4002
1a1d89ce0Thanks @peterbe! - Adds the ability to unsetemptyStateTextin Autocomplete.Menu. This results in no menu being rendered.#3926
4e4c5ec68Thanks @strackoverflow! - Allow overflow scrolling to be controlled via an optionaloverflowproperty on Overlay#4096
1b9011da4Thanks @strackoverflow! - Fix missingaria-selected&aria-checkedattributes in ActionList items#4035
6497f715Thanks @keithamus! - use<BaseStyles>in confirm()#4033
bca709d0Thanks @keithamus! - Fixed confirm() leaving<div>s in the DOM.#4074
06c7c6c1dThanks @dependabot! - Update types for Select to includeplaceholder#4037
c2a18b9aThanks @mattcosta7! - Portal avoids useless createElement