Skip to content

Releases: atom-community/atom-ide-signature-help

v0.16.0

09 Jun 08:13
Compare
Choose a tag to compare

0.16.0 (2021-06-09)

Bug Fixes

  • accurate type handling (522828a)
  • add eslint and run eslint --fix (b6f64d1)
  • apply the className to the element (5ae58e6)
  • await showSignatureHelp (ccefc38)
  • default showSignatureHelpOnTyping to true (6e97d2f)
  • fix package-deps loading (e3d7741)
  • make mountSignatureHelp a free function (a1028a2)
  • update dependencies (5779df8)

Features

v0.15.4

07 Jun 22:58
Compare
Choose a tag to compare

0.15.4 (2021-06-07)

Bug Fixes

  • documentation can be null (15a5bf4)
  • keep react outside of the bundle (4cf07ae)
  • update dependencies (0ac8094)

v0.15.3

27 Feb 17:49
Compare
Choose a tag to compare

0.15.3 (2021-02-27)

Bug Fixes

Performance Improvements

v0.15.2

10 Feb 00:30
Compare
Choose a tag to compare

0.15.2 (2021-02-10)

Bug Fixes

  • fix copying text on MacOS (fd72cf6)

v0.15.1

06 Feb 08:49
Compare
Choose a tag to compare

0.15.1 (2021-02-06)

Bug Fixes

v0.15.0

06 Feb 08:33
Compare
Choose a tag to compare

0.15.0 (2021-02-06)

Bug Fixes

  • signature.parameters might be undefined (b889ea8)
  • accept null in updateCurrentEditor (286a0f1)
  • do not null set editorSubscriptions (2e93f07)
  • do not null set signatureHelpDisposables (3ae024d)
  • do not null set subs (ff548d8)
  • handle the signature documentation and parameter documentation better (761545f)
  • move props from constructor to props (516cf00)
  • remove undefined value (92d81a3)
  • triggerCharacters might be undefined (8aaabc9)
  • watchEditor might return null (b5583e2)

Features

  • convert main to TypeScript (e39d52c)
  • convert SignatureHelpManager to TypeScript (6c18c0b)
  • convert to typescript (e334fc6)

v0.14.1

03 Feb 05:50
Compare
Choose a tag to compare

0.14.1 (2021-02-03)

Bug Fixes

v0.14.0

02 Feb 22:25
Compare
Choose a tag to compare

0.14.0 (2021-02-02)

Bug Fixes

  • add bottom border to signature-help (53ce164)
  • bump atom-ide-base (14bfebd)
  • update package-deps (4154230)

Features

  • make signature-help text selectable and copyable (ee08755)

v0.13.3

31 Jan 22:07
Compare
Choose a tag to compare

0.13.3 (2021-01-31)

Bug Fixes

v0.13.2

25 Dec 08:06
Compare
Choose a tag to compare

0.13.2 (2020-12-25)

Bug Fixes

  • transform overlay to make underneath of the signature help clickable (999d089)