Releases: jxom/bumbag-ui
Releases · jxom/bumbag-ui
v2.4.0
Features
- native: Support variable font weights in Android
- native: Support font weights that are mapped to a font, if a custom font is specified in the theme (e.g. font weight
700
may map to Roboto-Bold
, whereas font weight 400
may map to Roboto-Regular
). See the docs
v2.3.1
Enhancements
- native: Add support for
px
units on the size
prop in Icon
.
v2.3.0
Features
- native: Added
Picker
component
v2.2.2
Enhancements
- native: Added
Menu.OptionGroup
and Menu.OptionItem
v2.2.0
Features
- native: Add
Menu
component
v2.1.0
Features
- web: Added
filled
variant to form fields
- web: Added
containLabel
prop to form fields
- web: Added
gray
palette to Button
v2.0.9
Enhancements
- Updated Emotion deps to
@emotion/react@11.3.0
and @emotion/cache@11.4.0
v2.0.8
Enhancements
- web: Added
renderTopActions
and renderBottomActions
props to SelectMenu
v2.0.7
Fixes
- web: Fix
SelectMenu
search (#129)
v2.0.6
Fixes
- web: Fix issue where
Link
was using wrong HTML anchor type defs.