Skip to content

Releases: snyk/snyk-intellij-plugin

v2.8.3

11 Jun 16:25
1ee7f6b
Compare
Choose a tag to compare

Added

  • Add folder path to report analytics request.
  • Support for 2024.4
  • Spend less time in the UI thread

v2.8.2

11 Jun 09:11
bfcce11
Compare
Choose a tag to compare

Added

  • Add folder path to report analytics request.

v2.8.1

04 Jun 09:11
6e5ec6d
Compare
Choose a tag to compare

Added

  • Injects custom styling for the HTML panel used by Snyk Code for consistent ignores.

v2.8.0

27 May 12:04
ee413ba
Compare
Choose a tag to compare

Added

  • Serve Snyk Code functionality via language server. This enables auto-scanning on startup / save, code actions for Snyk Learn and, if enabled, Snyk Auto-Fix. The number of uploaded files is not shown anymore.

v2.7.21

23 May 14:54
2eb8c47
Compare
Choose a tag to compare

Fixed

  • Append /v1 to the endpoint when necessary

v2.7.20

21 May 09:11
bf772d7
Compare
Choose a tag to compare

Added

  • (LS OSS) Starts rendering the Tree Nodes for OSS via the LS
  • (LS OSS) Renders the Suggestion Panel for OSS via the LS

v2.7.19

14 May 09:12
1915ccd
Compare
Choose a tag to compare

Added

  • Refactors some files so they can be used by more than just Snyk Code
  • De-duplicated code which will be used by all products loaded via the Language Server
  • Registry flag for integrating Snyk OSS scans in JetBrains via the LS

v2.7.18

07 May 09:12
95d9210
Compare
Choose a tag to compare

Added

  • Improved theming in the Code Issue Panel by applying IntelliJ theme colors dynamically to JCEF components. This ensures consistency of UI elements with the rest of the IDE.

v2.7.17

30 Apr 09:12
d425945
Compare
Choose a tag to compare

Fixed

  • Fixed problem in re-enablement of scan types when only one scan type was selected

Added

v2.7.16

23 Apr 09:10
586082c
Compare
Choose a tag to compare

Added

  • Implemented dynamic theme style changes for the Code Issue Panel via the Language Server. It adjusts CSS properties based on the current IDE theme settings to enhance visual consistency across different themes. See related PR: snyk-ls#491.