Skip to content

Releases: shoutem/ui

v6.1.2 - Add fontName fallback for resolveFontFamily

10 Jan 14:17
efe0cc1
Compare
Choose a tag to compare
  • fall back to Rubik-Regular when fontName isn't provided in resolveFontFamily

Release 6.1.0

21 Nov 12:45
f9bdf33
Compare
Choose a tag to compare
  • Inclusion of App level Toast component

v5.6.0

12 Oct 12:19
e8f30b2
Compare
Choose a tag to compare
  • Upgraded TabMenu component with styling corrections and tab item scroll snapping

v5.5.0 - Removed outdated examples, improved style overrides

11 Oct 14:37
20b641d
Compare
Choose a tag to compare
  • removed outdated examples
  • added style overrides for subcomponents in NumberInput and DropDownMenu

v5.4.0

17 Aug 12:26
f262576
Compare
Choose a tag to compare
  • Bump react native lottie, and add it's iOS dependency lib
  • PropType declaration changes for certain components
  • Add responsiveWidth / responsiveHeight helpers

v5.2.2 - Fix issue with HorizontalPager

06 Jun 14:04
c86a440
Compare
Choose a tag to compare

Added new component - CategoryPicker

31 May 09:26
ed8e0df
Compare
Choose a tag to compare
  • Added CategoryPicker component
  • various bug fixes

v5.0.1 - add 'github:' prefix for forked dependencies

28 Mar 12:03
80687dd
Compare
Choose a tag to compare
  • added github: prefix for forked dependencies, per new Github/npm conventions

v5.0.0 - Add icons, remove react-native-vector-icons

23 Mar 17:31
1531caf
Compare
Choose a tag to compare
  • BREAKING CHANGE: removed react-native-vector-icons lib
  • added multiple icons
  • introduced LoadingContainer that displays loading animation instead of children when loading is set to true
  • adjusted condition for rendering fallback empty list component for ListView

v4.9.2 - removed isScrolling condition in ListView, added new svg icons

02 Mar 08:04
1b34508
Compare
Choose a tag to compare
  • removed isScrolling condition in ListView. ListViews that were approximately height of the screen (3 columns lists) didn't trigger load more in some cases because of this condition
  • added new icons: camera, comments, gallery, like-heart