Flipper Release: v0.46.0
Summary: Releasing version 0.46.0 Reviewed By: nikoant Differential Revision: D21952711 fbshipit-source-id: 8681a244d64c50f2ad50f6c9c5e0ea766fd9ff20
This commit is contained in:
committed by
Facebook GitHub Bot
parent
c7f7ac0228
commit
c0eb2648b7
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper",
|
||||
"version": "0.45.0",
|
||||
"version": "0.46.0",
|
||||
"description": "Mobile development tool",
|
||||
"productName": "Flipper",
|
||||
"author": "Facebook Inc",
|
||||
@@ -23,8 +23,8 @@
|
||||
"deep-equal": "^2.0.1",
|
||||
"emotion": "^10.0.23",
|
||||
"expand-tilde": "^2.0.2",
|
||||
"flipper-doctor": "0.45.0",
|
||||
"flipper-plugin-lib": "0.45.0",
|
||||
"flipper-doctor": "0.46.0",
|
||||
"flipper-plugin-lib": "0.46.0",
|
||||
"fs-extra": "^8.0.1",
|
||||
"immer": "^6.0.0",
|
||||
"immutable": "^4.0.0-rc.12",
|
||||
@@ -68,7 +68,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/react": "^10.0.2",
|
||||
"flipper-test-utils": "0.45.0",
|
||||
"flipper-test-utils": "0.46.0",
|
||||
"mac-ca": "^1.0.4",
|
||||
"metro": "^0.59.0",
|
||||
"mock-fs": "^4.12.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper-js-client",
|
||||
"version": "0.45.0",
|
||||
"version": "0.46.0",
|
||||
"private": true,
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper-babel-transformer",
|
||||
"version": "0.45.0",
|
||||
"version": "0.46.0",
|
||||
"description": "Babel transformer for Flipper plugins",
|
||||
"repository": "facebook/flipper",
|
||||
"main": "lib/index.js",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper-doctor",
|
||||
"version": "0.45.0",
|
||||
"version": "0.46.0",
|
||||
"description": "Utility for checking for issues with a flipper installation",
|
||||
"main": "lib/index.js",
|
||||
"flipperBundlerEntry": "src",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper-e2e",
|
||||
"version": "0.45.0",
|
||||
"version": "0.46.0",
|
||||
"private": true,
|
||||
"description": "E2E test suite for Flipper",
|
||||
"repository": "facebook/flipper",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper-headless-tests",
|
||||
"version": "0.45.0",
|
||||
"version": "0.46.0",
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "flipper-headless",
|
||||
"private": true,
|
||||
"version": "0.45.0",
|
||||
"version": "0.46.0",
|
||||
"description": "Headless version of Flipper - Mobile development tool",
|
||||
"productName": "Flipper Headless",
|
||||
"author": "Facebook Inc",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper-project",
|
||||
"version": "0.45.0",
|
||||
"version": "0.46.0",
|
||||
"description": "Mobile development tool",
|
||||
"productName": "Flipper",
|
||||
"author": {
|
||||
@@ -178,9 +178,9 @@
|
||||
"eslint-plugin-react-hooks": "^4.0.4",
|
||||
"eslint-plugin-relay": "^1.4.1",
|
||||
"express": "^4.15.2",
|
||||
"flipper-babel-transformer": "0.45.0",
|
||||
"flipper-pkg-lib": "0.45.0",
|
||||
"flipper-plugin-lib": "0.45.0",
|
||||
"flipper-babel-transformer": "0.46.0",
|
||||
"flipper-pkg-lib": "0.46.0",
|
||||
"flipper-plugin-lib": "0.46.0",
|
||||
"flow-bin": "0.124.0",
|
||||
"fs-extra": "^9.0.0",
|
||||
"glob": "^7.1.2",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper-pkg-lib",
|
||||
"version": "0.45.0",
|
||||
"version": "0.46.0",
|
||||
"description": "Library for building and publishing Flipper plugins",
|
||||
"repository": "facebook/flipper",
|
||||
"main": "lib/index.js",
|
||||
@@ -10,7 +10,7 @@
|
||||
"bugs": "https://github.com/facebook/flipper/issues",
|
||||
"dependencies": {
|
||||
"fs-extra": "^8.1.0",
|
||||
"flipper-babel-transformer": "0.45.0",
|
||||
"flipper-babel-transformer": "0.46.0",
|
||||
"metro": "^0.59.0",
|
||||
"metro-minify-terser": "^0.59.0"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper-pkg",
|
||||
"version": "0.45.0",
|
||||
"version": "0.46.0",
|
||||
"description": "Utility for building and publishing Flipper plugins",
|
||||
"repository": "facebook/flipper",
|
||||
"main": "lib/index.js",
|
||||
@@ -20,8 +20,8 @@
|
||||
"ajv": "^6.12.2",
|
||||
"ajv-errors": "^1.0.1",
|
||||
"cli-ux": "^5.4.6",
|
||||
"flipper-pkg-lib": "0.45.0",
|
||||
"flipper-plugin-lib": "0.45.0",
|
||||
"flipper-pkg-lib": "0.46.0",
|
||||
"flipper-plugin-lib": "0.46.0",
|
||||
"fs-extra": "^8.1.0",
|
||||
"inquirer": "^7.1.0",
|
||||
"lodash": "^4.17.15",
|
||||
@@ -33,7 +33,7 @@
|
||||
"@types/inquirer": "^6.5.0",
|
||||
"@types/jest": "^25.1.0",
|
||||
"@types/node": "^13.7.5",
|
||||
"flipper-test-utils": "0.45.0",
|
||||
"flipper-test-utils": "0.46.0",
|
||||
"globby": "^10",
|
||||
"jest": "^25.1.0",
|
||||
"prettier": "^2.0.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper-plugin-lib",
|
||||
"version": "0.45.0",
|
||||
"version": "0.46.0",
|
||||
"description": "Library containing common Flipper plugin installation utilities",
|
||||
"repository": "facebook/flipper",
|
||||
"main": "lib/index.js",
|
||||
@@ -21,7 +21,7 @@
|
||||
"@types/fs-extra": "^8.1.0",
|
||||
"@types/jest": "^25.1.0",
|
||||
"@types/node": "^13.7.5",
|
||||
"flipper-test-utils": "0.45.0",
|
||||
"flipper-test-utils": "0.46.0",
|
||||
"globby": "^10",
|
||||
"jest": "^25.1.0",
|
||||
"mock-fs": "^4.12.0",
|
||||
|
||||
@@ -21,10 +21,10 @@
|
||||
"prepack": "flipper-pkg lint && flipper-pkg bundle"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"flipper": "0.45.0"
|
||||
"flipper": "0.46.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"flipper": "0.45.0",
|
||||
"flipper-pkg": "0.45.0"
|
||||
"flipper": "0.46.0",
|
||||
"flipper-pkg": "0.46.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
# 0.46.0 (9/6/2020)
|
||||
|
||||
* D21903394 - Device plugins are now expanded by default, and the expand / collapse state will now be remembered across restarts
|
||||
* D21903760 - Fix regression in the layout plugin where accessibility info was rendered in the wrong place
|
||||
* D21907597 - Improved the startup sequence for emulated iOS devices, so that devices and apps connect a lot faster after starting Flipper
|
||||
* D21929679 - Fixed regression where analytics messages where lost
|
||||
* D21883086 - The open source version now works with physical iOS devices.
|
||||
|
||||
|
||||
# 0.45.0 (3/6/2020)
|
||||
|
||||
* D21858849 - Foreground plugins will burn less CPU when they're very chatty
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper-static",
|
||||
"version": "0.45.0",
|
||||
"version": "0.46.0",
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
@@ -9,8 +9,8 @@
|
||||
"expand-tilde": "^2.0.2",
|
||||
"fb-watchman": "^2.0.0",
|
||||
"fix-path": "^3.0.0",
|
||||
"flipper-pkg-lib": "0.45.0",
|
||||
"flipper-plugin-lib": "0.45.0",
|
||||
"flipper-pkg-lib": "0.46.0",
|
||||
"flipper-plugin-lib": "0.46.0",
|
||||
"fs-extra": "^8.1.0",
|
||||
"ignore": "^5.1.4",
|
||||
"mem": "^6.0.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper-test-utils",
|
||||
"version": "0.45.0",
|
||||
"version": "0.46.0",
|
||||
"description": "Library containing common Flipper test utilities",
|
||||
"repository": "facebook/flipper",
|
||||
"main": "lib/index.js",
|
||||
|
||||
Reference in New Issue
Block a user