Releases: shoutem/ui
Releases · shoutem/ui
v4.9.2 - removed isScrolling condition in ListView, added new svg icons
- removed
isScrolling
condition inListView
.ListView
s 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
- added support for
onFocus
andonBlur
props inTextInput
component - added style prop for error message in
TextInput
component
v4.9.0
v4.8.0 - lint and ListView localization improvements
- added our lint packages and their peer dependencies, to match our linting conventions
- expose localization of
EmptyListImage
insideListView
component
v4.7.0 - remove semver ranges from deps, improve ScrollView
- remove semver ranges from
dependencies
- remove semver ranges from
devDependencies
- add support for
onScroll
inScrollView
that is executed alongside existing scroll animations - introduce
onAnimationDriverChange
handler toScrollDriverProvider
that can be used to update components outside ofScrollView
when its animation driver changes
v4.6.6 - DateTimePicker and Screen improvements
- added date support for
DateTimePicker
and applied various improvements - added padding variations styleName possibility for
Screen
component
v4.6.5 - SimpleHtml style improvements
- added outerPadding prop to
SimpleHtml
component so that the component that is implementingSimpleHtml
can adjust padding properly - adjusted padding calculation
v4.6.4 - ListView fix
- properly set "isScrolling" state in ListView
v4.6.3 - SimpleHtml custom alterNode, small improvements and updates
- 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
- fixed search field min width style
- fixed centering of SimpleHtml content in case when SimpleHtml's container had it's own margin/padding