v1.6.0-beta
lostintangent
released this
23 Jan 01:00
·
1344 commits
to master
since this release
This release primarily introduces the necessary client-side telemetry to support the new install metrics of the CLI. You can view the details of this feature here. This version is now available in NPM and can be installed immediately!
New Features
- Update installations and rollbacks are now reported to the CodePush server in order to enable the CLI to display these metrics. You can find details about this feature here.
Bug Fixes
- The Android platform implementation no longer requires your app's
Activity
to inherit fromFragmentActivity
in order to display an update dialog prompt. This was necessary for enabling React Native 0.18.0, since it now makes use of a base class (ReactActivity
) which doesn't itself inherit fromFragmentActivity
.