> For AI agents: the complete documentation index is at [llms.txt](https://reflex.dev/docs/llms.txt). For a Markdown version, remove the trailing slash from the page URL and append `.md`. The docs home is available at [index.md](http://localhost:3000/docs/index.md).

## v0.9.5 (2026-08-28)

### Miscellaneous

- Property docstrings are now noun phrases rather than "Get the ..." / "Return the ..." (ruff 0.16's new `D421`). ([#6893](https://github.com/reflex-dev/reflex/issues/6893))


## v0.9.4 (2026-08-04)

### Features

- Added typed `description` and `image` frontmatter fields to `FrontMatter`, parsed from docs and preserved by the markdown writer, for per-page SEO metadata. ([#6464](https://github.com/reflex-dev/reflex/issues/6464))


## v0.9.3 (2026-07-15)

### Bug Fixes

- Fixed `meta_description` and `description` frontmatter keys being misinterpreted as component preview lambdas. ([#6704](https://github.com/reflex-dev/reflex/issues/6704))


## v0.9.2 (2026-06-03)

No significant changes.
