Skip to content

v1.0.0-beta.42

Compare
Choose a tag to compare
@preshonyee preshonyee released this 24 May 17:05
· 55 commits to main since this release

Badge component:

- πŸ†•: `backgroundColor`, `color` and `position` props are now handled by `system` props.
- ✨: `text` prop now supports `string` type.

Box component:

- πŸ†•: `height`, `width`, `color`, `border`, `position`, `minWidth`, `minHeight`, `maxWidth`, `maxHeight`, all padding and margin props are now handled by the `system` props.
- πŸ†•: `role` prop allows setting the ARIA role for the `Box` component
- ❗ BREAKING: `overflow` prop has been removed.

Text component:

- ✨: `variant` prop is no longer required