This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 954
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Overall improvements * Fixed a memory leak caused by promise chaining * Fixing multi-row selection using shift in tables * Option to include column names when copying from a table * Copying table rows which are currently outside the viewport * Support regex search * Making client connection more reliable Plugins Layout * fixed a bug in layout search which caused a crash * Adding accessibilityIdentifier for iOS Logs * Debouncing user input in search * Fixing “stick to bottom” in logs * Showing timestamp with logs * Logs for a disconnected device are kept Network * Catching malformed URLs in network plugin * copy full network request and response * search network request using regex * Correctly calculate response size Fresco * UI fixes in Fresco plugin * Add missing events * Add open-source documentation Crash Reporter * Account for long crash titles * Fixing crash notifications * Fixing display of long stacktraces Export * Fix error display Other Plugins * Add analytics logging to export * Fixing UI glitch in Sections plugin Infrastructure * Add experimental support for mixed mode with TypeScript * Upgraded to Flow 0.101.1 * Fix tracking of request/response types between client and device * Improved iOS simulator compatibility Reviewed By: jknoxville Differential Revision: D15963819 fbshipit-source-id: 8af009381c05b9891d46f05a4b8f018754ae6517
- Loading branch information
1 parent
136eca4
commit ebe4166
Showing
5 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters