v0.8.5 Pre-release thread #5654
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.8.5a'
Schedule
2025-07-31 12:00 PDT: 0.8.5a1 pre-release published for testing
2025-08-01 12:50 PDT: 0.8.5a2 pre-release
2025-08-04: Planned Public release of 0.8.5
0.8.5a2
Release Notes
More accurate progress tracking
When compiling a large app, we weren't incrementing the counter for some time-consuming tasks. Like collecting imports and stateful-izing components. Now we do, so the progress bar is a more accurate estimate of how much progress has been made.
Remove
autofocus
(notauto_focus
)autofocus
is an old guy we had and it wasn't working. Now we only have the HTML/React fieldauto_focus
.Make
Tag
immutableIf you happened to have overwrote
_render
or such, you might be familiar withTag
. We modified it to be immutable as we have been the victims of misusing its mutability. Review your code that involves_render
orrender
.Bugfixes
Chores
Cleanups
Full Changelog: v0.8.4...release/reflex-0.8.5
Beta Was this translation helpful? Give feedback.
All reactions