Skip to content

v0.10.5

Compare
Choose a tag to compare
@interactivellama interactivellama released this 12 Jun 22:29
· 7630 commits to master since this release

Release 0.10.5

Major Features

  • SetupAssistant: Add Component

Minor Features

  • ProgressRing: Add active theme
  • ButtonGroup: Adds list variant
  • Modal: Add small size support

Bugfixes

  • RadioGroup: Update labels from props after instance construction. Label and error label did not update after component is initialzied.
  • SetupAssistant: Design review and red-lining of component such as padding, spacing, and borders.
  • ColorPicker: Removes some differences between SLDS ColorPicker pattern and this library

Documentation

  • Codebase: Add default prop change warning
  • Accordion: 3 dropdowns in base whereas only 2 in base-open
  • Combobox: Dialog variant documation site example fix

Maintainance

  • Merge RadioButtonGroup and RadioGroup, so that one is composed over the other.