-
Notifications
You must be signed in to change notification settings - Fork 625
Release tracking (37.28.0) #6233
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
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. |
👋 Hi, this pull request contains changes to the source code that github/github depends on. If you are GitHub staff, we recommend testing these changes with github/github using the integration workflow. Thanks! |
size-limit report 📦
|
2a2c474
to
759eff6
Compare
759eff6
to
6ed59f9
Compare
6ed59f9
to
c26dcea
Compare
c26dcea
to
31bcc81
Compare
31bcc81
to
3887d55
Compare
3887d55
to
502e2ce
Compare
502e2ce
to
4964398
Compare
b9b600a
to
10b9c4f
Compare
👋 Hi, there are new commits since the last successful integration test. We recommend running the integration workflow once more, unless you are sure the new changes do not affect github/github. Thanks! |
10b9c4f
to
1951785
Compare
👋 Hi, there are new commits since the last successful integration test. We recommend running the integration workflow once more, unless you are sure the new changes do not affect github/github. Thanks! |
1951785
to
389f010
Compare
👋 Hi, there are new commits since the last successful integration test. We recommend running the integration workflow once more, unless you are sure the new changes do not affect github/github. Thanks! |
389f010
to
f0d979b
Compare
👋 Hi, there are new commits since the last successful integration test. We recommend running the integration workflow once more, unless you are sure the new changes do not affect github/github. Thanks! |
f0d979b
to
3ed93db
Compare
👋 Hi, there are new commits since the last successful integration test. We recommend running the integration workflow once more, unless you are sure the new changes do not affect github/github. Thanks! |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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
#6239
ccd5bab
Thanks @liuliu-dev! - Add loading support to ActionList.TrailingAction component.#6211
c99d42e
Thanks @joshblack! - Add partial support for React Compiler to components#6257
2fe33bf
Thanks @joshblack! - Update Truncate to use CSS Modules#6176
507da36
Thanks @jonrohan! - Migrate the TabNav component to use CSS modulesPatch Changes
#6256
0318b4b
Thanks @langermank! - Fix PageHeader context barfont-weight
#6223
4d85c34
Thanks @liuliu-dev! - Fix ActionList.Description title attribute for non-string children with truncate#6266
ac5a9c1
Thanks @jonrohan! - Bug fix: Fixing issue where page shifts when Dialog is open#6270
b2a44c3
Thanks @langermank! - Add CSS variable tocontrast
TextInput
#6267
196fbf5
Thanks @lukasoppermann! - Fixed position of leadingVisual#6295
12468d8
Thanks @francinelucca! - chore(FormControl): remove sx props#6259
ad6a52c
Thanks @TylerJDev! - SelectPanel: Adds focus indicator to disabled items#6284
ff6bf5c
Thanks @pksjce! - Fix the disappearance of overflow property in the Overlay component#6275
c50d530
Thanks @langermank! - Setcolor
on SegmentedControl icons#6177
5e1ed83
Thanks @langermank! - Add gap between ActionList label andtrailingVisual
#6278
29facae
Thanks @jonrohan! - chore: Refactor components to use BoxWithFallback instead of custom Box if statements and remove defaultSxProp references#6225
669c338
Thanks @KirankumarAmbati! - fix: remove min height calc logic for SelectPanel#6235
5446544
Thanks @liuliu-dev! - Prevent ActionList crash when selected prop is true without selectionVariant.