-
Notifications
You must be signed in to change notification settings - Fork 547
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 (next major) #3147
Conversation
size-limit report 📦
|
b77ceb1
to
5a12529
Compare
5a12529
to
84e8d27
Compare
Hey @joshblack! Curious to know if this PR should stay up to date to |
Hey @broccolinisoup! My understanding is that it should stay as close to up-to-date as we can make it. Once merge conflicts get introduced I'm not sure how that will shake out though 😅 |
😬 We'll see 😄 I agree! How do we keep it up-to-date now? Is it manual? I cannot see that "Update Branch" button as we have on PRs 🤔 |
Good question @broccolinisoup 🤔 I guess we should have a PR for going from |
Good point! I missed that. Thanks for the convo 🎉 |
84e8d27
to
11f637d
Compare
11f637d
to
a49d62d
Compare
a49d62d
to
29f799b
Compare
29f799b
to
7252a05
Compare
7421336
to
6ce6514
Compare
5a17b52
to
bb86b07
Compare
573519e
to
66f3ea6
Compare
213e7ce
to
7e0d498
Compare
7e0d498
to
6664789
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 next-major, this PR will be updated.
Releases
@primer/react@36.0.0
Major Changes
#3569
22434e2d
Thanks @joshblack! - Update styled-components and related dependencies to v5.x#3542
8f7186af
Thanks @broccolinisoup! - Remove components from deprecatedBorderBox
,ChoiceFieldset
,Flex
,Grid
,Position
,Dropdown
,FormGroup
,SelectMenu
,InputField
,Label
#3260
52c8d220
Thanks @broccolinisoup! - Remove components from draft bundle....
#2893
98ea43fa
Thanks @langermank! - - 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.#3313
77d4042f
Thanks @broccolinisoup! - Remove deprecatedextralarge
variant fromToken
andTextInputWithToken
component#3735
5676ffc1
Thanks @jonrohan! - Remove StyledOcticon component. The component was renamed toOcticon
. Update your imports by swappingStyledOcticon
withOcticon
#3396
318f9d6d
Thanks @mperrotti! - Deprecates FilterList and FilteredSearch components#3399
d5f394ea
Thanks @mperrotti! - Makes @types/styled-components an optional peer dependency, not a dependency#3367
3a701364
Thanks @radglob! - ConfirmationDialog: Use createRoot instead of ReactDOM.render for React 18 compatibility.#3240
5d7d55b0
Thanks @joshblack! - Update minimum version for react and react-dom to v18#3544
134f2658
Thanks @broccolinisoup! - RemoveDropdownButton
andDropdownMenu
from deprecated and update the usages across#3387
a8dbf4a5
Thanks @mperrotti! - The Autocomplete component no longer uses the deprecated ActionList component. There have been minor API updates, but it's largely the same.#3414
eab4d15c
Thanks @mperrotti! - Removes 'warning' option from form components'validationStatus
props#3319
5d31e628
Thanks @broccolinisoup! - Remove support foractiveClassName
for Breadcrumb, SubNav, TabNav, UnderlineNav#3556
ce628a9b
Thanks @langermank! - Ensure ActionList item hasborder-radius
on hover withfull
variantPatch Changes
#3456
6df7ae21
Thanks @mperrotti! - Fixes type errors that appeared during v36 development. Likely caused by Button updates#3557
b0fc071c
Thanks @radglob! - Use IconButton instead of ButtonClose in v1 Dialog.#3354
d848aa51
Thanks @joshblack! - FilteredActionList now uses new ActionList as a base, and SelectPanel reflects those changes.