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

Releases: facebookarchive/nuclide

v0.366.0

02 Nov 18:37
Compare
Choose a tag to compare
Release v0.366.0

This commit is the built version of Nuclide suitable for apm and npm.

v0.362.0

25 Oct 18:39
Compare
Choose a tag to compare

General

  • Update xterm.js library to 3.8.0
  • Add filter field and additional controls to Find References result pane

Debuggers

  • Debugger Output now opens in its own Console tab.
  • Fixed bug preventing the Scopes pane from refreshing after running a console command that modifies values
  • Node, Python, and Java debuggers now supports Run In Terminal mode

v0.360.0

19 Oct 21:39
Compare
Choose a tag to compare

DEBUGGERS

  • Native debugging: Added data formatters for several critical Folly data types including dynamic, fbstring, F14 containers, IPAddress, StringPiece and Range. These opaque containers will now show up in the Scopes pane as objects that can be examined.
  • Fixed bug preventing the Scopes pane from refreshing after running a console command that modifies values
  • Node, Python, and Java debuggers now supports Run In Terminal mode

v0.357.0

09 Oct 23:08
Compare
Choose a tag to compare

Terminal

  • Terminal now only suggests the DOM renderer fallback if it is necessary for your system.
  • All users have been reset to use automatic renderer detection, and the configuration key for the terminal renderer has been changed to renderer from rendererType.

Debugger

  • Fixed handling of Exception Breakpoints when debugging multiple targets so that the available exception breakpoint filters update to the supported filters of the currently focused debugger
  • Added a “Terminate Thread” button to the process and threads view for debuggers that support terminating threads
  • Hid breakpoint hit counts when the hit count is 0
  • Fixed an issue preventing the Java debugger from starting if the installed Java version is >= Java 9

v0.354.0

02 Oct 15:03
Compare
Choose a tag to compare

DEBUGGER

  • Improved handling of breakpoints when debugging multiple applications at the same time.
  • Breakpoints will now show the correct resolved location and “verified” status for the current debugger target
  • Added “Hit Count” for breakpoints back to the UI
  • Fixed a bug where auto complete in the console was suggesting scope names like “Locals” and “Globals”
  • Fixed a bug in console history where running the same command several times in a row resulted in that command being in the history n times

v0.353.0

27 Sep 17:58
Compare
Choose a tag to compare

General

  • Fix ADB error handling logic breaking detection

v0.351.0

25 Sep 22:47
Compare
Choose a tag to compare
Release v0.351.0

This commit is the built version of Nuclide suitable for apm and npm.

v0.349.0

18 Sep 21:17
Compare
Choose a tag to compare

General

  • Upgrade terminal view to Xterm.js version 3.7.0, fixing some canvas rendering performance issues

Buck Task Runner

  • Suggest Nuclide task runner when a command line build is detected
  • Add compilation database arguments field to Buck toolbar settings to configure language services

v0.345.0

04 Sep 23:15
Compare
Choose a tag to compare

General

  • Added the ability to drag files into a directory in File Tree from outside of Atom
  • Fixed issue where type-hint tooltips can no longer be expanded by clicking

Diagnostics

  • Fix issue where diagnostics popups get stuck after scrolling
  • Fix issue where diagnostics popups get cut off when error messages are too long

v0.341

28 Aug 18:49
Compare
Choose a tag to compare

Debuggers

  • Added ability to debug native core dumps via LLDB or GDB
  • Added a warning in the UI to indicate if the user's thread filter filters out the currently focused thread
  • Disabled the “Debug” button on the HHVM toolbar if the HHVM debugger is already running since clicking it a second time resulted in an error due to a debugger already being connected.