Flipper Release: v0.23.2
Summary: ## Export Data - Add close button to the export sheet. - Show status updates while exporting Flipper data. - Fix Fresco data export (0c0f0d4a90). ## Headless - `select-plugins` cli argument added for the headless flipper ## Miscellaneous - Generate TLS certificates in the past to allow for clock skew. (9a97b3b45b) - Speed up Redux dev tools (ce93ecfcca) - Add stricter ESLint rules. - Speed up `yarn start` (10559a188f). Reviewed By: passy Differential Revision: D16418562 fbshipit-source-id: 8ab9c3264c2a367125f8235dd07129e67441a0e4
This commit is contained in:
committed by
Facebook Github Bot
parent
a262d22399
commit
83df20a202
@@ -1,4 +1,4 @@
|
|||||||
flipperkit_version = '0.23.1'
|
flipperkit_version = '0.23.2'
|
||||||
Pod::Spec.new do |spec|
|
Pod::Spec.new do |spec|
|
||||||
spec.name = 'Flipper'
|
spec.name = 'Flipper'
|
||||||
spec.version = flipperkit_version
|
spec.version = flipperkit_version
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
folly_compiler_flags = '-DDEBUG=1 -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'
|
folly_compiler_flags = '-DDEBUG=1 -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.14'
|
yoga_version = '~> 1.14'
|
||||||
yogakit_version = '~> 1.14'
|
yogakit_version = '~> 1.14'
|
||||||
flipperkit_version = '0.23.1'
|
flipperkit_version = '0.23.2'
|
||||||
Pod::Spec.new do |spec|
|
Pod::Spec.new do |spec|
|
||||||
spec.name = 'FlipperKit'
|
spec.name = 'FlipperKit'
|
||||||
spec.version = flipperkit_version
|
spec.version = flipperkit_version
|
||||||
|
|||||||
@@ -50,10 +50,10 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
debugImplementation 'com.facebook.flipper:flipper:0.23.1'
|
debugImplementation 'com.facebook.flipper:flipper:0.23.2'
|
||||||
debugImplementation 'com.facebook.soloader:soloader:0.5.1'
|
debugImplementation 'com.facebook.soloader:soloader:0.5.1'
|
||||||
|
|
||||||
releaseImplementation 'com.facebook.flipper:flipper-noop:0.23.1'
|
releaseImplementation 'com.facebook.flipper:flipper-noop:0.23.2'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -108,7 +108,7 @@ We support both Swift and Objective-C for Flipper with CocoaPods as build and di
|
|||||||
```ruby
|
```ruby
|
||||||
project 'MyApp.xcodeproj'
|
project 'MyApp.xcodeproj'
|
||||||
swift_version = "4.1"
|
swift_version = "4.1"
|
||||||
flipperkit_version = '0.23.1'
|
flipperkit_version = '0.23.2'
|
||||||
|
|
||||||
target 'MyApp' do
|
target 'MyApp' do
|
||||||
platform :ios, '9.0'
|
platform :ios, '9.0'
|
||||||
@@ -140,7 +140,7 @@ end
|
|||||||
```ruby
|
```ruby
|
||||||
project 'MyApp.xcodeproj'
|
project 'MyApp.xcodeproj'
|
||||||
swift_version = "4.1"
|
swift_version = "4.1"
|
||||||
flipperkit_version = '0.23.1'
|
flipperkit_version = '0.23.2'
|
||||||
|
|
||||||
target 'MyApp' do
|
target 'MyApp' do
|
||||||
platform :ios, '9.0'
|
platform :ios, '9.0'
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
# in the root directory of this source tree.
|
# in the root directory of this source tree.
|
||||||
|
|
||||||
# POM publishing constants
|
# POM publishing constants
|
||||||
VERSION_NAME=0.23.2-SNAPSHOT
|
VERSION_NAME=0.23.2
|
||||||
GROUP=com.facebook.flipper
|
GROUP=com.facebook.flipper
|
||||||
POM_URL=https://github.com/facebook/flipper
|
POM_URL=https://github.com/facebook/flipper
|
||||||
POM_SCM_URL=https://github.com/facebook/flipper.git
|
POM_SCM_URL=https://github.com/facebook/flipper.git
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "flipper",
|
"name": "flipper",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.23.1",
|
"version": "0.23.2",
|
||||||
"versionDate": "2018-4-12",
|
"versionDate": "2018-4-12",
|
||||||
"description": "Mobile development tool",
|
"description": "Mobile development tool",
|
||||||
"productName": "Flipper",
|
"productName": "Flipper",
|
||||||
|
|||||||
Reference in New Issue
Block a user