New
v0.8.25
Release Notes
Setting "sitemap" to None disables sitemap generation for the page
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