Releases: shoutem/ui
Releases · shoutem/ui
v0.17.0
v0.15.0
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
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
- Add Touchable and TouchableNativeFeedback (284874b) - @zrumenjak
- Add an example app created using CRNA (8c20857) - @zrumenjak
- Export default theme variables (b11c101) - @zrumenjak
- Make ListView header container styleable (8e19d0f) - @MrBr
Bug fixes
- Hide YouTube title and share button from thumbnail (0fdf3f6) - @aleksisara
- DropDownComponent padding issue solved (01ea95f) - @yusufyildirim
- Change the default colors for NavigationBar icons and text (title) (c6ac0e3) - @filiphosko
- Fix navigation bar alignment issues (9a2fc8b) - @zrumenjak
- Fix incorrect button styles and outdated examples (6f5abca) - @zrumenjak
- Add missing style rules for overlays (413e8f0) - @zrumenjak
- Update outdated examples (5a8f65b) - @zrumenjak
v0.9.1
v0.9.0
Thanks to 7 contributors who worked on this release!
Bug fixes
- Fix the network indicator when ListView unmounts 40c6c25 - @zrumenjak
- Remove useless console.log 41b2208 - @tdurand
- Allow both kinds of Image
source
s. Example:<Image source={require('img.png')}
. a6fceb8 - @plougsgaard - Change
rnpm link
toreact-native link
1fdf9d6 - @emailnitram - Fix npm test command e23c227 - @Vunovati
- Fix
Images
example 55dce4a - @Vunovati
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 - @VunovatiScrollView.DriverProvider
component to shareScrollDriver
between components that are not in parent/children relationship (e.g.Screen
andNavigationBar
) 27f18e6 - @SoHotSoupVideo
component that has notreact-native-video
as dependency 094b249 - @VunovatiLightbox
component created from Shoutem's fork ofreact-native-lightbox
6821f08 - @Vunovati- Add
setNativeProps
toImage
component - 217d5ad - @Vunovati