Skip to content

Releases: biomejs/biome-intellij

v1.10.1

29 Aug 15:29
f048ded
Compare
Choose a tag to compare

Bug Fixes

  • Resolve the extends option in the config correctly (#214)

Full Changelog: v1.10.0...v1.10.1

v1.10.0

03 Aug 07:23
92bdcad
Compare
Choose a tag to compare

Bug Fixes

  • Revert a change to use DocumentUtil.executeInBulk (#208)
  • Fallback to child config when no root config was found in the project (#210)

Features

  • Improve diagnostics message (#209)

v1.9.0

09 Jul 16:47
3c8bf32
Compare
Choose a tag to compare

Bug Fixes

  • Support project structure with multiple roots (#197)

Features

  • Support the new-style monorepo (#196)

v1.8.1

02 Jul 04:36
bf30c05
Compare
Choose a tag to compare

Bug Fixes

  • Fixed that applying fixes on save can break the code in the editor (#190)
  • Resolved compatibility problems for older versions of IntelliJ IDEs (#193)

Features

  • Removed a file listener that watches changes to biome.json(c), it is now handled by Biome itself (#183)
  • Improved performance on formatting (#184)

v1.7.2

03 Apr 13:10
203d9ee
Compare
Choose a tag to compare

Bug Fixes

  • Fixed a regression where the plugin couldn't find biome.json at the project root (#166)

v1.7.1

03 Apr 08:16
352d0f8
Compare
Choose a tag to compare

Bug Fixes

  • Avoid duplicated LSP instances in monorepo (#159)

v1.7.0

26 Mar 14:00
d89b1bd
Compare
Choose a tag to compare

Bug Fixes

  • Support textDocument/formatting response with granular text edits (#148)
  • Run text edits in a reversed order (#151)
  • Avoid conflicting code actions on save (#149)

Features

  • Monorepo support (#138)
  • Support workspace/configuration request for providing configuration path (#144)

v1.6.0

26 Feb 09:55
603de29
Compare
Choose a tag to compare

Bug Fixes

  • Improve BiomePackage and LSP startup logic (#129)
  • Support running Biome on WSL Node.js interpreter (#131)
  • Convert WSL path to local path and vice versa (#132)
  • Workaround for IDEA-347138 (#135)

Features

  • Support running custom Biome executable on WSL 2 (#134)
  • Refactor and replace BiomeRunner with BiomeServerService (#124)

v1.5.5

10 Jan 11:59
151efba
Compare
Choose a tag to compare

Bug Fixes

  • Keep empty end line (#120)

Features

  • Add support for Biome config icons and improve save actions (#119)

v1.5.4

07 Jan 16:22
7162e61
Compare
Choose a tag to compare

Bug Fixes

  • Set format line separators on save (#88)
  • 243 compilation (#103)