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
@@ -1,7 +1,7 @@
|
||||
folly_compiler_flags = '-DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0'
|
||||
yoga_version = '~> 1.9'
|
||||
yogakit_version = '~>1.10'
|
||||
flipperkit_version = '0.18.0'
|
||||
flipperkit_version = '0.19.0'
|
||||
Pod::Spec.new do |spec|
|
||||
spec.name = 'FlipperKit'
|
||||
spec.version = flipperkit_version
|
||||
|
||||
Reference in New Issue
Block a user