v0.7.10 Pre-release thread #5241
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.
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.7.10a'Schedule
2025-05-01 14:45 PST: 0.7.10a1 pre-release published for testing
2025-05-05: Planned Public release of 0.7.10
Release Notes
Decentralized Event Handlers
You can define some events outside of the state they belong to. This requires using the
@eventdecorator and typing the first (state) argument with the state it belongs to. It gets used by its name as opposed toState.format.Escape hatch: change react version
In case react version upgrade broke your packages somehow, you can use the
REACT_VERSIONenvironment flag to change it. We don't support this flag indefinitely though, and it's very much not safe to set.Decimal support in Vars
You can now use decimal in state, but it converts it to a float when sending it to JS. Devin has contributed some of this PR before needing to intervene a bit.
Style for dragging over upload component
on_dropfor Upload should now support the list syntax. Also adds a style to the default component when a file is being dragged over it.[Regression Fix] Lifespan tasks
If you were using lifespan tasks along
apiorapi_transformer, it might not have been running as expected. It should be fixed now.This also fixes hot reload on Windows.
Bugfixes
Chores
New Contributors
Full Changelog: v0.7.9...release/reflex-0.7.10
Beta Was this translation helpful? Give feedback.
All reactions