Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Releases: microsoft/react-native-code-push

v5.3.3

Choose a tag to compare

@alexandergoncharov-zz alexandergoncharov-zz released this 08 May 12:01
  • Bug fixing.
  • Updated documentation.
  • Placed the Install button on the right side of the Update Dialog.

v5.3.2

Choose a tag to compare

@itoys itoys released this 15 Mar 15:01
d367178
  • Updated code-push version to fix DoS zip attack

v5.3.1

Choose a tag to compare

@itoys itoys released this 14 Mar 13:58
9c5c0c3
  • Fixed bug with run-android on windows

v5.3.0

Choose a tag to compare

@itoys itoys released this 13 Mar 13:37
e66a1d1
  • Android Gradle Plugin 3.x integration

v5.2.2

Choose a tag to compare

@itoys itoys released this 26 Feb 08:49
75c6b11
  • Documentation improvement
  • Bug fixes

v5.2.1

Choose a tag to compare

@max-mironov max-mironov released this 05 Dec 10:25

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

Choose a tag to compare

@max-mironov max-mironov released this 21 Nov 09:38

Breaking Changes

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

Improvements

  1. Add requiresMainQueueSetup to prevent warning and future side-effects #1035 Thanks Djalma Araújo (@djalmaaraujo)
  2. Hoist non-react static methods in decorator #1037 Thanks David Buchan-Swanson (@deecewan)

v5.1.3-beta

Choose a tag to compare

@max-mironov max-mironov released this 03 Oct 14:08

Bug Fixes

  1. Fixed failing signature check on iOS 9.3 #1027

v5.1.2-beta

Choose a tag to compare

@max-mironov max-mironov released this 28 Sep 09:10

Bug Fixes

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

v5.1.1-beta

Choose a tag to compare

@max-mironov max-mironov released this 19 Sep 08:45

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