v0.8.12 Pre-release thread #5799
Closed
adhami3310
announced in
Release
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Please report any problems you encounter in this discussion thread or as separate issues on reflex-dev/reflex.
pip install 'reflex~=0.8.12a'Schedule
2025-09-18 11:40 PT: 0.8.12a1 pre-release published for testing
2025-09-22: Planned Public release of 0.8.12
Release Notes
Bugfixes
Check against using components as styles accidentally
If you do:
The icon would be interpreted as style value. That used to raise a runtime error, now it happens at compile time.
console.errornow correctly point to stderrPreviously things like backend exceptions and frontend exceptions wouldn't go to stderr. This is now fixed.
Background event vars would reconnect to frontend after period of disconnectivity
Doing foreach over a null that is mistakenly typed as a list or an object will not result in a runtime error (would be just an empty list)
Env vars properly update from
REFLEX_ENV_FILEwith GranianChores
Full Changelog: v0.8.11...release/reflex-0.8.12
Beta Was this translation helpful? Give feedback.
All reactions