Releases: biomejs/biome-intellij
Releases · biomejs/biome-intellij
v1.10.0
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
Bug Fixes
- Support project structure with multiple roots (#197)
Features
- Support the new-style monorepo (#196)
v1.8.1
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
Bug Fixes
- Fixed a regression where the plugin couldn't find biome.json at the project root (#166)
v1.7.1
Bug Fixes
- Avoid duplicated LSP instances in monorepo (#159)
v1.7.0
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
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
Bug Fixes
- Keep empty end line (#120)
Features
- Add support for Biome config icons and improve save actions (#119)
v1.5.4
Bug Fixes
- Set format line separators on save (#88)
- 243 compilation (#103)