Flipper Release: v0.97.0 (#2579)
Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/2579 Releasing version 0.97.0 Reviewed By: jknoxville Differential Revision: D29592758 fbshipit-source-id: 28ae9682c041afc29ee7b524eaa67167b9711baa
This commit is contained in:
committed by
Facebook GitHub Bot
parent
8c7b2fe4d5
commit
1b36e33a25
@@ -259,7 +259,7 @@
|
||||
"tsc-plugins": "./ts-node scripts/tsc-plugins.ts",
|
||||
"watch": "cross-env TZ=Pacific/Pohnpei node --expose-gc --stack-trace-limit=40 ./node_modules/.bin/jest --watch"
|
||||
},
|
||||
"version": "0.96.1",
|
||||
"version": "0.97.0",
|
||||
"workspaces": {
|
||||
"packages": [
|
||||
"app",
|
||||
|
||||
@@ -25,7 +25,7 @@ gradle configuration:
|
||||
|
||||
```groovy
|
||||
dependencies {
|
||||
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.96.1'
|
||||
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.97.0'
|
||||
debugImplementation 'com.facebook.litho:litho-annotations:0.19.0'
|
||||
// ...
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@ Ensure that you already have an explicit dependency in your application's
|
||||
|
||||
```groovy
|
||||
dependencies {
|
||||
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.96.1'
|
||||
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.97.0'
|
||||
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.6'
|
||||
}
|
||||
```
|
||||
|
||||
@@ -10,7 +10,7 @@ The network plugin is shipped as a separate Maven artifact:
|
||||
|
||||
```groovy
|
||||
dependencies {
|
||||
debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.96.1'
|
||||
debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.97.0'
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
# 0.97.0 (7/7/2021)
|
||||
|
||||
* [D29228868](https://github.com/facebook/flipper/search?q=D29228868&type=Commits) - [Internal]
|
||||
* [D29585448](https://github.com/facebook/flipper/search?q=D29585448&type=Commits) - Fixed error handling of UI errors caused by plugins
|
||||
|
||||
|
||||
# 0.96.1 (1/7/2021)
|
||||
|
||||
* [D29394736](https://github.com/facebook/flipper/search?q=D29394736&type=Commits) - Flipper that don't use the new Sandy plugin format yet (see https://fbflipper.com/docs/extending/sandy-migration) will now always be loaded inside a legacy container
|
||||
|
||||
Reference in New Issue
Block a user