Skip to content

Releases: shoutem/ui

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

v4.9.1 - TextInput improvements

28 Feb 12:41
04142f3
Compare
Choose a tag to compare
  • added support for onFocus and onBlur props in TextInput component
  • added style prop for error message in TextInput component

v4.9.0

22 Feb 17:02
1770fb2
Compare
Choose a tag to compare
  • InlineDropDownMenu improvements for custom styling
  • TextInput fix for error style overrides

v4.8.0 - lint and ListView localization improvements

10 Feb 10:01
683d15e
Compare
Choose a tag to compare
  • added our lint packages and their peer dependencies, to match our linting conventions
  • expose localization of EmptyListImage inside ListView component

v4.7.0 - remove semver ranges from deps, improve ScrollView

19 Jan 12:49
c4c3f4c
Compare
Choose a tag to compare
  • remove semver ranges from dependencies
  • remove semver ranges from devDependencies
  • add support for onScroll in ScrollView that is executed alongside existing scroll animations
  • introduce onAnimationDriverChange handler to ScrollDriverProvider that can be used to update components outside of ScrollView when its animation driver changes

v4.6.6 - DateTimePicker and Screen improvements

09 Dec 09:16
4c5db56
Compare
Choose a tag to compare
  • added date support for DateTimePicker and applied various improvements
  • added padding variations styleName possibility for Screen component

v4.6.5 - SimpleHtml style improvements

09 Dec 09:14
d75cf84
Compare
Choose a tag to compare
  • added outerPadding prop to SimpleHtml component so that the component that is implementing SimpleHtml can adjust padding properly
  • adjusted padding calculation

v4.6.4 - ListView fix

15 Oct 06:22
eebb18b
Compare
Choose a tag to compare
  • properly set "isScrolling" state in ListView

v4.6.3 - SimpleHtml custom alterNode, small improvements and updates

04 Oct 09:34
a9370e9
Compare
Choose a tag to compare
  • prevented loadMore if user isn't scrolling
  • added SimpleHtml custom alter node prop
  • added DropDownMenu style variables
  • updated version of react-native-youtube-iframe

v4.6.2 - search field & SimpleHtml style adjustments

08 Sep 12:36
96d9168
Compare
Choose a tag to compare
  • fixed search field min width style
  • fixed centering of SimpleHtml content in case when SimpleHtml's container had it's own margin/padding