-
Notifications
You must be signed in to change notification settings - Fork 642
Release tracking #4674
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 #4674
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. |
size-limit report 📦
|
84078a1 to
7dfc870
Compare
b74799b to
98573c6
Compare
98573c6 to
f36bbe2
Compare
f36bbe2 to
74e5c52
Compare
a816cc4 to
5fb70f2
Compare
5fb70f2 to
4dadfde
Compare
4dadfde to
40d7d3a
Compare
40d7d3a to
0d14af0
Compare
0d14af0 to
71b1b7e
Compare
71b1b7e to
f1de220
Compare
f1de220 to
2b97d0b
Compare
2b97d0b to
56c4929
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
#4634
db72a714211b1f2aa8ee0cebaca056c702963542Thanks @khiga8! - Introduce ActionList.TrailingAction to support secondary action on ActionList.Item#4052
e2f35e2eda04e2128aaaf98c188cc94a34de7aebThanks @mperrotti! - Adds components to support skeleton loading states, and uses those components to replace ad-hoc skeleton loading states in Primer React components.#4140
c093411ec6caa4d4ce1720a68a22e492d5f39458Thanks @mperrotti! - Adds a prop,srText, to the Spinner component to convey a loading message to assistive technologies such as screen readers.#4272
3c467efc794d47326613796149f422c24a9b3cb9Thanks @TylerJDev! - (Behind feature flag) ActionList: Utilizes<button>inside of<li>for interactive items.#4527
623b16e9832173d418092e47a85fd0a0a0d895f8Thanks @langermank! - Addtruncationprop toButtonto allow for ellipses overflow or text wrapping for long button labels#4550
3e493ba0723c9f0eadfacae6389959023561a700Thanks @mperrotti! - Adds UnderlinePanels component. It's like UnderlineNav, but for rendering semantic tabs instead of links.Patch Changes
#4651
b13bbb33d547352926af5206741db123457a09a1Thanks @mperrotti! - Prevents text color from changing on hover for "inactive" ActionMenu.Items of the "danger" variant. Before this change, the text color would change on hover. After this change, the text color remains the same on hover.#4695
9ee8ec9a16d9a72e4723163115dd59ce7e8dce28Thanks @TylerJDev! - Fixes conditional inActionList.Itemthat was dependent on FF being active before applying forwarded ref.