Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.