Flipper Release: v0.20.0

Summary:
== Highlights

* Improved UI when exporting Flipper data. (45999a5292)

== Fixes

* The Shared Preference Plugin on Android will search for all shared pref files instead of only the package name by default. (825ecb8e23)
* When restarting Flipper and the previously selected plugin no longer exists, the UI would crash. (c4a8e73543)

Commit log: https://github.com/facebook/flipper/compare/v0.19.0...v0.20.0

Reviewed By: danielbuechele

Differential Revision: D14951753

fbshipit-source-id: dbafc2d41cd25b2ede218b3fe3e99745226939a9
This commit is contained in:
Pascal Hartig
2019-04-17 10:22:59 -07:00
committed by Facebook Github Bot
parent 6db83a7675
commit 6fa40aad77
7 changed files with 200 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
flipperkit_version = '0.19.0'
flipperkit_version = '0.20.0'
Pod::Spec.new do |spec|
spec.name = 'Flipper'
spec.version = flipperkit_version