v0.7.7 Pre-release thread #5116
Closed
adhami3310
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please report any problems you encounter in this discussion thread or as separate issues on reflex-dev/reflex.
pip install 'reflex~=0.7.7a'
Schedule
2025-04-10 17:50 PST: 0.7.7a1 pre-release published for testing
2025-04-14: Planned Public release of 0.7.7
Release Notes
el.input
withtype=range
andtype=number
correctly reports events of type(float) -> Any
Sames goes for
el.input
withtype=checkbox
and event type(bool) -> Any
.This can be a subtle breaking change if you had code depending on this small detail.
Bun version behavior fixes
Reflex will use system host if either:
bun
is outdated, but will ultimately let you run reflex.bun
and you do havebun
installed on your system and it's up to date.Otherwise, Reflex uses or downloads/installs or updates its local version of bun that is shared between your reflex applications.
Hosting CLI Improvements
Reflex hosting cli will now support uploading a local sqlite db as long as it is less than 25mb. This will give the hosted site an ephemeral database. Meaning that new data added could be lost but data uploaded is always persisted.
To achieve this a user must leverage the cloud config (
reflex cloud config
) with the following flaginclude_db: True
Bugfixes
Chores
Full Changelog: v0.7.6...release/reflex-0.7.7
Beta Was this translation helpful? Give feedback.
All reactions