Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

v302

Compare
Choose a tag to compare
@velocityboy velocityboy released this 09 May 23:54
· 2646 commits to master since this release

General

Fix terminal scrollbar being unclickable.
Add vertical scrollbar to long diagnostic popups.
Fix duplicate file trees being created.
Fixed performance issue with Python linting.
Launched new “Commit Info View” to help look at the descriptions, build statuses, and changed files of commits more easily. Look out for an announcement post in Nuclide FYI.

Debugger

Java Debugger: Fixed bug causing “Set Source Path” on the debugging toolbar to do nothing when clicked.
Java Debugger: Removed extraneous red logging messages that were spamming the console while debugging.
HHVM Debugger: Fixed bug that could cause a crash in HHVM while fetching auto-complete suggestions for the console REPL.
HHVM Debugger: Fixed a bug causing async-pause not to work correctly.
All Nuclide Debuggers: Changed logic to leave the console REPL prompt focused any time the debugger pauses the target, rather than putting focus into the text editor at the current instruction site.