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

Releases: jxom/bumbag-ui

v2.0.5

22 Jun 00:17
Compare
Choose a tag to compare

Enhancements

  • web: Fix TopNav pill variant styling

v2.0.4

24 May 12:33
Compare
Choose a tag to compare

Enhancements

  • web: Add a controlled version of Tabs

v2.0.3

24 May 12:33
Compare
Choose a tag to compare

Enhancements

  • web: Add mountWhenInactive prop to Tabs

v2.0.2

24 May 03:01
Compare
Choose a tag to compare

Enhancements

  • Native: Add throttle prop to Box.Touchable, Box.TouchableWithoutFeedback and Pressable to enable throttling on the onPress event.

v2.0.1

24 May 03:00
Compare
Choose a tag to compare

Enhancements

  • Native: Add throttle prop to Button to enable throttling on the onPress event.

v2.0.0

26 Apr 00:47
Compare
Choose a tag to compare

Breaking changes

  • No breaking changes in v2! 馃コ

Features

  • Native: Support for React Native!
  • Web: Support for Gradients

v1.11.5

23 Mar 11:37
Compare
Choose a tag to compare

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

18 Mar 05:58
Compare
Choose a tag to compare

Fixes

  • Fix SelectMenu going into an infinite loop with Formik integration
  • Fix Box reset styles

v1.11.1

17 Mar 05:17
Compare
Choose a tag to compare

Enhancements

  • Add label to Autosuggest

Fixes

  • Fix issue where clicking the label on SelectMenu wouldn't open the menu

v1.11.0

16 Mar 10:18
Compare
Choose a tag to compare

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