Skip to content

Releases: shoutem/ui

v4.0.5 - ImageGalleryOverlay title padding adjustments

06 Oct 13:50
Compare
Choose a tag to compare
  • increase ImageGalleryOverlay title padding for iOS devices

Release 4.0.4 - update ListView component

14 Sep 12:55
88120a6
Compare
Choose a tag to compare

Introduces onLoadMoreThreshold prop to ListView component.

v4.0.3 - add react-native-svg to nativeDependencies

09 Sep 13:01
26c1d93
Compare
Choose a tag to compare
  • add react-native-svg to nativeDependencies so it can be autolinked when not otherwise provided in root package.json file

v4.0.2 - Add default icon size

04 Sep 07:54
f8a3031
Compare
Choose a tag to compare
  • added default icon height and width

v4.0.1 - Dropdown menu adjustments

03 Sep 13:29
d81e74a
Compare
Choose a tag to compare
  • added showSelectedOption
  • added option to choose dropdown menu iconName
  • selected option is now highlighted on dropdown modal

v4.0.0 - Introducing SVG icons

27 Aug 10:03
4fbd1b7
Compare
Choose a tag to compare

BREAKING CHANGES: font icons are deprecated and replaced by SVG icons.

  • Icon component now uses SVG icons instead of font icons
  • Existing set of font icons is replaced by a new SVG set
  • Users are allowed to add custom icons by using registerIcon function.

v3.0.0 - RN 63 compatibility (61 & 62 as well)

11 Aug 11:23
f244863
Compare
Choose a tag to compare
  • removes react and react-native from dependencies and updates their entries under peerDependencies to minimum versions
  • update package-lock.json
  • bumps lodash to dependabot suggestion

Set this as a breaking change due to the removal of react and react-native from dependencies and their new peerDependencies bumps.

v2.0.18 - introduced calculateLineHeight

31 Jul 08:45
9e6a4bc
Compare
Choose a tag to compare
  • introduced calculateLineHeight

v2.0.17

14 Jul 09:06
Compare
Choose a tag to compare

Improved logic and performance for DropDownModal and ListView

v2.0.15

09 Jul 08:51
Compare
Choose a tag to compare
  • Rework DropDownModal gradient logic
  • Fortify Keyboard helper conditions for android