Skip to content

Releases: steelbrain/linter-ui-default

v3.4.1

24 Jun 16:06
Compare
Choose a tag to compare
  • fix: skip loading package-deps if linter is already loaded
  • fix: do not destructure atom.inSpecMode

v3.4.0

24 Jun 14:33
Compare
Choose a tag to compare
  • improve the size of the package. The whole package is only 52 KB!
  • initial support for asynchronous linter fixes
  • lazyload marked only when needed
  • drop support for Atom versions older than 1.52 (at least Electron 6 is required)
  • use Solid's Show to conditionally render
  • use largeness from atom-ide-base to detect if inline linter markers should be skipped in large editors
  • use terser-config-atomic
  • avoid implicit conversions by accurate handling of types
  • once/dobounce the buttons
  • make LinteUI.render function async (affects the server)
  • await and handle all promises
  • use solid createEffect and createSignal for tooltip descriptions instead of onMount and createState
  • use atom.workspace.getActiveTextEditor instead of our custom function
  • destructure atom at the top of the modules to improve performance
  • remove lodash dependency
  • update dependencies (Solid, Marked, etc)
  • Many more optimizations and fixes

v3.3.1...v3.4.0

v3.3.1

23 Mar 17:10
Compare
Choose a tag to compare
  • fix: the issue with atom-package-deps not installing the linter dependency #639
  • fix: update dependencies #639
  • minor optimizations #639

v3.3.0

09 Mar 08:44
Compare
Choose a tag to compare
  • feat: colorize the severity in the bottom panel
  • fix: sort based on severity (show errors first)

v3.2.5

17 Feb 12:32
Compare
Choose a tag to compare
  • fix: bump atom-package-deps to support spaced paths on Windows

v3.2.4

10 Feb 00:31
Compare
Choose a tag to compare
  • fix: fix copying text from tooltips on MacOS

v3.2.3

08 Feb 01:50
Compare
Choose a tag to compare
  • fix: move the linter tooltip down when there is not enough space on top (#630)

v3.2.2

06 Feb 02:38
Compare
Choose a tag to compare
  • Update deps
  • Only add keymaps only once for copying text from the tooltip

v3.2.1

06 Feb 01:31
Compare
Choose a tag to compare
  • fix: use native copy handling in tooltips:
    • It is faster.
    • Supports MacOS (cmd+c)
    • In addition to performance benefits, it also fixes the jumps that happened in the linter when you wanted to copy the text
  • fix: make toggleDescription async

v3.2.0

04 Feb 09:50
Compare
Choose a tag to compare
  • Render descriptions correctly (#625)