v0.7.8 Pre-release thread #5144
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.7.8a'Schedule
2025-04-17 12:36 PST: 0.7.8a1 pre-release published for testing
2025-04-21: Planned Public release of 0.7.8
Release Notes
is_none()andis_not_none()operations.If you were getting some of those pesky lint errors because you were doing
some_var == None, you can dosome_var.is_none()instead.Call event handlers with keyword arguments
Although pyright will be mad at you.
NextJS upgrade (15.3.0)
This includes faster builds if you enable the environment variable
REFLEX_USE_TURBOPACK.Bugfixes
Chores
Full Changelog: v0.7.7...release/reflex-0.7.8
Beta Was this translation helpful? Give feedback.
All reactions