CSS parser gets SCSS and Tailwind fixes
Biome improved SCSS media-query parsing, accepted digit-led Tailwind names, and fixed a Svelte a11y false positive.
Read the issue →Biome improved SCSS media-query parsing, accepted digit-led Tailwind names, and fixed a Svelte a11y false positive.
Read the issue →Biome debounces LSP diagnostics on rapid edits, while also refreshing snapshots and bumping a few dependencies and workflows.
Read the issue →June 28th, 2026 · 1 commits
A dependency update refreshes camino in Cargo.toml and Cargo.lock.
Read the issue →Biome CLI now finds daemon pipes on Windows again after switching to the correct service prefix.
Read the issue →Biome fixed Vue 3.4 same-name shorthand handling, recognized chained test.each calls, and refactored feature gating across core packages.
Read the issue →Biome fixes CSS, GritQL, HTML linting, and TS formatter correctness, plus a small dependency bump.
Read the issue →
June 24th, 2026 · 12 commits
+3
Notable lint, parser, and performance work shipped, including a new Svelte rule, smarter overload handling, and embedded-language fixes.
Read the issue →Biome fixed config handling, plugin filtering, JSON escaping, and a migrate trivia bug; release prep churn was also reverted.
Read the issue →Highlights include HTML processing instructions, CSS import comment formatting, Vue directive refactors, and safer LSP navigation.
Read the issue →Biome broadened accessibility coverage across HTML-like syntaxes and cleaned a stray dead line from the ESLint TypeScript migrator.
Read the issue →Workspace config loading is fixed, lint docs get clearer diagnostics, and global type codegen lands.
Read the issue →
June 18th, 2026 · 10 commits
+1
Biome shipped two security-related dependency fixes plus meaningful lint, config, and LSP behavior changes.
Read the issue →Expanded the anchor accessibility rule docs to better explain invalid hrefs, empty fragments, and when to prefer buttons.
Read the issue →Biome tightened two JavaScript lint rules and spent the rest of the day on routine dependency and workflow updates.
Read the issue →A malformed trailing comma could break strict JSON migrations when the renamed rule was last in its group; this patch fixes it and adds coverage.
Read the issue →New React function-component rule, SCSS `supports()` interpolation parsing, CSS formatter fixes, and a formatter perf boost.
Read the issue →A broad internal refactor rewires module-graph symbol lookups to avoid the salsa DB mutex and updates several lints and services to use the new flow.
Read the issue →
June 10th, 2026 · 7 commits
+1
Major parser and formatter improvements across CSS Modules, Markdown lists/quotes, and Svelte-aware HTML linting.
Read the issue →Biome updates SCSS formatting for parentheses and variables, and teaches keyframe parsing/lints about SCSS variable declarations.
Read the issue →Biome adds dynamic SCSS keyframes-name support and improves SCSS variable list formatting; docs and tooling were also cleaned up.
Read the issue →Biome’s CSS parser/formatter now handles interpolated SCSS media conditions, with lint and test updates to match.
Read the issue →Adds a `useExportType` style option, fixes SCSS bracketed and grid formatting, and tightens a11y/ignore diagnostics.
Read the issue →Major rule promotion lands alongside Vue lint fixes and a SCSS formatter spacing overhaul.
Read the issue →Release merge plus fixes for a CSS regression, a type-info recursion crash, and broader SCSS/WASM support.
Read the issue →New `useIncludes` lint, RDJSON now reports real fix text, and HTML/Svelte parsing gets two correctness fixes.
Read the issue →
June 2nd, 2026 · 12 commits
+2
Parser, formatter, and lint fixes plus a new Svelte rule; YAML formatting and Tailwind variants also expanded.
Read the issue →YAML directive parsing was expanded, Vue v-on handlers now accept inline statements, and CSS function at-rules gained interpolated names.
Read the issue →