# Biome 2.5.12 — Biome CLI v2.5.12
- Product: Biome (https://whatsnew.fyi/product/biome)
- Vendor: Biome
- Date: 2026-09-03
- Version: 2.5.12
- Original notes: https://github.com/biomejs/biome/releases/tag/%40biomejs/biome%402.5.12
- Permalink: https://whatsnew.fyi/product/biome/releases/2.5.12
What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog.
Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'.
---
- **fixed** — Astro attribute expressions now accept TypeScript and JSX syntax that is accepted in text expressions
- **fixed** — Astro attribute names are no longer split on `:` and `.` inside an expression
- **fixed** — A bare `>` in the children of an Astro expression is no longer treated as markup
- **fixed** — HTML comments inside an Astro expression now parse correctly and are read as trivia
- **fixed** — Children of `is:raw` inside an Astro expression are no longer read as JSX
- **fixed** — An apostrophe or quote in the text of a JSX element inside an Astro expression no longer ends the expression early
- **fixed** — Children of `}
```
- [#11440](https://github.com/biomejs/biome/pull/11440) [`b88f1ea`](https://github.com/biomejs/biome/commit/b88f1ea368c727ff8ebeddcaf9448f6ddc7c4878) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Added support for template literal attribute values inside an Astro expression, such as ``{x && }``.
- [#11440](https://github.com/biomejs/biome/pull/11440) [`b88f1ea`](https://github.com/biomejs/biome/commit/b88f1ea368c727ff8ebeddcaf9448f6ddc7c4878) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fixed unquoted attribute values being rejected inside an Astro expression, such as `{x && go}`.
- [#11440](https://github.com/biomejs/biome/pull/11440) [`b88f1ea`](https://github.com/biomejs/biome/commit/b88f1ea368c727ff8ebeddcaf9448f6ddc7c4878) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fixed a template literal nested inside `${}` breaking the rest of an Astro file, such as ``const href = `/blog${page === 0 ? '' : `/${page + 1}`}`;``.
- [#11440](https://github.com/biomejs/biome/pull/11440) [`b88f1ea`](https://github.com/biomejs/biome/commit/b88f1ea368c727ff8ebeddcaf9448f6ddc7c4878) Thanks [@Princesseuh](https://github.
_[Truncated at 4000 characters — full notes: https://github.com/biomejs/biome/releases/tag/%40biomejs/biome%402.5.12]_