Download Latest Version v0.8.4 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.1
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-07-07 2.2 kB
v0.8.1 source code.tar.gz 2025-07-07 2.8 MB
v0.8.1 source code.zip 2025-07-07 3.1 MB
Totals: 3 Items   5.9 MB 0

Release Notes

router.url

If you just want the url of the page the user is on, then rx.State.router.url is what you need. It's very similar to urllib.parse url, so you can do host, port, and whatnot. The plan is to move away from router.page.

Blur focus

Do you want to de-focus an element? You can use rx.event.blur_focus

Load plugins from environ

If you need to override plugins through an environment variable, now you can do so.

:::properties
REFLEX_PLUGINS=reflex.plugins.tailwind_v3.TailwindV3Plugin

You can still get the original through rx.el.elements.a.

Bugfixes

Chores

New Contributors

Full Changelog: https://github.com/reflex-dev/reflex/compare/v0.8.0...v0.8.1

Source: README.md, updated 2025-07-07