Skip to content

Releases: atom-community/atom-ide-datatip

v0.22.0

30 Jan 12:20
Compare
Choose a tag to compare

0.22.0 (2021-01-30)

Features

  • use gray color for datatips (doc category) (1379cd2)

v0.21.1

24 Jan 08:53
Compare
Choose a tag to compare

0.21.1 (2021-01-24)

Bug Fixes

  • Improve types (#106)
  • Update deps (#106)
  • Use better config defaults (#111)
  • do not show datatip on cursor stay by default (f34e02a)
  • make config a json file (86b7b0d)
  • show datatip on mouse move automatically (d2196b4)

v0.21.0

23 Jan 01:30
Compare
Choose a tag to compare

0.21.0 (2021-01-23)

Bug Fixes

  • add types from jsdoc to ts (20a7ecb)
  • bump @types/atom (aaf1e26)
  • bump rollup (54c783a)
  • change the style of the datatip to match other Atom popovers (fdbdbc4)
  • import used types (b82a1bb)
  • lint fix (1203c79)
  • remove unnecessary null set in deactive/dispose (1b76156)
  • remove unused param (1be8e1f)
  • return of mountDataTipWithMarker (67cd74d)
  • rollup config (f08aab6)
  • update atom-package-deps (fc137e5)
  • use class properties in datatip manager (816be8c)
  • use import type (9720762)

Features

v0.20.4

28 Oct 10:51
Compare
Choose a tag to compare

0.20.4 (2020-10-28)

Bug Fixes

  • clean memory in case of an error (21505d3)
  • return right away if the element is not created (88e4854)
  • use optional chaining in onCommandEvt (7396906)
  • use optional chaining in unmountDataTip (8b2d646)

v0.20.3

22 Oct 07:53
Compare
Choose a tag to compare

0.20.3 (2020-10-22)

Bug Fixes

  • make mousewheel listener passive (0363e9c)

v0.20.2

22 Oct 07:21
Compare
Choose a tag to compare

0.20.2 (2020-10-22)

Bug Fixes

  • fix scrolling on the datatip (dc1c991)

v0.20.1

22 Oct 06:45
Compare
Choose a tag to compare

0.20.1 (2020-10-22)

Bug Fixes

v0.20.0

12 Oct 06:18
Compare
Choose a tag to compare

0.20.0 (2020-10-12)

Bug Fixes

  • set datatip-element class for ViewContainer (bf0ebaf)
  • set font-size and font-family on the datatip-element (81072ca)
  • set max width and hight on the datatip-element (332d94e)
  • style code blocks for all datatip-elements (8226892)

Features

  • code snippet highlighting (4cd5f46)

v0.19.1

11 Oct 21:31
Compare
Choose a tag to compare

0.19.1 (2020-10-11)

Bug Fixes

  • fix memory leaks due to the markers not being destroyed (7253200)
  • reduce the latency from 100ms to 80ms (7012ad1)

v0.19.0

11 Oct 20:40
Compare
Choose a tag to compare

0.19.0 (2020-10-11)

Features

  • highlight the hovered words (58eddcc)