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

Releases: facebookarchive/nuclide

v0.203.0

08 Feb 00:55
Compare
Choose a tag to compare

Hotfix for internal changes.

v0.202.0

01 Feb 18:25
Compare
Choose a tag to compare

Highlights

  • GraphQL Integration. Autocomplete, syntax errors, go to definition, outline and context views integrations... All you need for .graphql files!

HACK

  • Syntax highlighting fixed for methods that start with magic method names (eg __getBlah()).

Logcat

  • Fixed parsing for some versions of adb that included extra CRs (Thanks @fcFn!).
  • Added "unknown:React" to default tag whitelist.

Reason

Source Control

  • Fixed double context menu bug in source control sidebar.
  • Fix Diff View changed sections gutter highlighting.

Debugger

  • Watches in the debugger now have the 'x' on the left.
  • Clicking the selected frame in the debugger callstack window navigates to the expected file.

Misc

  • File permissions are preserved when using search and replace on remote files.
  • Bugfix for Xdebug on PHP 5.3 (Thanks @jesseschalken!)
  • Windows - fixed panel being stuck occasionally in an endless resize.
  • When opening a file from the CLI, prefer windows which already have the directory open.
  • Flow autocomplete will no longer work with Flow v0.19 and below.

v0.201.0

25 Jan 18:23
Compare
Choose a tag to compare

Highlights

  • URLs in console messages are now clickable. Thanks @nmn!
  • Sections in the debugger panel are now resizable.

General

  • Hyperclick now creates a navigation stack entry before performing an action. Thanks Sandor!
  • Fixed a bug that prevented “opening all“ bugs from the diagnostics table when there were more than 20. Thanks Sandor!
  • We now only show the most relevant datatip for a given location, rather than all applicable ones. Thanks Sandor!
  • A warning will show up if several of the remote profiles connect to same server by different names. Thanks Kody!
  • Removed confusing “split” context menu items from file tree.

Debugger

  • Make JavaScript debugger names more clear. (iOS Webkit Debug Proxy → Mobile JS, JavaScript -> NodeJS)
  • Detaching the Node debugger no longer crashes the Node process.
  • Node and Native debugger process selection lists refresh as soon as the dialog is opened.
  • Bugfixes for attaching the Node debugger to a Node process.

v0.200.0

25 Jan 18:23
Compare
Choose a tag to compare

Hotfix for internal changes.

v0.199.0

25 Jan 18:23
Compare
Choose a tag to compare

Hotfix for quick-open providers selection for multiple projects case.

v0.198.0

25 Jan 18:23
Compare
Choose a tag to compare

Highlights

  • Project-level replace now works remotely.

General

  • Fix bug causing server crash when using different hostnames for the same server.
  • Atom 1.13 is now the minimal required version of Atom.

Source Control

  • Improved Commit Workflow:
  • Warn against publishing public commits.
  • Improved console logging for arcanist errors.
  • Toggle console, showing the error in case of failed commits.
  • Publish only after successful commit/amend.

Flow

  • Remove experimental structured type hints option from Flow.
  • Enabled definition preview in Context View.

v0.197.0

25 Jan 18:22
Compare
Choose a tag to compare

Hotfix for 0.196.0 with backwards-compatible Atom 1.13.x shadow DOM fixes.

v0.196.0

09 Jan 23:45
Compare
Choose a tag to compare

Bug Fixes

  • Flow's autocomplete prefix matching is now more exact.
  • flow-bin is now correctly located on Windows.
  • When Nuclide kills a process, all of that process' children are gone too - this fixes an issue with the RN packager lingering around after being stopped.

UI

  • Datatips that expand beyond the bottom of the screen are now correctly displayed.
  • Descriptions from the diagnostics table can now be copied.
  • Long gutter popups (like from Diagnostics) are now narrower so they're easier to read.

Quick Open

  • nuclide-quick-open's Atom service API got a major facelift.
  • Many internal improvements. It's faster, smoother and less jittery. More features coming to it soon.

v0.195.0

09 Jan 23:44
Compare
Choose a tag to compare

Highlights

  • Upgrade to Atom 1.12.7
  • Add tooltip with key bindings for navigation stack

Bug Fixes

  • Fix native debugger callstack printing
  • task runner fixes
  • Improve C++ debugger start debugging failure error message

v0.194.0

09 Jan 23:44
Compare
Choose a tag to compare
  • OCaml Hyperclick provider now only triggers on success.
  • Hotfix for internal changes.