github marigold-ui/marigold @marigold/components@5.0.0

Major Changes

  • #2764 1ff29cc0c Thanks @sebald! - refa: fix polymorph types + remove style props from <Box>

    BREAKING CHANGE:

    We deprecated the available short hands for styling on the <Box> component (also known as style props), for example <Box p="small">. This way it is more clear what to use when -> always the css prop.

    How to update your code: Basically move all style props to the css prop. E.g. <Box p="small" bg="primary"> becomes <Box css={{ p: "small, bg; "primary" }}>.

  • #2740 7a61d39f4 Thanks @sarahgm! - chore: rename onSelect to onAction in Menu component

  • #2733 9cb030c11 Thanks @sarahgm! - chore: change prop onSelectionChange to onChange for select component

Minor Changes

Patch Changes

Don't miss a new marigold release

NewReleases is sending notifications on new releases.