Skip to content

Latest commit

 

History

History
359 lines (192 loc) · 19.3 KB

CHANGELOG.md

File metadata and controls

359 lines (192 loc) · 19.3 KB

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

0.15.4 (2021-06-07)

Bug Fixes

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

0.15.3 (2021-02-27)

Bug Fixes

Performance Improvements

0.15.2 (2021-02-10)

Bug Fixes

  • fix copying text on MacOS (fd72cf6)

0.15.1 (2021-02-06)

Bug Fixes

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)

0.14.1 (2021-02-03)

Bug Fixes

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)

0.13.3 (2021-01-31)

Bug Fixes

0.13.2 (2020-12-25)

Bug Fixes

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

0.13.1 (2020-10-22)

Bug Fixes

0.13.0 (2020-10-12)

Bug Fixes

  • set signature-element style in ViewContainer (0197128)
  • signature help is shown outside of the screen in the first lines (953d754)

Features

  • atom-ide-base 2.1.0 (d174619)
  • code highlighting + proper styling (99a2451)

0.12.0 (2020-10-09)

Bug Fixes

  • atom-ide-base 2.0.1 (37315ee)
  • bring glowClass to signature package (a9b0942)
  • reduce glow brightness (238aafd)

Features

  • atom-ide-base 2 (8345a5b)
  • use markdown-service from atom-ide-base (50fe05f)
  • use self-contained ViewContainer components (bede650)

0.11.0 (2020-10-08)

Bug Fixes

Features

0.10.0 (2020-10-06)

Bug Fixes

Features

  • use atom-ide-base 1.8.0 (c80c04d)
  • use getDocumentationHtml and getSnippetHtml from atom-ide-base (8c5cdd0)
  • use ViewContainer from atom-ide-base (b7cfbfb)

0.9.0 (2020-10-05)

Bug Fixes

Features

0.8.0 (2020-07-23)

Bug Fixes

Features

  • add glowOnHover config (6eab7f6)
  • fix the signature views (based on datatip view) (45f7243)
  • fix the styles (based on datatip styles) (604f06f)
  • separate signature-glow class (31ef467)

0.7.2 (2020-04-13)

Bug Fixes

  • activation hook to improve the loading time by deferring it (784a943)

0.7.1 (2019-06-29)

Bug Fixes

  • unreliable grammar name source in signature data tip (8d0f2c8)

0.7.0 (2019-06-24)

Features

0.6.4 (2019-06-19)

Bug Fixes

0.6.3 (2019-04-25)

Bug Fixes

  • parameter help documentation (197ef36)

0.6.2 (2019-04-18)

Bug Fixes

  • markdown text positioning (35633a1)
  • markdown text positioning (1093569)

0.6.1 (2019-04-18)

Bug Fixes

  • align parameter help with data tip (f79cc99)
  • markdown text rendering (b445749)

0.6.0 (2019-04-18)

Features

  • new layout of signature help (2c93227)
  • new signature help view showing parameter information (f225874)
  • use new async renderer with default grammar input (baef926)

0.5.0 (2019-04-08)

Features

  • async/await instead of promises (ca3a7af)

0.4.5 (2019-03-21)

Bug Fixes

  • it doesn't like dynamic heights for long markdown descriptions :( (e5d3091)

0.4.4 (2019-03-21)

Bug Fixes

0.4.3 (2019-03-21)

Bug Fixes

  • error handling in promise, activeParameter capturing (e9d3ce7)

0.4.2 (2019-03-19)

Bug Fixes

  • calling mount/unmount in a right sequence (023620b)

0.4.1 (2019-03-19)

Bug Fixes

  • upload screenshot to github cdn (31c8fc3)

0.4.0 (2019-03-18)

Features

  • add request token, custom css selector for signature help (e2f6df4)

0.3.5 (2019-03-18)

Bug Fixes

  • remove padding from pre tag (0c40ef1), closes #12

0.3.4 (2019-03-17)

Bug Fixes

  • font-size and pre tag design (9c57151)

0.3.3 (2019-03-17)

Bug Fixes

  • dependency installation prompt (b8265e1)

0.3.2 (2019-03-17)

Bug Fixes

  • null pointer during startup (a0f0cca)

0.3.1 (2019-03-17)

Bug Fixes

  • package dependency installation (3556efc)

0.3.0 (2019-03-17)

Features

  • adding markdown-renderer service support (9ea684a)

0.2.0 (2019-03-12)

Features

  • add initial travis-ci integration (69f604c)

0.1.3

  • Move to atom-ide-community

0.1.1 - Bugfix Release

  • position signature help view above current editing line

0.1.0 - First Release

  • Initial Release on Atom.io
  • Properly rendering markdown in overlay
  • UI bugfixes for overlay (shadow, sizing)