Releases: jxom/bumbag-ui
Releases · jxom/bumbag-ui
v2.0.5
Enhancements
- web: Fix TopNav pill variant styling
v2.0.4
Enhancements
- web: Add a controlled version of Tabs
v2.0.3
Enhancements
- web: Add
mountWhenInactive
prop to Tabs
v2.0.2
Enhancements
- Native: Add
throttle
prop to Box.Touchable
, Box.TouchableWithoutFeedback
and Pressable
to enable throttling on the onPress
event.
v2.0.1
Enhancements
- Native: Add
throttle
prop to Button
to enable throttling on the onPress
event.
v2.0.0
Breaking changes
- No breaking changes in v2! 🥳
Features
- Native: Support for React Native!
- Web: Support for Gradients
v1.11.5
Fixes
- Fix issue where
Box
styles were taking incorrect precedence (#113)
- Fix issue where the
isSSR
prop were causing applications to render twice (#103)
v1.11.4
Fixes
- Fix
SelectMenu
going into an infinite loop with Formik integration
- Fix
Box
reset styles
v1.11.1
Enhancements
Fixes
- Fix issue where clicking the label on
SelectMenu
wouldn't open the menu
v1.11.0
Features
- Added
borderless
and underline
variants to Select
. Docs
- Added
borderless
and underline
variants to SelectMenu
. Docs
- Added
borderless
and underline
variants to Autosuggest
. Docs