| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| biome-darwin-arm64 | 2025-10-26 | 37.7 MB | |
| biome-darwin-x64 | 2025-10-26 | 40.4 MB | |
| biome-linux-arm64 | 2025-10-26 | 38.9 MB | |
| biome-linux-arm64-musl | 2025-10-26 | 37.3 MB | |
| biome-linux-x64 | 2025-10-26 | 43.3 MB | |
| biome-linux-x64-musl | 2025-10-26 | 43.3 MB | |
| biome-win32-arm64.exe | 2025-10-26 | 44.6 MB | |
| biome-win32-x64.exe | 2025-10-26 | 54.5 MB | |
| Biome CLI v2.3.1_ source code.tar.gz | 2025-10-26 | 7.7 MB | |
| Biome CLI v2.3.1_ source code.zip | 2025-10-26 | 16.0 MB | |
| README.md | 2025-10-26 | 4.6 kB | |
| Totals: 11 Items | 363.8 MB | 0 | |
2.3.1
Patch Changes
-
#7840
72afdfaThanks @ematipico! - Fixed #7838, which caused the new--css-parse-*arguments not being recognised by thecicommand. -
#7789
d5b416eThanks @fronterior! - Fixed the LSP methodworkspace/didChangeWorkspaceFoldersto perform incremental updates instead of replacing the entire folder list. -
#7852
bd254c7Thanks @dyc3! - Fixed [#7843]: The CSS parser, whentailwindDirectivesis enabled, correctly parses--*: initial;. -
#7872
0fe13feThanks @dyc3! - Fixed #7861: The HTML parser will now accept Svelte attribute shorthand syntax in.sveltefiles. -
#7866
7b2600bThanks @dyc3! - Fixed #7860: The css parser, withtailwindDirectivesenabled, will now accept@pluginoptions. -
#7853
fe90c78Thanks @dyc3! - Fixed [#7848]: The css parser withtailwindDirectivesenabled will now correctly parse tailwind's source exclude syntax:@source not "foo.css"; -
#7878
c9f7fe5Thanks @ematipico! - Fixed #7857: Biome now parses<script>tags as TypeScript when analysing.astrofiles. -
#7867
b42b718Thanks @smorimoto! - Fixed incorrect option name in HTML parser error message.
The error message for disabled text expressions incorrectly referred
to the html.parser.textExpression option, which does not exist.
Updated it to reference the correct html.parser.interpolation option.
What's Changed
- fix(cli): css parsing arguments for ci command by @ematipico in https://github.com/biomejs/biome/pull/7840
- chore: document rule-group severity relation and update rules_check by @Conaclos in https://github.com/biomejs/biome/pull/7827
- fix(lsp): make update_workspace_folders perform incremental updates per LSP spec by @fronterior in https://github.com/biomejs/biome/pull/7789
- ci(rules-check): add noSecrets exception by @Conaclos in https://github.com/biomejs/biome/pull/7862
- ci: fix clippy failure by @Conaclos in https://github.com/biomejs/biome/pull/7863
- fix(parse/css): fix parsing
--*: initial;with tailwindDirectives enabled by @dyc3 in https://github.com/biomejs/biome/pull/7852 - fix(parse/css): fix parsing tailwind source exclude syntax by @dyc3 in https://github.com/biomejs/biome/pull/7853
- fix(core): parse astro script as TS by @ematipico in https://github.com/biomejs/biome/pull/7878
- fix(biome_html_parser): fix incorrect option name in HTML parser error message by @smorimoto in https://github.com/biomejs/biome/pull/7867
- chore: ai docs revamp by @ematipico in https://github.com/biomejs/biome/pull/7879
- fix(parse/css): allow
@pluginto accept options by @dyc3 in https://github.com/biomejs/biome/pull/7866 - feat(parse/html): parse svelte shorthand props and spread props by @dyc3 in https://github.com/biomejs/biome/pull/7872
- ci: release by @github-actions[bot] in https://github.com/biomejs/biome/pull/7842
New Contributors
- @fronterior made their first contribution in https://github.com/biomejs/biome/pull/7789
- @smorimoto made their first contribution in https://github.com/biomejs/biome/pull/7867
Full Changelog: https://github.com/biomejs/biome/compare/@biomejs/biome@2.3.0...@biomejs/biome@2.3.1