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

v0.7.0

Compare
Choose a tag to compare
@hansonw hansonw released this 13 Dec 01:02
· 1375 commits to master since this release

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