Download Latest Version v0.8.7 source code.tar.gz (2.8 MB)
Email in envelope

Get an email when there's a new version of Reflex Dev

Home / v0.8.5
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-08-04 2.5 kB
v0.8.5 source code.tar.gz 2025-08-04 2.8 MB
v0.8.5 source code.zip 2025-08-04 3.1 MB
Totals: 3 Items   5.9 MB 0

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 (not auto_focus)

autofocus is an old guy we had and it wasn't working. Now we only have the HTML/React field auto_focus.

Make Tag immutable

If you happened to have overwrote _render or such, you might be familiar with Tag. We modified it to be immutable as we have been the victims of misusing its mutability. Review your code that involves _render or render.

Bugfixes

Chores

Cleanups

Full Changelog: https://github.com/reflex-dev/reflex/compare/v0.8.4...v0.8.5

Source: README.md, updated 2025-08-04