Releases: shoutem/ui
Releases · shoutem/ui
v4.0.15 - Adds missing links style to defaultThemeVariables
- Adds missing links style to
defaultThemeVariables
v4.0.14 - Fix ListEmptyComponent being displayed while loading
- Hid
ListEmptyComponent
while loadingListView
data - Added different empty state handling for
SectionList
v4.0.13 - Optimize style object and prop destructuring
- use
...otherProps
and...otherStyle
instead of_.omit
- remove need for contextual knowledge of
style
objects forTextInput
v4.0.12 - TextInput update
- add
highlightOnFocus
bool prop toTextInput
- adds 1 pixel wide border around
TextInput
withText
color (see default theme variables or check your own custom theme)
E.g.:
- adds 1 pixel wide border around
- add
errorMessage
string prop- adds
Caption
witherrorText
styling (see default theme variables andform-error
styleName
or check your own custom theme) containing text from the prop - adds 1 pixel wide
errorText
color border aroundTextInput
E.g.:
- adds
v4.0.11 - add EmptyListImage component
- introduces
EmptyListImage
component - sets
EmptyListImage
component asListEmptyComponent
inListView
v4.0.10 - Add missing )
- add missing parenthesis in
theme.js
...
v4.0.9 - Fix resolveFontStyle function name
- Fix resolveFontStyle function name
v4.0.8 - Add missing imports
- adds missing imports for
resolveFontStyle
andresolveFontWeight
, whoops
v4.0.7 - Android font styling and fontFamily fixes
- add
resolveFontFamily
that resolves the correct font name to use on Android givenfontFamily
,fontWeight
andfontStyle
, e.g.Rubik-BoldItalic
- add
resolveFontWeight
that resolves on a per-OS basis the use of a given font weight ornormal
(Android will default to system font if anything other thannormal
is passed - add
resolveFontStyle
that resolves on a per-OS basis the use of a given font style ornormal
(Android will default to system font if anything other thannormal
is passed
v4.0.6 - Improved keyboard offset calculation
Merge pull request #527 from shoutem/release/4.0.6 Release/4.0.6 - master