-
Notifications
You must be signed in to change notification settings - Fork 645
Release tracking(38.2.0) #7159
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(38.2.0) #7159
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-ui depends on. If you are GitHub staff, test these changes with github/github-ui using the integration workflow. Or, apply the |
183cd61 to
3ff9659
Compare
3ff9659 to
1e28ac3
Compare
1e28ac3 to
431a522
Compare
431a522 to
902486e
Compare
902486e to
a581ae5
Compare
a581ae5 to
62ae6b6
Compare
62ae6b6 to
56f1b2a
Compare
25a4d60 to
1ae9d8e
Compare
1ae9d8e to
274ca63
Compare
05fdc45 to
9a29d4f
Compare
9a29d4f to
2265327
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.
All steps completed for merge. Manually adding integration tests passing after verifying
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/styled-react@1.0.0
Major Changes
d9a0747Thanks @francinelucca! - chore: remove styled PageLayoutPatch Changes
b83328cThanks @siddharthkp! - Allow any@primer/reactversion as peer dependency.@primer/react@38.2.0
Minor Changes
#7185
a05b1f9Thanks @lukasoppermann! - CounterLabel: Add variant prop and deprecate scheme prop#7165
f2ba02aThanks @liuliu-dev! - Fixes multiple styling issues in the Token component.#7194
32cdcfcThanks @francinelucca! - feat(NavList): add support for inline and block description#7143
25a5f99Thanks @langermank! - Adjust styling for button's that have nested keybinding hints#7196
70f5ffeThanks @TylerJDev! - FilteredActionList: RemoveusingRemoveActiveDescendantfeature flag, add private prop#7059
fd3d09eThanks @jonrohan! - feat(Spinner): Adds a delay prop to the Spinner component that delays rendering by 1000ms.#7149
5e6e04eThanks @lukasoppermann! - StateLabel: Add size prop and deprecate variant prop to align with APIs in other components.#7142
4f3be9cThanks @TylerJDev! - IconButton: Hide tooltip when a popup is open.Patch Changes
#7102
07c9e55Thanks @mperrotti! - Makes Button and LinkButton 'link' variant respect user underline preference#7189
424cbc5Thanks @liuliu-dev! - Prevent focus reset on date/time input clicks in Safari.#7180
f051a39Thanks @copilot-swe-agent! - Feature flags: Remove feature flagprimer_react_use_styled_react_theming#7198
b1a8accThanks @copilot-swe-agent! - Popover: add missing shadow#7188
9403294Thanks @liuliu-dev! - Remove unusedunderlineprop from LinkButtonProps.#7192
b78167aThanks @TylerJDev! - SelectPanel: RemoveusingRemoveActiveDescendantusage from component