Releases: shoutem/ui
Releases · shoutem/ui
v4.0.5 - ImageGalleryOverlay title padding adjustments
- increase ImageGalleryOverlay title padding for iOS devices
Release 4.0.4 - update ListView component
Introduces onLoadMoreThreshold
prop to ListView component.
v4.0.3 - add react-native-svg to nativeDependencies
- add
react-native-svg
tonativeDependencies
so it can be autolinked when not otherwise provided in rootpackage.json
file
v4.0.2 - Add default icon size
- added default icon height and width
v4.0.1 - Dropdown menu adjustments
- added
showSelectedOption
- added option to choose dropdown menu
iconName
- selected option is now highlighted on dropdown modal
v4.0.0 - Introducing SVG icons
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)
- removes
react
andreact-native
fromdependencies
and updates their entries underpeerDependencies
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
- introduced calculateLineHeight