Flipper Release: v0.19.0
Summary: == Highlights - **Layout 2.0**: We have a new layout inspector that was rewritten from the ground to address all sorts of small bugs that like nodes not expanding that should all be gone now. - **New Crash Reporter**: Flipper will now detect crashes on your device and give you easy access to them through a device plugin that you can find next to logs. Learn more at https://fbflipper.com/docs/crash-reporter-plugin.html. - **Import/Export**: You can now import and export Flipper sessions as data to share them with others. Learn more at https://fbflipper.com/docs/share-flipper-data.html. == Fixes - Improved error reporting for what was previously summarised under "RecurringError". (bf9be74ad2) - Fixed an issue where the color picker could get cut off. (f9ec0cd326) (https://github.com/facebook/flipper/issues/396) Full list: https://github.com/facebook/flipper/compare/v0.18.0...v0.19.0 Reviewed By: priteshrnandgaonkar Differential Revision: D14665281 fbshipit-source-id: 78ed042d38642356180f25455d0d17a03ed59c6b
This commit is contained in:
committed by
Facebook Github Bot
parent
b20d0a4c8b
commit
9ff6cfa9a4
@@ -48,7 +48,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
debugImplementation 'com.facebook.flipper:flipper:0.18.0'
|
||||
debugImplementation 'com.facebook.flipper:flipper:0.19.0'
|
||||
debugImplementation 'com.facebook.soloader:soloader:0.5.1'
|
||||
}
|
||||
```
|
||||
@@ -105,7 +105,7 @@ project 'MyApp.xcodeproj'
|
||||
source 'https://github.com/facebook/flipper.git'
|
||||
source 'https://github.com/CocoaPods/Specs'
|
||||
swift_version = "4.1"
|
||||
flipperkit_version = '0.18.0'
|
||||
flipperkit_version = '0.19.0'
|
||||
|
||||
target 'MyApp' do
|
||||
platform :ios, '9.0'
|
||||
@@ -180,7 +180,7 @@ project 'MyApp.xcodeproj'
|
||||
source 'https://github.com/facebook/flipper.git'
|
||||
source 'https://github.com/CocoaPods/Specs'
|
||||
swift_version = "4.1"
|
||||
flipperkit_version = '0.18.0'
|
||||
flipperkit_version = '0.19.0'
|
||||
|
||||
target 'MyApp' do
|
||||
platform :ios, '9.0'
|
||||
|
||||
Reference in New Issue
Block a user