Releases: microsoft/react-native-code-push
Releases · microsoft/react-native-code-push
v6.3.0
- Move disallowRestart to the native side.
- Add tests for ON_NEXT_SUSPEND install mode.
- Update docs.
v6.2.1
- Fix
ON_NEXT_SUSPEND
install mode
v6.2.0
- Add compatibility with new
react-native@0.62
version
v6.1.1
- Fixed iOS rollback recording
v6.1.0
- Make
create app.js
script supportable ofreact-native@0.60+
versions - Make tests supportable of
react-native@0.60+
versions
v6.0.0
Added react-native@0.60
version and above support
- Updated prefix for Android prefix for deployment key(renamed to
CodePushDeploymentKey
) - Renamed custom variables(
PublicKey
andServerUrl
) to string resources - Added
react-native.config.js
with constructor for Android - Updated docs
- Updated dependencies for example apps
v5.7.0
- Publish beta release
5.7.0-beta.0
as latest - Upgrade
code-push
dependency to3.0.1
- Move default server url to
codepush.appcenter.ms
v5.7.0-beta.0
- Upgrade
code-push
dependency to3.0.0-beta.3
for testing. - Move default server url to
codepush.appcenter.ms
.
v5.6.1
- Added
postunlink
script. Just runreact-native unlink react-native-code-push
to unlink react-native-code-push package. - Updated dependencies.
v5.6.0
- Fixed
link
logic for support react-native@0.59