-
Notifications
You must be signed in to change notification settings - Fork 538
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 #3882
Release tracking #3882
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. |
f2d7e57
to
810e204
Compare
size-limit report 📦
|
810e204
to
2d34c66
Compare
2d34c66
to
25a90a0
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.
dotcom integration are passing, let's goooooo!
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]
Major Changes
#3384
3633535c
Thanks @joshblack! - Update styled-components and related dependencies to v5.x#3384
3633535c
Thanks @joshblack! - Remove components from deprecatedBorderBox
,ChoiceFieldset
,Flex
,Grid
,Position
,Dropdown
,FormGroup
,SelectMenu
,InputField
,Label
#3384
3633535c
Thanks @joshblack! - Remove components from draft bundle....
#3384
3633535c
Thanks @joshblack! - - ChangesleadingIcon
andtrailingIcon
toleadingVisual
andtrailingVisual
Button.Counter
as a child component, replacing it with acount
prop. This change allows us to use thetrailingVisual
slot for counters.outline
button variant as we wish to only supportinvisible
buttons.#3384
3633535c
Thanks @joshblack! - Remove deprecatedextralarge
variant fromToken
andTextInputWithToken
component#3384
3633535c
Thanks @joshblack! - Remove StyledOcticon component. The component was renamed toOcticon
. Update your imports by swappingStyledOcticon
withOcticon
#3384
3633535c
Thanks @joshblack! - Deprecates FilterList and FilteredSearch components#3384
3633535c
Thanks @joshblack! - Makes @types/styled-components an optional peer dependency, not a dependency#3384
3633535c
Thanks @joshblack! - ConfirmationDialog: Use createRoot instead of ReactDOM.render for React 18 compatibility.#3384
3633535c
Thanks @joshblack! - Update minimum version for react and react-dom to v18#3384
3633535c
Thanks @joshblack! - RemoveDropdownButton
andDropdownMenu
from deprecated and update the usages across#3384
3633535c
Thanks @joshblack! - The Autocomplete component no longer uses the deprecated ActionList component. There have been minor API updates, but it's largely the same.#3384
3633535c
Thanks @joshblack! - Removes 'warning' option from form components'validationStatus
props#3384
3633535c
Thanks @joshblack! - Remove support foractiveClassName
for Breadcrumb, SubNav, TabNav, UnderlineNav#3384
3633535c
Thanks @joshblack! - Ensure ActionList item hasborder-radius
on hover withfull
variantPatch Changes
#3384
3633535c
Thanks @joshblack! - Fixes type errors that appeared during v36 development. Likely caused by Button updates#3384
3633535c
Thanks @joshblack! - Use IconButton instead of ButtonClose in v1 Dialog.#3384
3633535c
Thanks @joshblack! - FilteredActionList now uses new ActionList as a base, and SelectPanel reflects those changes.