-
Couldn't load subscription status.
- Fork 639
Release tracking (rc.6) #4980
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 (rc.6) #4980
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 📦
|
57aecfd to
4ae44b9
Compare
4ae44b9 to
324d801
Compare
324d801 to
cc47361
Compare
cc47361 to
8af460f
Compare
8af460f to
e6d5921
Compare
e6d5921 to
dedd519
Compare
79a026b to
d09cf4a
Compare
d09cf4a to
99a5d74
Compare
99a5d74 to
d517181
Compare
d517181 to
8cb7465
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.
All green!
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.
mainis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonmain.Releases
@primer/[email protected]
Major Changes
04e8c9cThanks @iansan5653! - Delete deprecated draft componentsMarkdownEditor,MarkdownInput, andInlineAutocompleteMinor Changes
6c9121eThanks @joshblack! - Update Banner to use CSS Modules behind feature flagPatch Changes
#5000
b8f6888Thanks @jonrohan! -Textcomponent CSS module feature flag changed toprimer_react_css_modules_staff#4975
0b89fc0Thanks @jonrohan! - Change the Link component feature flag from primer_react_css_modules_staff to primer_react_css_modules_ga#4981
c8fe1c6Thanks @jonrohan! - Removes the feature flag from theBlankslatecomponent to always render with CSS modules.#4986
d6471aaThanks @francinelucca! - fix(Dialog): track mousedown event to prevent accidental closing#4967
98d3d13Thanks @TylerJDev! - Utilizes[disabled]selector instead of:disabledinTooltipV2to address a false positive#4977
1adea12Thanks @siddharthkp! - SelectPanel: Addrole=comboboxto filter input (behind feature flagprimer_react_select_panel_with_modern_action_list)#4971
ff56b04Thanks @jonrohan! - Changed Heading feature flag fromprimer_react_css_modules_stafftoprimer_react_css_modules_ga#4989
dc80aa6Thanks @camertron! - Allow color to be customized for medium-sized IconButtons#4968
da0f48bThanks @siddharthkp! - SelectPanel: Add announcements for screen readers (behind feature flagprimer_react_select_panel_with_modern_action_list)#4970
44a3dc9Thanks @joshblack! - Update tab in UnderlinePanels to set explicit type#5000
b8f6888Thanks @jonrohan! -Labelcomponent CSS module feature flag changed toprimer_react_css_modules_staff#4995
8a1ee22Thanks @lukasoppermann! - ProgressBar: Adding default gap between sections for progressbars with more than one section#4966
c097e96Thanks @siddharthkp! - SelectPanel: Fix focus and selection styles for Windows high contrast themes (behind feature flagprimer_react_select_panel_with_modern_action_list)#4997
dc2d1f3Thanks @TylerJDev! - Popover: Add note on deprecation ofcaretin v38#4987
b82286dThanks @langermank! - Bump stylelint + fixes