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 thehtml.parser.textExpressionoption, which does not exist.
Updated it to reference the correcthtml.parser.interpolationoption.
What's Changed
- fix(cli): css parsing arguments for ci command by @ematipico in #7840
- chore: document rule-group severity relation and update rules_check by @Conaclos in #7827
- fix(lsp): make update_workspace_folders perform incremental updates per LSP spec by @fronterior in #7789
- ci(rules-check): add noSecrets exception by @Conaclos in #7862
- ci: fix clippy failure by @Conaclos in #7863
- fix(parse/css): fix parsing
--*: initial;with tailwindDirectives enabled by @dyc3 in #7852 - fix(parse/css): fix parsing tailwind source exclude syntax by @dyc3 in #7853
- fix(core): parse astro script as TS by @ematipico in #7878
- fix(biome_html_parser): fix incorrect option name in HTML parser error message by @smorimoto in #7867
- chore: ai docs revamp by @ematipico in #7879
- fix(parse/css): allow
@pluginto accept options by @dyc3 in #7866 - feat(parse/html): parse svelte shorthand props and spread props by @dyc3 in #7872
- ci: release by @github-actions[bot] in #7842
New Contributors
- @fronterior made their first contribution in #7789
- @smorimoto made their first contribution in #7867
Full Changelog: https://github.com/biomejs/biome/compare/@biomejs/biome@2.3.0...@biomejs/biome@2.3.1