Flipper Release: v0.13.0

Summary:
- Crash reporter plugin: Get notified for crashes in Android and iOS apps. Currently in Alpha and not enabled by default.
- Support for physical iOS devices.

- `yarn start` in open source works again (54d09aa951)
- Prevent unnecessary UI rerenders (133788380e)
- Fixes a problem on macOS where external plugin from `pluginPaths` config weren't loaded  (f7ddf3b496)
- Various improvements for certificate exchange and device connections.

Full changes here: 19485d076b...c6e0517640

Reviewed By: danielbuechele, priteshrnandgaonkar

Differential Revision: D13431074

fbshipit-source-id: ef2087742911e4c5ee98af1941bc7db5cfe75578
This commit is contained in:
Pascal Hartig
2018-12-12 07:26:28 -08:00
committed by Facebook Github Bot
parent c6e0517640
commit f5e5c33c68
7 changed files with 209 additions and 7 deletions

View File

@@ -45,7 +45,7 @@ repositories {
}
dependencies {
debugImplementation 'com.facebook.flipper:flipper:0.12.0'
debugImplementation 'com.facebook.flipper:flipper:0.13.0'
}
```
@@ -81,7 +81,7 @@ repositories {
}
dependencies {
debugImplementation 'com.facebook.flipper:flipper:0.12.0'
debugImplementation 'com.facebook.flipper:flipper:0.13.0'
}
```
@@ -94,7 +94,7 @@ project 'MyApp.xcodeproj'
source 'https://github.com/facebook/flipper.git'
source 'https://github.com/CocoaPods/Specs'
swift_version = "4.1"
flipperkit_version = '0.12.0'
flipperkit_version = '0.13.0'
target 'MyApp' do
platform :ios, '9.0'