-
Notifications
You must be signed in to change notification settings - Fork 573
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 (37.0.0-rc.2) #4850
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 📦
|
5faed2c
to
188532c
Compare
188532c
to
ec05388
Compare
ec05388
to
d5b4f29
Compare
d5b4f29
to
4af10bf
Compare
4af10bf
to
f7d80a4
Compare
f7d80a4
to
3267078
Compare
3267078
to
294a843
Compare
294a843
to
6c5a109
Compare
0eb5e03
to
fd3cd78
Compare
fd3cd78
to
1a43d8f
Compare
1a43d8f
to
2c93fb7
Compare
2c93fb7
to
905ca11
Compare
905ca11
to
c3064dd
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.
Integration tests are 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.
main
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onmain
.Releases
@primer/[email protected]
Major Changes
#4783
7c57f40d55ba2f10c6255e5273d5ae8021a919e5
Thanks @joshblack! - Remove the SSRProvider component and useSSRSafeId hook#4781
2d7307ae575e0a5e17e602bab860e538e2bc148a
Thanks @joshblack! - Remove the deprecated FilterList component from Primer ReactMinor Changes
#4804
fd2c7052be423150648d30f4baca0857b0644318
Thanks @joshblack! - Remove experimental TabPanels component in preference of UnderlinePanels#4819
0112347b23d1aebf9a5dfea5cb01591b700dd653
Thanks @joshblack! - Update Heading component to use CSS Modules behind feature flag#4750
414c140cf86b37cd0104cdc8b027636a57cc0127
Thanks @iansan5653! - AddKeybindingHint
component for indicating an available keyboard shortcut#4852
1cb1470d587087d9927abd2b2991c5068b79cdf4
Thanks @joshblack! - Add support for sourcemaps for emitted CSS filesPatch Changes
#4795
ca6b4b1b6db2e867212689417503fcf3f29a7bce
Thanks @siddharthkp! - ActionList: Enable focusZone for roles listbox and menu#4828
1a674f7ad18eb51bfc3ea63ec53b14880ebfd25a
Thanks @jonrohan! - Refactor Link component to use CSS modules using the feature flagprimer_react_css_modules
#4841
f3b08dfd20681b04c5812a5ff66ea65d0e090db9
Thanks @TylerJDev! - Removearia-busy
fromProgressBar
component#4857
16c31e6933d4f98db15baa880110fdf8aa2409e5
Thanks @jonrohan! - fix(Blankslate): Don't use Box to render heading when flag is enabled#4855
873249a1e31d74e1d94399f495558ce9574f22c5
Thanks @mattcosta7! - avoid useeffect when syncing theme config