-
Notifications
You must be signed in to change notification settings - Fork 645
Release tracking (37.9.0) #5439
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! |
6b2fda0 to
b736dac
Compare
size-limit report 📦
|
083bd20 to
f1ba47a
Compare
f1ba47a to
ae7122e
Compare
ae7122e to
86e533d
Compare
86e533d to
bcf0659
Compare
bcf0659 to
e317005
Compare
e317005 to
3f4e749
Compare
7a0b39b to
2cac897
Compare
2cac897 to
7572947
Compare
7572947 to
86b6bfb
Compare
86b6bfb to
d7c6367
Compare
d7c6367 to
cb27cb1
Compare
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
#5448
00600f7Thanks @mperrotti! - Corrects horizontal padding of<Button>when the button only contains an icon and a counter label (no button text label).#5398
215d8e6Thanks @langermank! - Convert ActionList, ActionList sub components and NavList to CSS Modules#5453
b07f806Thanks @hussam-i-am! - Convert Autocomplete to CSS modules behind feature flag#5443
f03ae58Thanks @jonrohan! - Deprecate use of sx prop by deprecating theSxProptype definition#5484
efb1659Thanks @hussam-i-am! - Fix responsive width of PageLayout#5456
e990fdbThanks @langermank! - chore(deps): update @primer/octicons-react to 19.13.0#5451
59a1346Thanks @randall-krauskopf! - Convert Box usage in Autocomplete to CSS modules behind feature flag#5435
5cba52aThanks @joshblack! - Update Table to use CSS Modules behind feature flagPatch Changes
#5123
becad7dThanks @langermank! - Bug fix: ButtonGroup with Tooltip border-radius is incorrect#5382
83607dfThanks @jonrohan! - Move Skeleton component css module feature flag to ga#5441
30e8c31Thanks @joshblack! - test: add check for story ids in generated docs#5386
177eadcThanks @jonrohan! - Move Select component css module feature flag to ga#5388
e3856baThanks @jonrohan! - Move TreeView component css module feature flag to staff#5384
eedbdbdThanks @jonrohan! - Move Stack component css module feature flag to ga#5444
8e481caThanks @JelloBagel! - Fix Typography and Common props for BaseStyles when CSS modules feature flag is enabled#5387
e29c40cThanks @jonrohan! - Move Breadcrumbs component css module feature flag to ga#5380
fcc041dThanks @jonrohan! - Move Header component css module feature flag to ga#5476
578a33dThanks @TylerJDev! - ActionBar: Fixes issue whereActionBaroverflow menu would persist even if it was no longer needed; allows overflow menu to appear on initial render if there is no space for all items.