-
Notifications
You must be signed in to change notification settings - Fork 645
Release tracking (38.1.0) #7096
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
✅ Peer Review
🤔 Sanity test
❗ Post-merge checklistPlease ensure these items are checked after merging: 🚢 Version upgrade, cleanup, and documentation
|
|
👋 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! |
e96ea65 to
86cc1e6
Compare
86cc1e6 to
2446ad6
Compare
2446ad6 to
0f9e6f8
Compare
0f9e6f8 to
995dba8
Compare
995dba8 to
430f77a
Compare
430f77a to
3d6c2d5
Compare
83a9cbe to
fc60f31
Compare
91131f0 to
f826eb3
Compare
f826eb3 to
689063e
Compare
siddharthkp
left a comment
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.
Verified, looks good!
|
Added |
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
#7065
9090053Thanks @TylerJDev! - ActionBar: AddActionBar.Menusubcomponent#7056
6ff2797Thanks @adierkens! - Update active indicators for ActionList & FilteredActionList to follow content height#7063
247c66aThanks @francinelucca! - Feat: popover implement click outside#7123
01b16dbThanks @adierkens! - Adds an experimentalTabsutility component & associated hooks#7109
34e7108Thanks @adierkens! - Add support to ActionList for 'tablist' and 'tab' roles#7112
7160709Thanks @hectahertz! - PageHeader: Remove useResponsiveValue hook from TitleArea variant propMigrates PageHeader.TitleArea's
variantprop to usegetResponsiveAttributesfollowing ADR-018 for SSR-safe responsive values. This prevents layout shift during hydration when using responsive variants.Patch Changes
#7114
15a13c6Thanks @liuliu-dev! - ActionList: Fix trailing action button to take full height.#7124
a746a83Thanks @lukasoppermann! - Fixed Timeline.Break when followed by a condensed item and clip sidebar for condensed items.#7060
3468793Thanks @francinelucca! - @primer/react: chore(Dialog): allow direct children#7115
21cefb9Thanks @siddharthkp! - ActionBar: IconButton no longer adds it's owndata-testid#7061
e58e102Thanks @francinelucca! - PageLayout: update wrapper dimensions to match PageLayout's root element#7130
57ffdbcThanks @joshblack! - Update theAnchoredOverlaycomponent so that therefvalue is not overridden when spreading props#7097
12fad7aThanks @francinelucca! - chore: fix UnderlineWrapper html structure#7101
9382e52Thanks @hectahertz! - Remove use of useResponsiveValue hook - PageLayout#7128
4d0f08aThanks @liuliu-dev! - Link: Remove deprecated underline prop. (Not used in github-ui)@primer/[email protected]
Minor Changes
3468793Thanks @francinelucca! - chore(Dialog): add slots