Skip to content

Releases: atom-community/atom-ide-datatip

v0.25.0

09 Jun 06:54
Compare
Choose a tag to compare

0.25.0 (2021-06-09)

Bug Fixes

  • fix package-deps loading (6030cc4)
  • handle showDataTip promise correcrly - fix types (4f4bc23)
  • make datatip glow less pronounced (5a2b365)
  • update atom-ide-base (416bf82)
  • update dependencies (1050929)

Features

  • use the Solid ViewContainer (62066e7)

v0.24.1

15 Mar 22:45
Compare
Choose a tag to compare

0.24.1 (2021-03-15)

Bug Fixes

  • make onMouseWheel free (07f6760)
  • remove excess null-check for subs (8df66d5)
  • show datatips even when there is other overlays such as Linter (91f7e3e)
  • simplify comparing markers (371cd9c)
  • update atom dependencies (b9bd8aa)
  • use === in null checks (3924ecd)

v0.24.0

27 Feb 11:46
Compare
Choose a tag to compare

0.24.0 (2021-02-27)

Features

Performance Improvements

  • remove config for hover animation (2aa61c9)

v0.23.5

27 Feb 04:59
Compare
Choose a tag to compare

0.23.5 (2021-02-27)

Bug Fixes

  • datatips were shown on mouse move even when disabled in the configs (c354bd9)
  • increase wait time for showing datatips to 100ms (3ce7d5f)

v0.23.4

17 Feb 12:16
Compare
Choose a tag to compare

0.23.4 (2021-02-17)

Bug Fixes

  • bump atom-package-deps with Windows spaced-path fixes (#120)
  • add type defs for react (6a3531f)

v0.23.3

10 Feb 00:30
Compare
Choose a tag to compare

0.23.3 (2021-02-10)

Bug Fixes

  • fix copying text on MacOS (f7e64e4)

v0.23.2

06 Feb 07:08
Compare
Choose a tag to compare

0.23.2 (2021-02-06)

Bug Fixes

  • update dependencies (01e368d)
  • use native copying on the datatips (475036b)

v0.23.1

02 Feb 21:38
Compare
Choose a tag to compare

0.23.1 (2021-02-02)

Bug Fixes

  • add makeOverLayCopyable function (a62a5b0)
  • add userSelect override in makeOverlaySelectable (19ffa09)
  • create selectable-overlay file (7b261e1)
  • export all functions (0b0aa9c)
  • refactor makeOverlaySelectable (235163e)
  • refactor overlayFocusFix (80eb5b5)
  • update atomi-ide-base (a08af45)
  • use atom-ide-base selectable-overlay functions (eba2a13)

v0.23.0

02 Feb 18:25
Compare
Choose a tag to compare

0.23.0 (2021-02-02)

Bug Fixes

  • make copyListener async (ceff0e2)
  • remove focus once mouse leaves (6dffe99)

Features

  • make datatip text copyable (9e04409)
  • make datatip text selectable (9c2a28e)
  • remove z-index override (426d303)

v0.22.1

31 Jan 22:03
Compare
Choose a tag to compare

0.22.1 (2021-01-31)

Bug Fixes