Skip to content

Releases: shoutem/platform

v2.0.2

10 Jul 16:53
Compare
Choose a tag to compare

Update @shoutem/ui dependency version to 0.24.1, remove @shoutem/ui-addons dependency from platform

v2.0.1

03 Jul 12:38
Compare
Choose a tag to compare

Force core-js version to 2.6.5 via yarn-supported resolutions prop in package.json

v2.0.0

15 Apr 13:42
Compare
Choose a tag to compare

Changelog

New features

  • Added support for provider component registration. Example implementation can be found here
  • Added new shoutem.redux extension to initialize the Redux store and register all reducers and middlewares
    • Fetch store instance directly from the shoutem.redux extension:
      import { getStore } from 'shoutem.redux';

Breaking changes

  • Removed @shoutem/core package and moved core Shoutem platform functionality to the mobile application (shoutem-core)
  • preventStateRehydration has moved to the shoutem.redux extension
  • Priority related helpers (getPriority, setPriority, after, before) are now available in the shoutem-core package

Notes

  • NavigationBar in the @shoutem/ui/navigation package has been deprecated.
    You should now import it from the shoutem.navigation extension, instead. For backward compatibility reasons, NavigationBar is still available in @shoutem/ui, but it will be removed in the future.

Upgraded to React Native 0.56, updated Android

07 Aug 14:10
Compare
Choose a tag to compare

Changelog:

  • Bumped to latest revision of React Native 0.56
    • please refer to official release notes regarding the breaking changes,
    • most notable upgrades are: minimal NodeJS version is now 8, minimal iOS version is now 9, upgrade to Babel 7
  • Upgraded Android project
    • Gradle has been updated to version 3.x
    • Android project now targets Android API 27, all versions are now exposed in constants.gradle
  • We've added anchors in native files, use anchors to dynamically modify native files from your extension in preBuild or postBuild scripts
  • A lot of housekeeping was done in both native projects. All native dependencies were unlinked and are now dynamically added from extension. It's extension's job to modify native project to add, link and configure a native dependency.

v1.6.0

21 Mar 18:42
Compare
Choose a tag to compare

Upgraded to React Native 0.51.0

When upgrading to this version note of some breaking changes:

v1.2.3

08 Sep 14:20
Compare
Choose a tag to compare
Merge pull request #27 from shoutem/release/1.2.3

Release/1.2.3

v1.2.2

25 Aug 13:32
Compare
Choose a tag to compare
Bump version to 1.2.2

v1.2.0

09 Aug 07:37
Compare
Choose a tag to compare
v1.2.0 Pre-release
Pre-release
Core

Add jumboMode for Android builds

31 Mar 15:48
Compare
Choose a tag to compare
Pre-release

Adds jumboMode for Android builds

v0.54.0

31 Mar 12:56
Compare
Choose a tag to compare
v0.54.0 Pre-release
Pre-release

Introduces changes in navigation. We have removed navigation operations and introduced helper action creators. We've also introduced a rewrite method that lets the user modify an action.