Flipper Release: v0.16.0

Summary:
- The Layout inspector can now visualise Litho sections.

- Stop trimming log messages so white-space-sensitive outputs (like trees) are preserved (88cc299811).
- Upgrade Flow to 0.91 (09a93cd9e6).
- Fix a screen recording bug on Pixel devices (64c8163a01).
- Watch plugin files recursively (c6752110cf).

Reviewed By: danielbuechele

Differential Revision: D14123167

fbshipit-source-id: 30cfccf5cfd767348c396401c97596342a243880
This commit is contained in:
Pascal Hartig
2019-02-19 07:17:51 -08:00
committed by Facebook Github Bot
parent 92cc78c41d
commit 625321a8bc
7 changed files with 209 additions and 14 deletions

View File

@@ -48,7 +48,7 @@ repositories {
}
dependencies {
debugImplementation 'com.facebook.flipper:flipper:0.15.0'
debugImplementation 'com.facebook.flipper:flipper:0.16.0'
debugImplementation 'com.facebook.soloader:soloader:0.5.1'
}
```
@@ -103,7 +103,7 @@ project 'MyApp.xcodeproj'
source 'https://github.com/facebook/flipper.git'
source 'https://github.com/CocoaPods/Specs'
swift_version = "4.1"
flipperkit_version = '0.15.0'
flipperkit_version = '0.16.0'
target 'MyApp' do
platform :ios, '9.0'
@@ -178,7 +178,7 @@ project 'MyApp.xcodeproj'
source 'https://github.com/facebook/flipper.git'
source 'https://github.com/CocoaPods/Specs'
swift_version = "4.1"
flipperkit_version = '0.15.0'
flipperkit_version = '0.16.0'
target 'MyApp' do
platform :ios, '9.0'