| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-16 | 1.3 kB | |
| v0.8.28 source code.tar.gz | 2026-03-16 | 2.9 MB | |
| v0.8.28 source code.zip | 2026-03-16 | 3.2 MB | |
| Totals: 3 Items | 6.1 MB | 1 | |
-
fix: make disable_plugins accept Plugin types instead of strings by @masenf in https://github.com/reflex-dev/reflex/pull/6155
-
feat: add vite_allowed_hosts config option for Vite dev server by @milochen0418 in https://github.com/reflex-dev/reflex/pull/6147
Bugfixes
- Unlink broken symlinks in the assets folder by @masenf in https://github.com/reflex-dev/reflex/pull/6140
- fix: include frontend_path in sirv prod command for correct 404.html fallback by @masenf in https://github.com/reflex-dev/reflex/pull/6154
- Skip MutableProxy rebind self for _sa_instrumented functions by @masenf in https://github.com/reflex-dev/reflex/pull/6168
- Gracefully reset the StateProxy internals on error by @masenf in https://github.com/reflex-dev/reflex/pull/6169
- fix: clean up stale asset symlinks to prevent hot reload crash loop by @masenf in https://github.com/reflex-dev/reflex/pull/6163
Performance Improvements
- fix: more cached type hints by @benedikt-bartscher in https://github.com/reflex-dev/reflex/pull/6161
Chores
- 0828dev by @adhami3310 in https://github.com/reflex-dev/reflex/pull/6136
- bump devcontainer to python:3.14-trixie by @masenf in https://github.com/reflex-dev/reflex/pull/6158
Full Changelog: https://github.com/reflex-dev/reflex/compare/v0.8.27...v0.8.28