-
Notifications
You must be signed in to change notification settings - Fork 647
Release tracking #3882
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
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
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.
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
3633535cThanks @joshblack! - Update styled-components and related dependencies to v5.x#3384
3633535cThanks @joshblack! - Remove components from deprecatedBorderBox,ChoiceFieldset,Flex,Grid,Position,Dropdown,FormGroup,SelectMenu,InputField,Label#3384
3633535cThanks @joshblack! - Remove components from draft bundle....
#3384
3633535cThanks @joshblack! - - ChangesleadingIconandtrailingIcontoleadingVisualandtrailingVisualButton.Counteras a child component, replacing it with acountprop. This change allows us to use thetrailingVisualslot for counters.outlinebutton variant as we wish to only supportinvisiblebuttons.#3384
3633535cThanks @joshblack! - Remove deprecatedextralargevariant fromTokenandTextInputWithTokencomponent#3384
3633535cThanks @joshblack! - Remove StyledOcticon component. The component was renamed toOcticon. Update your imports by swappingStyledOcticonwithOcticon#3384
3633535cThanks @joshblack! - Deprecates FilterList and FilteredSearch components#3384
3633535cThanks @joshblack! - Makes @types/styled-components an optional peer dependency, not a dependency#3384
3633535cThanks @joshblack! - ConfirmationDialog: Use createRoot instead of ReactDOM.render for React 18 compatibility.#3384
3633535cThanks @joshblack! - Update minimum version for react and react-dom to v18#3384
3633535cThanks @joshblack! - RemoveDropdownButtonandDropdownMenufrom deprecated and update the usages across#3384
3633535cThanks @joshblack! - The Autocomplete component no longer uses the deprecated ActionList component. There have been minor API updates, but it's largely the same.#3384
3633535cThanks @joshblack! - Removes 'warning' option from form components'validationStatusprops#3384
3633535cThanks @joshblack! - Remove support foractiveClassNamefor Breadcrumb, SubNav, TabNav, UnderlineNav#3384
3633535cThanks @joshblack! - Ensure ActionList item hasborder-radiuson hover withfullvariantPatch Changes
#3384
3633535cThanks @joshblack! - Fixes type errors that appeared during v36 development. Likely caused by Button updates#3384
3633535cThanks @joshblack! - Use IconButton instead of ButtonClose in v1 Dialog.#3384
3633535cThanks @joshblack! - FilteredActionList now uses new ActionList as a base, and SelectPanel reflects those changes.