-
Notifications
You must be signed in to change notification settings - Fork 551
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 #5439
Release tracking #5439
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
00600f7
Thanks @mperrotti! - Corrects horizontal padding of<Button>
when the button only contains an icon and a counter label (no button text label).#5398
215d8e6
Thanks @langermank! - Convert ActionList, ActionList sub components and NavList to CSS Modules#5453
b07f806
Thanks @hussam-i-am! - Convert Autocomplete to CSS modules behind feature flag#5443
f03ae58
Thanks @jonrohan! - Deprecate use of sx prop by deprecating theSxProp
type definition#5484
efb1659
Thanks @hussam-i-am! - Fix responsive width of PageLayout#5456
e990fdb
Thanks @langermank! - chore(deps): update @primer/octicons-react to 19.13.0#5451
59a1346
Thanks @randall-krauskopf! - Convert Box usage in Autocomplete to CSS modules behind feature flag#5435
5cba52a
Thanks @joshblack! - Update Table to use CSS Modules behind feature flagPatch Changes
#5123
becad7d
Thanks @langermank! - Bug fix: ButtonGroup with Tooltip border-radius is incorrect#5382
83607df
Thanks @jonrohan! - Move Skeleton component css module feature flag to ga#5441
30e8c31
Thanks @joshblack! - test: add check for story ids in generated docs#5386
177eadc
Thanks @jonrohan! - Move Select component css module feature flag to ga#5388
e3856ba
Thanks @jonrohan! - Move TreeView component css module feature flag to staff#5384
eedbdbd
Thanks @jonrohan! - Move Stack component css module feature flag to ga#5444
8e481ca
Thanks @JelloBagel! - Fix Typography and Common props for BaseStyles when CSS modules feature flag is enabled#5387
e29c40c
Thanks @jonrohan! - Move Breadcrumbs component css module feature flag to ga#5380
fcc041d
Thanks @jonrohan! - Move Header component css module feature flag to ga#5476
578a33d
Thanks @TylerJDev! - ActionBar: Fixes issue whereActionBar
overflow 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.