Skip to content

ui: v2.0.0

Latest
Compare
Choose a tag to compare
@receter receter released this 20 Dec 16:24
00431b3

2.0.0 (2024-12-20)

⚠ BREAKING CHANGES

  • ui: The OverflowMenuItem is a separate export now instead of OverflowMenu.Item

Features

  • add checkbox and radio (54f038a)
  • add LabeledControl component (283d655)
  • add TextArea (818116f)
  • add warning variant to Button component and update styles (5000691)
  • styling for checkboxes and radios (ed4e571)

Bug Fixes

  • concat class name of label and refactor to match new naming conventions (dc9cd80)
  • correct naming convention for container props (e167131)
  • fix type exports and update readme (86d57d4)
  • make text input max 100% width (bcf020a)
  • remove unnecessary type (9a23eed)
  • small improvements to overflow menu (d205b05)
  • update Button styles to include color (5d8bfaf)

Code Refactoring

  • ui: new type system and coding style (860b5fd)