github-actions
released this
08 Oct 11:33
·
183 commits
to next
since this release
Patch Changes
-
Pagination: (#2460)
- Remove attributes
currentPage
andtotalPages
onPagination
- Replace
Pagination.Root
withPaginaton
- Replace
Pagination.Next
,Pagination.Previous
andPagination.Ellipsis
withPaginaton.Button
- Make
usePagination
return spreadable props for subcomponents - Add support for
showPages
andonChange
inusePagination
- Remove attributes
-
Skiplink: (#2577)
- Simplify DOM
- Add support for
forwardRef
-
Accordion: Animate open/close with CSS (#2527)
- Replace onFound with onToggle
-
Heading: (#2525)
- Classes with data attributes
- Move base style to utility classes
-
Modal: (#2440)
- Rename
Modal.Dialog
toModal
- Rename
Modal.Root
toModal.Context
- Replace
onInteractOutside
event withbackdropClose
boolean - Replace
closeButton
andcloseButtonTitle
onModal.Header
withcloseButton
onModal
- Add border to
Modal.Header
andModal.Footer
- Remove
Modal.Content
- Remove
onBeforeClose
- Remove
subtitle
fromModal.Header
- Rename
-
Body/Paragraph (#2529)
- Add body-xl token
- Add xl paragraph
- Remove ingress tokens
-
Ingress: Remove component (#2515)
- Use
Paragraph variant='long'
instead
- Use
-
Card: (#2509)
- Allow
Card
with content placed directly inside - Replace
Card.Header
,Card.Content
andCard.Footer
withCard.Block
- Replace
isLink
with anchor-in-heading +click
handler for better accessibility
- Allow
-
Modal: Remove
Modal.Header
andModal.Footer
, replace withModal.Block
(#2583) -
SkipLink: Remove ds-sr-only class (#2546)
-
Paragraph: Add css classes and style with data attributes (#2523)
-
Chip: (#2493)
- Add
Chip.Button
- Rename
Chip.Toggle
toChip.Radio
andChip.Checkbox
- Remove
Chip.Group
- Add