Releases: jxom/bumbag-ui
Releases · jxom/bumbag-ui
v1.0.12
Enhancements
- Improve TS definitions for CSS props, palettes, variants & others to leverage intellisense. 8df8371
v1.0.11
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
Enhancements
- DropdownMenu.Item: Added
hideOnClick
prop to prevent closure of popover menu when an item is clicked.
v1.0.9
Fixes
- Fixed issue where
regeneratorRuntime is undefined
for SelectMenu
and Autosuggest
components 7b5e8fa
- Fixed Reakit SSR ID mismatches. 749ec3b
v1.0.8
Enhancements
- Convert dependencies to use carets
v1.0.7
Fixes
- Fix undefined
theme.modes
variable
v1.0.4
Fixes
- Add missing
sticky
prop type to PageWithHeader
v1.0.3
Enhancements
- Provider: Add
isSSR
prop to Provider
for color mode consistency. Docs | Commit
v1.0.1
Fixes
- Fix incorrect
ParseIconsOpts
export