Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Releases: jxom/bumbag-ui

v1.3.3

22 Sep 04:19
Compare
Choose a tag to compare

Enhancements

  • Tooltip: Add ability to pass a tooltipState props to <Tooltip>

v1.3.2

22 Sep 04:19
Compare
Choose a tag to compare

Enhancements

  • DropdownMenu: Add ability to pass a dropdownMenuState props to <DropdownMenu>

v1.3.1

08 Sep 06:09
Compare
Choose a tag to compare

Enhancements

v1.3.0

05 Sep 14:58
Compare
Choose a tag to compare

Features

  • Added an OptionButtons component. Docs

v1.2.0

03 Sep 06:59
Compare
Choose a tag to compare

Features

  • Menu: Added Menu.OptionGroup and Menu.OptionItem components for selectable option menu items (checkbox or radio). Docs
  • DropdownMenu: Added DropdownMenu.OptionGroup and DropdownMenu.OptionItem components. Docs

v1.1.16

31 Aug 12:06
Compare
Choose a tag to compare

Fixes

  • Dialog: Fixed issue where footer didn't span the entire width (#54)

v1.1.14

30 Aug 05:47
Compare
Choose a tag to compare

Fixes

  • Various performance improvements

v1.1.13

27 Aug 07:19
Compare
Choose a tag to compare

Fixes

  • Fix issue where last switch item in a horizontal SwitchGroup had a top margin

v1.1.12

27 Aug 07:19
Compare
Choose a tag to compare

Enhancements

  • Add disable & group pseudo selectors to Box. Docs

Fixes

  • Fix issue where double clicking Autosuggest will restrict closure of the popover

v1.1.10

25 Aug 12:42
Compare
Choose a tag to compare

Fixes

  • Fix inconsistent spacings on CheckboxGroup and RadioGroup