v0.8.1 Pre-release thread #5533
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.1a'Schedule
2025-07-03 17:00 PDT: 0.8.1a1 pre-release published for testing
2025-07-07: Planned Public release of 0.8.1
v0.8.1a2
Release Notes
router.urlIf you just want the url of the page the user is on, then
rx.State.router.urlis what you need. It's very similar to urllib.parseurl, so you can dohost,port, and whatnot. The plan is to move away fromrouter.page.Blur focus
Do you want to de-focus an element? You can use
rx.event.blur_focusset_focus()we needblur_focus(). by @riebecj in If we haveset_focus()we needblur_focus(). #5522Load plugins from environ
If you need to override plugins through an environment variable, now you can do so.
REFLEX_PLUGINS=reflex.plugins.tailwind_v3.TailwindV3Pluginrx.el.a maps to react router link
You can still get the original through
rx.el.elements.a.Bugfixes
Chores
New Contributors
set_focus()we needblur_focus(). #5522Full Changelog: v0.8.0...release/reflex-0.8.1
Beta Was this translation helpful? Give feedback.
All reactions