This repository was archived by the owner on May 20, 2025. It is now read-only.
Releases: microsoft/react-native-code-push
Releases · microsoft/react-native-code-push
Release list
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
React Native Code Push is moved out of beta! Please see this link for more details!
Improvements
- Update Acquisition Code Push package dependency to latest version
v5.2.0-beta
Breaking Changes
- UWP: Enable CodePush for react-native-windows v0.50+ #1051 Thanks Eric Rozell (@rozele)
Improvements
- Add
requiresMainQueueSetupto prevent warning and future side-effects #1035 Thanks Djalma Araújo (@djalmaaraujo) - Hoist non-react static methods in decorator #1037 Thanks David Buchan-Swanson (@deecewan)
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 Andrew Jack (@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