Skip to content

Releases: microsoft/react-native-code-push

v5.2.2

26 Feb 08:49
75c6b11
Compare
Choose a tag to compare
  • Documentation improvement
  • Bug fixes

v5.2.1

05 Dec 10:25
Compare
Choose a tag to compare

React Native Code Push is moved out of beta! Please see this link for more details!

Improvements

  1. Update Acquisition Code Push package dependency to latest version

v5.2.0-beta

21 Nov 09:38
Compare
Choose a tag to compare

Breaking Changes

  1. UWP: Enable CodePush for react-native-windows v0.50+ #1051 Thanks @rozele

Improvements

  1. Add requiresMainQueueSetup to prevent warning and future side-effects #1035 Thanks @djalmaaraujo
  2. Hoist non-react static methods in decorator #1037 Thanks @deecewan

v5.1.3-beta

03 Oct 14:08
Compare
Choose a tag to compare

Bug Fixes

  1. Fixed failing signature check on iOS 9.3 #1027

v5.1.2-beta

28 Sep 09:10
Compare
Choose a tag to compare

Bug Fixes

  1. Fix proguard error in Android build (#1018) Thanks @AndrewJack!
  2. Typings: fix order in SyncStatus enum (32a1653)

v5.1.1-beta

19 Sep 08:45
Compare
Choose a tag to compare

Improvements

  1. Improve security for CodeSigning feature by using additional integrity check based on hash generated by service in addition to JWT signature hash (hash computed on device should match JWT hash and hash calculated on service) #1005

Bug Fixes

  1. Fix Android dex index overflow exception #1007
  2. Fix postlink script issue related to subsequent scripts run #1003

v5.1.0-beta

14 Sep 08:29
Compare
Choose a tag to compare

New Features and Improvements

  1. Implement Code Signing feature for Android/iOS SDKs. Follow this link for more details.

  2. Restore compatibility with RN v0.46 #980 Thanks @cooperka

Bug Fixes

  1. Fix incorrect long value restoration from strings.xml #956

  2. Fix WPF. Application crashes on startup #973 Thanks @abodalevsky

  3. Fix check if package metadata is null #992 Thanks @AndrewJack

Document Upgrade

  1. Added create-react-native-app information to README #979 Thanks @Zakeelm

  2. Update the debug message for missing bundles #923 Thanks @cooperka

v5.0.0-beta

02 Aug 11:52
Compare
Choose a tag to compare

Breaking Changes

  1. Added support for RN 0.47x versions for Android (#895)

NOTE: Current version of React Native Code Push is compatible with RN 0.47x versions only

Document Upgrade

  1. Clarify store rulings (#936) Thanks @kelset

v4.1.0-beta

20 Jul 10:43
Compare
Choose a tag to compare

New Features and Improvements

  1. Added tvOS target for iOS (#824) Thanks @JulienKode

  2. Added an optional callback function that can be used to notify user if there are any binary updates (#920) Thanks @akki-ng and @disharmonized

Bug Fixes

  1. Fix declaration of "_installMode" to remove warnings (#922) Thanks @newyankeecodeshop

  2. Prevent Rollback crash when binary was updated (#924) Thanks @AndrewJack

Document Upgrade

  1. Added InstallMode.ON_NEXT_SUSPEND option description (#928) Thanks @disharmonized

v4.0.0-beta

11 Jul 12:14
Compare
Choose a tag to compare

Breaking Changes

  1. Added support for RN 0.46x versions for Android (#905)

NOTE: Current version of React Native Code Push is compatible with RN 0.46x versions only