Skip to content

Releases: steelbrain/linter-ui-default

v2.4.0

08 Jan 03:19
Compare
Choose a tag to compare

feat: large/minified file optimizations (#612)

v2.3.5

28 Dec 13:20
Compare
Choose a tag to compare

fix: do not move the linter tooltip out of the editor

v2.3.4

25 Dec 07:45
Compare
Choose a tag to compare

fix: transform overlay to make underneath of the tooltip clickable

See atom-community/atom-ide-signature-help#49

v2.3.3

25 Dec 07:45
Compare
Choose a tag to compare
  • fix: make event listeners passive

v2.3.2

24 Dec 22:54
Compare
Choose a tag to compare
  • fix: linter tooltip messages not being visible in some themes

v2.3.1

23 Dec 07:36
Compare
Choose a tag to compare
  • fix: remove extra space from the tooltip due to arrow pointer
  • fix: decrease the time required for showing the linter tooltip (faster response)

v2.3.0

22 Dec 12:22
Compare
Choose a tag to compare
  • Fixes overlaps with datatips (linter messages now are positioned above the point, unless there is not enough space) (#607)

  • Changes the style of the tooltips so they match datatips (atom-ide-community style) (#607)

    info messages:

    image

    error messages:

    image

    when the message is at the top of the page, it does not translate:

    image

v2.2.4

22 Dec 09:16
Compare
Choose a tag to compare
  • Bump dependencies
  • Add benchmarks (#605)

v2.2.3

17 Dec 07:18
Compare
Choose a tag to compare
  • if file path of the editor is undefined save the message in ""

v2.2.2

17 Dec 07:06
Compare
Choose a tag to compare
  • Huge number of bug fixes (#604)
  • Maximize TypeScript strictness (#604)