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:
generatedunixname89002005306973
2020-06-09 10:11:19 -07:00
committed by Facebook GitHub Bot
parent c7f7ac0228
commit c0eb2648b7
26 changed files with 50 additions and 41 deletions

View File

@@ -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

View File

@@ -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",