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.5.0

10 Oct 00:55
Compare
Choose a tag to compare
  • New, revamped diagnostics experience! (#39)
  • Added experimental support for signature help.
  • Prevent improperly sized datatips from appearing. (#22)
  • Many improvements to the outline view, including:
    • Outlines now respect the editor font, font size, and line height.
    • Also, the "Outline View" panel is now titled as just "Outline".
  • Linter conflict notification now hides if linter is disabled externally. (#56)
  • Upgraded to React 16.

v0.4.0

26 Sep 03:04
Compare
Choose a tag to compare
  • The minimum supported Atom version is now 1.19.
  • Outline and diagnostic entries no longer focus the editor on click.
    • Use double-click to get the old focus behavior.
  • Definition providers may now return a null query range to use the current word range.
  • Added a "revealTooltip" option for busy signals to forcibly show the tooltip text. (#55)

v0.3.3

15 Sep 05:17
Compare
Choose a tag to compare
  • Fix exception when using linters with legacy message types (#34)

v0.3.2

14 Sep 22:43
Compare
Choose a tag to compare

Improvements

  • Improved readability of section labels in the Atom Settings panel.
  • Improved the linter conflict warning by using a notification instead. (#17)
  • Use busy signal while waiting for Linter V1 providers. (#18)

Bugfixes

  • Fix Linter V2 compatibility with empty solutions. (#32, thanks @Arcanemagus!)
  • Removed extraneous Outline View toolbar icon. (#27)

v0.3.1

13 Sep 01:36
Compare
Choose a tag to compare
  • Fixed occasional empty datatips.
  • Removed default datatip keybindings on Windows/Linux.
  • Fixed Hyperclick underlines in 1.21-beta.
  • Tolerate legacy nameless Linter V1 providers.

v0.3.0

11 Sep 22:44
Compare
Choose a tag to compare
  • Find References and Code Format now use the busy signal while waiting for providers.
  • CSS classes have been renamed for consistency.

v0.2.0

06 Sep 22:34
Compare
Choose a tag to compare

Code Actions

  • Added support for code actions!

Datatips

  • Colors are now consistent with the syntax theme rather than the UI theme.

Diagnostics

  • Info messages are now consistently colored (using the theme's "info" color)
  • Improved datatip for diagnostic messages.
  • Diagnostics are now immediately visible (without an active text editor).
  • Fixed Linter V2 "reference" conversion.

Hyperclick

  • Reduced duplicated provider requests on Windows.

Outline View

  • Ensure that the spinner is centered.

v0.1.11

10 Aug 20:25
Compare
Choose a tag to compare

This release should be compatible with Atom 1.19.

  • diagnostics: Converted to Redux, deprecated the old "nuclide-diagnostics" APIs.
  • definitions: Fixed a memory leak with definition caching.
  • definitions: Multiple definitions don't require a "name" anymore.

v0.1.9

05 Jul 22:28
Compare
Choose a tag to compare
  • Brings in [email protected]
  • Stripped the "atom-ide" prefix from all Atom service providers and consumers.
  • Stripped the "nuclide" branding from all Atom commands.