Flipper Release: v0.22.0
Summary: Overall improvements * Fixed a memory leak caused by promise chaining * Fixing multi-row selection using shift in tables * Option to include column names when copying from a table * Copying table rows which are currently outside the viewport * Support regex search * Making client connection more reliable Plugins Layout * fixed a bug in layout search which caused a crash * Adding accessibilityIdentifier for iOS Logs * Debouncing user input in search * Fixing “stick to bottom” in logs * Showing timestamp with logs * Logs for a disconnected device are kept Network * Catching malformed URLs in network plugin * copy full network request and response * search network request using regex * Correctly calculate response size Fresco * UI fixes in Fresco plugin * Add missing events * Add open-source documentation Crash Reporter * Account for long crash titles * Fixing crash notifications * Fixing display of long stacktraces Export * Fix error display Other Plugins * Add analytics logging to export * Fixing UI glitch in Sections plugin Infrastructure * Add experimental support for mixed mode with TypeScript * Upgraded to Flow 0.101.1 * Fix tracking of request/response types between client and device * Improved iOS simulator compatibility Reviewed By: jknoxville Differential Revision: D15963819 fbshipit-source-id: 8af009381c05b9891d46f05a4b8f018754ae6517
This commit is contained in:
committed by
Facebook Github Bot
parent
136eca41ad
commit
ebe416602b
@@ -50,10 +50,10 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
debugImplementation 'com.facebook.flipper:flipper:0.21.1'
|
||||
debugImplementation 'com.facebook.flipper:flipper:0.22.0'
|
||||
debugImplementation 'com.facebook.soloader:soloader:0.5.1'
|
||||
|
||||
releaseImplementation 'com.facebook.flipper:flipper-noop:0.21.1'
|
||||
releaseImplementation 'com.facebook.flipper:flipper-noop:0.22.0'
|
||||
}
|
||||
```
|
||||
|
||||
@@ -108,7 +108,7 @@ We support both Swift and Objective-C for Flipper with CocoaPods as build and di
|
||||
```ruby
|
||||
project 'MyApp.xcodeproj'
|
||||
swift_version = "4.1"
|
||||
flipperkit_version = '0.21.1'
|
||||
flipperkit_version = '0.22.0'
|
||||
|
||||
target 'MyApp' do
|
||||
platform :ios, '9.0'
|
||||
@@ -140,7 +140,7 @@ end
|
||||
```ruby
|
||||
project 'MyApp.xcodeproj'
|
||||
swift_version = "4.1"
|
||||
flipperkit_version = '0.21.1'
|
||||
flipperkit_version = '0.22.0'
|
||||
|
||||
target 'MyApp' do
|
||||
platform :ios, '9.0'
|
||||
|
||||
Reference in New Issue
Block a user