This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
Releases: facebookarchive/nuclide
Releases · facebookarchive/nuclide
v0.203.0
v0.202.0
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
- Fixed slow syntax highlighting (Thanks @freebroccolo!).
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
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
v0.199.0
v0.198.0
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
v0.196.0
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.