Releases: microsoft/react-native-code-push
Releases · microsoft/react-native-code-push
v5.3.3
- Bug fixing.
- Updated documentation.
- Placed the Install button on the right side of the Update Dialog.
v5.3.2
v5.3.1
v5.3.0
v5.2.2
v5.2.1
v5.2.0-beta
v5.1.3-beta
Bug Fixes
- Fixed failing signature check on iOS 9.3 #1027
v5.1.2-beta
Bug Fixes
- Fix proguard error in Android build (#1018) Thanks @AndrewJack!
- Typings: fix order in SyncStatus enum (32a1653)
v5.1.1-beta
Improvements
- 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