Skip to content

v12.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jul 16:52
· 221 commits to master since this release

12.0.0 (2022-07-10)

⚠ BREAKING CHANGES

  • css: Changed all CSS color variable names to just be a single dash

Features

  • Box: Added transparent to all color options (0831ff0)
  • Button: Added props to control border, backgroundColor and textColor on hover and active states (2d3c4e0)
  • css: Change all CSS color variables names to no longer require a double dash before the shade. (a7eaeed)
  • Form: Added a useForm hook and other components that can be used for a form validation pattern (f13da70)
  • ModalManager: Added ModalManager to manage multiple modal being visible at the same time (ad1f81b)

Fixes

  • InputLabel: Allow labels and descriptions to be JSX.Elements (32d007b)