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.0.12

13 Aug 05:49
Compare
Choose a tag to compare

Enhancements

  • Improve TS definitions for CSS props, palettes, variants & others to leverage intellisense. 8df8371

v1.0.11

13 Aug 00:49
Compare
Choose a tag to compare

Fixes

  • Fixed issue where wrap was being appended to html props. ef0cd22
  • SelectMenu: Fixed issue where an option could be selected more than once on a multi-select select menu. 83b04f7
  • Autosuggest: Fixed issue where element.focus was undefined in Firefox 60b9f17

v1.0.10

09 Aug 23:55
Compare
Choose a tag to compare

Enhancements

  • DropdownMenu.Item: Added hideOnClick prop to prevent closure of popover menu when an item is clicked.

v1.0.9

07 Aug 07:16
Compare
Choose a tag to compare

Fixes

  • Fixed issue where regeneratorRuntime is undefined for SelectMenu and Autosuggest components 7b5e8fa
  • Fixed Reakit SSR ID mismatches. 749ec3b

v1.0.8

07 Aug 00:35
Compare
Choose a tag to compare

Enhancements

  • Convert dependencies to use carets

v1.0.7

07 Aug 00:34
Compare
Choose a tag to compare

Fixes

  • Fix undefined theme.modes variable

v1.0.4

06 Aug 14:34
Compare
Choose a tag to compare

Fixes

  • Add missing sticky prop type to PageWithHeader

v1.0.3

06 Aug 02:20
Compare
Choose a tag to compare

Enhancements

  • Provider: Add isSSR prop to Provider for color mode consistency. Docs | Commit

v1.0.2

04 Aug 02:58
Compare
Choose a tag to compare

Enhancements

v1.0.1

04 Aug 02:57
Compare
Choose a tag to compare

Fixes

  • Fix incorrect ParseIconsOpts export