| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-01-12 | 997 Bytes | |
| v0.8.25 source code.tar.gz | 2026-01-12 | 2.9 MB | |
| v0.8.25 source code.zip | 2026-01-12 | 3.1 MB | |
| Totals: 3 Items | 6.0 MB | 0 | |
Release Notes
Setting "sitemap" to None disables sitemap generation for the page
:::python
app.add_page(index, context={"sitemap": None})
- Allow opt-out of sitemap inclusion by @masenf in https://github.com/reflex-dev/reflex/pull/6077
Bugfixes
- Split REFLEX_CORS_ALLOWED_ORIGINS by comma by @masenf in https://github.com/reflex-dev/reflex/pull/6067
- remove
--themefrom __reflex_style_reset.css by @masenf in https://github.com/reflex-dev/reflex/pull/6076
Improvements
- improve self aenter typing by @adhami3310 in https://github.com/reflex-dev/reflex/pull/6064
- add uuid to deserializers by @adhami3310 in https://github.com/reflex-dev/reflex/pull/6073
- Improve templates fetching logic and filtering by @HellAmbro in https://github.com/reflex-dev/reflex/pull/6068
Chores
- 0825dev by @adhami3310 in https://github.com/reflex-dev/reflex/pull/6065
Full Changelog: https://github.com/reflex-dev/reflex/compare/v0.8.24...v0.8.25