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

Releases: facebookarchive/atom-ide-ui

v0.8.1

03 Feb 20:45
Compare
Choose a tag to compare
  • URL fragments/queries are now supported in diagnostic messages (#159)
  • Fixed exception at startup with various third-party themes (#160)

v0.8.0

02 Feb 19:03
Compare
Choose a tag to compare
  • 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

19 Jan 20:27
Compare
Choose a tag to compare
  • Fixed "Failed to load resource" error in console (#100).
  • Update marked dependency to prevent security issues.
  • Prevent errors when having both atom-ide-ui and nuclide installed.

v0.7.1

28 Dec 21:56
Compare
Choose a tag to compare

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

13 Dec 01:02
Compare
Choose a tag to compare

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

18 Nov 02:21
Compare
Choose a tag to compare

Hyperclick

  • Hyperclick providers are no longer triggered past the end of lines.
  • Fixed a minor race condition around loading indicators.

Code Actions

  • Fix "null is not iterable" exception with null results (#120)
  • Providers may now safely return a null result (equivalent to an empty array).

v0.5.4

04 Nov 03:05
Compare
Choose a tag to compare

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

25 Oct 23:28
Compare
Choose a tag to compare

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

20 Oct 17:04
Compare
Choose a tag to compare

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)

v0.5.1

12 Oct 19:27
Compare
Choose a tag to compare
  • Added config option for diagnostics status bar location (#84)
  • Reduced size of diagnostic table icons
  • Fixed EvalError while loading package (#86)