This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
Releases: facebookarchive/nuclide
Releases · facebookarchive/nuclide
v0.193.0
Highlights
- Improve Flow autocomplete performance by caching and filtering previous results more often.
General
- Recreate closed workspace view items in previous location.
~
is now expanded to the user's home dir by default in user provided config paths.- Task runner failure notifications are now automatically hidden when you start running another task.
- Task runner visibility is now serialized based on current working root.
Source Control
- Add option to create bookmark on commit.
Fixes
- Fix bug causing Mercurial operations to sometimes never terminate.
- Fix dragging tabs between panels.
- Fix Diff View sometimes missing original file.
- Clang: fix blank outline views for some C++ files.
- Fix remote atom when folks have overridden their
TMPDIR
. - Fixed several File Tree regressions including
- Re-introduce
⌘K
⌘B
alias for toggling. - Fix
⌃0
/ focus toggling. - Ability to move files using drag-and-drop.
- Re-introduce
v0.192.0
v0.191.0
v0.189.0
Highlights
- React Native: Experimental JavaScriptCore JS debugger support for Android.
- Vastly improved Mercurial blame UI.
- Flow types are now pretty-printed into multiple lines.
- Debugger, file tree, and source control panels are now normal, draggable Atom tabs.
General
atom://nuclide/open-arc
URLs can now remember and re-open your previous paths.- Brought back the remote connection status-bar indicator.
- Fixed opening remote directories via the remote Atom CLI.
- Fixed diagnostics table resizing bug.
- Datatips no longer appear after leaving the editor.
Debugger
- Breakpoints are no longer restricted to certain file extensions.
- HHVM: fixed debugger crashes related to evaluations coming back in an unexpected order.
- HHVM: Debugger now displays a warning if hphpd is attached.
- C++: Fixed toggle uncaught exception crash.
- iOS: Fixed app debugging via the Buck toolbar.
Source Control
- Diff View icon has been changed from the branch icon to a "diff" icon.
React Native
- Improved adb logcat error messages