This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
Releases: facebookarchive/atom-ide-ui
Releases · facebookarchive/atom-ide-ui
v0.8.1
v0.8.0
- atom-ide-ui now has a console! More information to come soon.
- Nested Outline elements can now be collapsed.
- Outline is now keyboard navigable (up/down to move, left/right to collapse/expand, '/' to filter).
- Fixed duplicate datatips when hovering over gutter diagnostics.
- Fixed bug with diagnostic selection.
- Long-running find references and code format operations now bring up a busy signal tooltip.
- Text editors retain focus after clicking on code actions (#152).
- Fixed inability to deselect diagnostic messages (#143).
v0.7.2
v0.7.1
Last release of 2017 - happy holidays!
- Datatips
- In the case of multiple available datatips (e.g. hover + diagnostic), now all of them will be displayed.
- Fixed scrolling inside pinned datatips.
- Code actions are now retrieved upon selection.
- Code highlights: increased debounce duration after keystrokes.
- Updated to React v16.2.0 and RxJS v5.5.5.
v0.7.0
General
- Fixed some memory leaks in our core UI components.
- React components no longer use string refs (#123).
- Removed all uses of
TextBuffer::onDidChange
(#111).
Diagnostics
- Auto show/hide respects the 'current file only' option (#124).
- Allow escaped characters in diagnostic message URLs.
- Minor fixes for diagnostic tooltips.
Find References
- Added a new
find-references-view
API to display external information in the Find References UI.
Signature Help
- Signature help datatips now drag in the correct direction (#128).
v0.6.0
v0.5.4
Diagnostics
- Line numbers are now visible when filtering to the current file (#101)
- Improved table resizing logic, and added several performance optimizations.
Hyperclick
- Fixed some minor bugs around loading indicators, caching, and async races.
Outlines
- Fixed auto-focus again (for real this time... #105)
v0.5.3
Datatips
- Datatips now appear at the cursor rather than the beginning of the range (#19)
- Scrollable datatips now always capture scroll events (#71)
- Datatip highlights no longer obscure Hyperclick underlines.
Diagnostics
- Restored colors to diagnostic icons.
- The editor is now focused after double-clicking a diagnostic message.
- Fixed handling of Linter traces (#102)
- Fixed previous/next diagnostic keyboard shortcuts.
- Fixed code action context menus throwing exceptions on Windows.
Outlines
- Auto-focus is less aggressive now.
0.5.2
Diagnostics
- Gutter icons now match the table icons.
- Added an "auto-visibility" setting to automatically show/hide the diagnostics panel when diagnostics are available (#88)
- LinterV2 callback solutions are now supported.
Datatips
- Added a max-height to prevent datatips from filling the screen.
- Fixed forced editor re-rendering on keystrokes (#94)
- Fixed flickering on Windows (#20)
Outlines
- The search box now gets focus when the panel is toggled.
- Added a
landingPosition
property to the outline API.
Other
- Signature Help: Signatures no longer persist for a moment after deleting a line.
- Improved performance of debounced events throughout the package (#93)