What's Changed
- fix(rome_js_analyze): improve the logic of jsx_reference_identifier_is_fragment by @leops in #3592
- fix(rome_cli): Respect formatter/linter
enabled
from configuration by @MichaReiser in #3591 - fix(rome_cli): correctly account for diff diagnostics in the printed diagnostics count by @leops in #3595
- feat(vscode): display the version of the language server in the status bar by @leops in #3616
- benchmark: Add pprettier and dprint to benchmark by @MichaReiser in #3597
- fix(rome_js_analyze): Verify method name of React API calls by @MichaReiser in #3619
- fix(rome_js_formatter): Trailing comma inside import #3600 by @denbezrukov in #3624
- fix(rome_js_analyze): useValidAnchor considering all possible expressions by @xunilrj in #3599
- chore(npm): add license by @SuperchupuDev in #3629
- fix(rome_js_analyze): improve the detection of
ReactDOM.render
calls innoRenderReturnValue
by @leops in #3626 - doc(editors): Clarify Rome discovery by @MichaReiser in #3639
- fix(rome_js_semantic): support for object and array bindings when exporting by @xunilrj in #3620
- fix(rome_js_analyze): False positives for interactive elements in
useKeyWithClickEvents
by @MichaReiser in #3644 - release: v10.0.1 by @leops in #3649
New Contributors
- @SuperchupuDev made their first contribution in #3629
Full Changelog: cli/v10.0.0...lsp/v0.18.1