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

Releases: facebookarchive/nuclide

v0.297.0

17 Apr 16:35
Compare
Choose a tag to compare

Bug fixes

v0.296.0

10 Apr 04:34
Compare
Choose a tag to compare

New Nuclide Beta Release (v0.296.102271120)

General

  • ctrl-! can be used to toggle between the terminal that last had focus and the editor that last had focus.
  • Fixed a longstanding bug with the navigation stack not recognizing go-to-definition within the same file.
  • Reduced memory usage of the JavaScript import suggestion service.

Terminal

  • Fixed issue where switching to a terminal with continuous output did not allow scrolling to the bottom.

v0.293.0

05 Apr 22:11
Compare
Choose a tag to compare

General

  • Fixed a bug preventing icons from appearing in Hack outlines.
  • Improve speed of file fuzzy search.
  • Added file smart case (turn off by default) configuration for file fuzzy search (IDE > Filename Search > Smart Case).

Terminal

  • Support custom font face, font size, and line size in terminal through Nuclide settings.
  • Support custom colors in terminal through Nuclide settings.

Python

  • Added signature help support for Python! Function signature information will become visible in an overlay after typing “(” or “,” within a function or method call - or hit Cmd+Shift+Space to trigger it manually.

Javascript

  • Fixed some quality issues with the JS auto-import suggestions (with fbt, typeof, and Immutable.*).

v0.291.0

27 Mar 17:54
Compare
Choose a tag to compare

General

  • The Nuclide server now works on servers with OpenSSL 1.1 installed.

Debugger

  • Fixed a bug causing the “Launch” and “Attach” buttons in the debugger dialogs to delay for several seconds before enabling, even when the input in the configuration dialog was valid

v0.290.0

23 Mar 17:44
Compare
Choose a tag to compare

Debugger

  • Fixed bug in console preventing cycling through input history while supplying multi-line console input

v0.288.0

13 Mar 22:14
Compare
Choose a tag to compare

General

  • Fix a bug where the Python language service would break on servers with multiple Nuclide users.

Debugger

  • Added support for entering multi-line input in debugger console prompt

Terminal

  • Display link to Nuclide terminal documentation when opening terminal (with setting to disable)

v0.286.0

28 Feb 22:05
Compare
Choose a tag to compare

Hotfix release for some bugs in v0.285.0.

  • Fixed Hack variable autocomplete in Atom 1.24.
  • Fixed broken state serialization after using the Console with a debugger REPL.
  • Fixed crash with emacs-style TAGS files.

v0.285.0

27 Feb 02:06
Compare
Choose a tag to compare
  • Atom 1.24.0 is now the officially supported Atom version.
  • You can now copy and paste files files from the file tree with the context menu or Ctrl/Cmd-C + V.
  • Nuclide's autocomplete results are now guaranteed to come back after 500ms (anything slower is silently dropped).
  • Fixed an uncaught exception caused by closing the Diagnostics pane.

v0.284.0

22 Feb 01:35
Compare
Choose a tag to compare

General

  • Fix file tree file depth representation.
  • Fix C/C++ language service progress indicator.
  • Re-enable debugger for Nuclide OSS.
  • Fix debugger breakpoint navigation and clearing the markers on debug session end.

v0.283.0

14 Feb 01:29
Compare
Choose a tag to compare

C++/Obj-c

  • Fixed issue where default flags were not applied to header-only Buck targets

Debugger

  • Hack/PHP: Added ability to set current working directory when launching a script for debugging