Skip to content

Releases: shoutem/platform

v4.0.4 - fix build for apps with numbers for names

10 Dec 15:39
Compare
Choose a tag to compare
  • fix configuration script execution for apps with numbers for names (e.g. 1337 or 13.37)

v4.0.3 - Reduced APK file size

09 Dec 11:46
a306a88
Compare
Choose a tag to compare
  • reduced APK file size was introduced with React Native 0.66.0 update (platform 4.0.0)
  • added new extensions to extensionsToIgnore

v4.0.1 - scripts linting, new anchors, plist merge moved to configure

09 Nov 09:56
Compare
Choose a tag to compare
  • linted scripts directory
  • added new MAIN_ACTIVITY_INTENT_FILTERS and gradle CONSTANTS anchors
  • moved merge-info-plists.js script execution into app-binary-configurator, i.e. the configuration step of each app

v4.0.0 - Updated React Native to 0.66.0, updated core dependencies

01 Nov 18:06
9c47d94
Compare
Choose a tag to compare
  • updated React Native to 0.66.0 (React 17.0.2)
  • updated react-redux to ^7.1.3
  • updated react-native-push-notification to 8.1.1
  • updated @react-native-community/push-notification-ios to 1.10.1
  • updated @react-native-firebase/app & @react-native-firebase/messaging to 12.9.3
  • replaced @react-native-firebase/admob with @react-native-admob/admob 1.1.2
  • fixed Xcode 13 & iOS 15 builds for radio extensions

Developers note:
We will be removing Flipper support in our next major release.

v3.0.2 - helper script fix and version bumps

27 Sep 09:00
Compare
Choose a tag to compare
  • Platform extension dependencies version bumps
  • getProductionBuildInfo fix

v3.0.0

21 Sep 09:11
18089b1
Compare
Choose a tag to compare

Platform 3.0.0 introduces the navigation overhaul along with other quality of life / compliance updates.

  • Target Android API level 30
  • Rework permission extension to provide more generic interface
  • Update image picker component
  • Reworked and updated navigation across extensions

Firebase & push notifications updates

30 Jul 12:23
e4152d8
Compare
Choose a tag to compare
  • Introduced support for silent push notifications
  • Updated push notifications dependencies
  • Updated Firebase messaging version

v2.5.3 - build optimizations, ios icon fix

24 Feb 15:51
Compare
Choose a tag to compare
  • fix iOS icons sometimes being unrecognizable
  • optimize build time for both local shoutem configure and Shoutem build system

v2.5.1 - Introduced code-linted UI toolkit package

14 Jan 13:51
c1857ca
Compare
Choose a tag to compare
  • Added new system extension that handles device permissions for iOS and Android
  • Introduced code-linted UI toolkit package
  • Bugfixes and stability improvements

v2.5.0 - Introduced git diff sanitization for configuration script diff

22 Dec 13:25
684d547
Compare
Choose a tag to compare
  • Introduced git diff sanitization for configuration script diff
  • Added importers to CMS extension
  • Added pagination to CMS extension
  • Bugfixes and stability improvements