Skip to content

Releases: shoutem/ui

v0.17.0

28 Jun 12:48
Compare
Choose a tag to compare

New features

  • added support for Br tag

Fixes

  • fixed Html lists
  • fixed Navigation bar image boxing animation issue
  • Fix PhotoView version

v0.15.0

02 Jun 14:00
Compare
Choose a tag to compare

Breaking changes

icon font updated, renamed icons:

add-to-favorites-full → add-to-favorites-on
add-to-favorites → add-to-favorites-off
address-full → address
comment-full → comment
more-horiz → more-horizontal
reading → restaurant-menu
tag → products

removed no-title style name from navigation bar

New features

  • Convert theme constants to variables

Bug fixes

  • Fix a warning about refs on stateless components
  • Fix lint errors in the theme
  • Fix clear button text/icon colors above images
  • Fix large dropdown layout
  • Fix issues with dropdown in a form group
  • Fix switch color
  • Fix form components styling issues
  • Fix tag overlay colors
  • Fix issues with gallery examples
  • Fix indicator colors on image overlays
  • Update headers examples

v0.13.0

10 Apr 15:34
Compare
Choose a tag to compare

Thanks to 5 contributors who worked on this release!

Breaking changes

light and dark style names removed

light and dark styleNames are no longer supported. Use primary and secondary instead:

light -> primary
dark -> secondary

This change was implemented in order to allow more flexibility when creating themes. Each theme now has a primary and a secondary color. The original names were misleading in some situations because a dark theme will usually have a dark primary color, and a light secondary color.

New features

Bug fixes

v0.9.1

28 Sep 09:00
Compare
Choose a tag to compare

Thanks to a contributor who worked on this release!

Bug fixes

v0.9.0

26 Sep 11:57
Compare
Choose a tag to compare

Thanks to 7 contributors who worked on this release!

Bug fixes

New features and enhancements

  • Bump @shoutem/animation version to 0.8.6 a9718be - @SoHotSoup
  • Improve DropDownMenu autoselect 1ebcbfa - @MrBr
  • RichMedia component for rendering html/xml content as native components e3ccd90 - @Vunovati
  • ScrollView.DriverProvider component to share ScrollDriver between components that are not in parent/children relationship (e.g. Screen and NavigationBar) 27f18e6 - @SoHotSoup
  • Video component that has not react-native-video as dependency 094b249 - @Vunovati
  • Lightbox component created from Shoutem's fork of react-native-lightbox 6821f08 - @Vunovati
  • Add setNativeProps to Image component - 217d5ad - @Vunovati