Flipper Release: v0.90.0

Summary: Releasing version 0.90.0

Reviewed By: mweststrate

Differential Revision: D28424374

fbshipit-source-id: 1ce8cde0fff12cdb6ff973d6824e065d6b735079
This commit is contained in:
Flipper Bot
2021-05-13 15:32:59 -07:00
committed by Facebook GitHub Bot
parent 9261f0dd40
commit 0a3b817429
11 changed files with 17 additions and 12 deletions

View File

@@ -1,3 +1,8 @@
# 0.90.0 (13/5/2021)
* [D28422966](https://github.com/facebook/flipper/search?q=D28422966&type=Commits) - [Logs] Fix regression causing the scrollbars to be hidden. This diff fixes a regression where the Logs plugin was no longer scrollable (and scrolls indefinitely, killing perf).
# 0.89.0 (13/5/2021)
* [D28382586](https://github.com/facebook/flipper/search?q=D28382586&type=Commits) - [React DevTools] It is now possible to switch between the embedded and globally installed version of the React DevTools. This will enable the React DevTools to connect to older RN versions. Fixes #2250, #2224