Skip to content

Releases: shoutem/ui

v4.0.15 - Adds missing links style to defaultThemeVariables

25 Nov 15:51
cb5b6eb
Compare
Choose a tag to compare
  • Adds missing links style to defaultThemeVariables

v4.0.14 - Fix ListEmptyComponent being displayed while loading

24 Nov 08:44
e97e9a8
Compare
Choose a tag to compare
  • Hid ListEmptyComponent while loading ListView data
  • Added different empty state handling for SectionList

v4.0.13 - Optimize style object and prop destructuring

23 Nov 11:17
12524c3
Compare
Choose a tag to compare
  • use ...otherProps and ...otherStyle instead of _.omit
  • remove need for contextual knowledge of style objects for TextInput

v4.0.12 - TextInput update

10 Nov 16:13
81b09cd
Compare
Choose a tag to compare
  • add highlightOnFocus bool prop to TextInput
    • adds 1 pixel wide border around TextInput with Text color (see default theme variables or check your own custom theme)
      E.g.:

Screenshot 2020-11-05 at 15 14 59

  • add errorMessage string prop
    • adds Caption with errorText styling (see default theme variables and form-error styleName or check your own custom theme) containing text from the prop
    • adds 1 pixel wide errorText color border around TextInput
      E.g.:

Screenshot 2020-11-05 at 15 15 11

v4.0.11 - add EmptyListImage component

10 Nov 14:15
7b57bfe
Compare
Choose a tag to compare
  • introduces EmptyListImage component
  • sets EmptyListImage component as ListEmptyComponent in ListView

v4.0.10 - Add missing )

28 Oct 13:43
7d5d651
Compare
Choose a tag to compare
  • add missing parenthesis in theme.js...

v4.0.9 - Fix resolveFontStyle function name

28 Oct 12:59
88fd385
Compare
Choose a tag to compare
  • Fix resolveFontStyle function name

v4.0.8 - Add missing imports

28 Oct 12:27
a47b07c
Compare
Choose a tag to compare
  • adds missing imports for resolveFontStyle and resolveFontWeight, whoops

v4.0.7 - Android font styling and fontFamily fixes

28 Oct 10:40
373ec56
Compare
Choose a tag to compare
  • add resolveFontFamily that resolves the correct font name to use on Android given fontFamily, fontWeight and fontStyle, e.g. Rubik-BoldItalic
  • add resolveFontWeight that resolves on a per-OS basis the use of a given font weight or normal (Android will default to system font if anything other than normal is passed
  • add resolveFontStyle that resolves on a per-OS basis the use of a given font style or normal (Android will default to system font if anything other than normal is passed

v4.0.6 - Improved keyboard offset calculation

16 Oct 12:54
2034fbb
Compare
Choose a tag to compare
Merge pull request #527 from shoutem/release/4.0.6

Release/4.0.6 - master