Skip to content

Releases: shoutem/ui

v2.0.0

25 Feb 09:01
Compare
Choose a tag to compare

BREAKING CHANGE
Removes navigation directory completely. We've decided to decouple navigation features from @shoutem/ui. If you're using the Shoutem extension architecture you can still access this same API via the shoutem.navigation extension.

Updates:

  • refactored deprecated lifecycle methods into getDerivedStateFromProps, componentDidUpdate and componentDidMount
  • slight performance optimizations

v1.0.1

25 Jul 08:53
bcb2321
Compare
Choose a tag to compare

Updated the RestaurantsApp example app to React Native 0.59.10 and resolved import issues it had.

v1.0.0

24 Jul 09:13
Compare
Choose a tag to compare

ListView refactor:

  • Refactor existing ListView component (an adaptation of React Native's now deprecated ListView) to work with FlatList and SectionList under the hood
  • New hasFeaturedItem & renderFeaturedItem() props used to render a specific item as the featured item, by default, if no specific item is provided, the first item from the overall data will be used as the featured item
  • New sections prop used to render specified sections with section headers (either the default one provided by the UI toolkit, or a specific one provided by renderSectionHeader())

Fix require cycles
Update react-native-linear-gradient
Update react-native-vector-icons
Update react-native-photo-view (fork)
Switch to react-native-webview instead of React Native's WebView

v0.24.1

17 Jun 18:30
Compare
Choose a tag to compare

Fixes incorrect local imports for new components in v0.24.0

v0.24.0

17 Jun 14:40
Compare
Choose a tag to compare

Add EmptyStateView, NumberInput and SearchField components from @shoutem/ui-addons (ui-addons is being deprecated)

v0.23.20

15 Apr 14:18
Compare
Choose a tag to compare

v0.23.0 ImageBackground component added

15 Jan 09:24
Compare
Choose a tag to compare

Added ImageBackground component which allows nested components, analogous to React Native's ImageBackground.

Image component no longer supports nested components.

Added multiple styleNames to InlineGallery component.

v0.22.2 Update to ViewPropTypes

19 Dec 15:55
ef77fbe
Compare
Choose a tag to compare

Replaced ViewPropTypes

Updated react-native-navigation-experimental-compat dependency

v0.22.1 Fix for Android Font Render

18 Dec 17:47
a94b197
Compare
Choose a tag to compare

Fix for Android font rendering issue #257.

v0.22.0 Upgrade to React Native 0.50

08 Dec 20:44
298d602
Compare
Choose a tag to compare
  • Switched from React.PropTypes to prop-types package.
  • Switched from React.createClass to create-react-class package where appropriate.
  • Switch from Image to ImageBackground.
  • Examples updated
  • Dependency updates