v0.8.13 Pre-release thread #5825
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.
-
Please report any problems you encounter in this discussion thread or as separate issues on reflex-dev/reflex.
pip install 'reflex~=0.8.13a'Schedule
2025-09-25 11:00 PT: 0.8.13a1 pre-release published for testing
2025-09-29: Planned Public release of 0.8.13
Release Notes
Rework ColorVar to support its subfields
Upgrade
react-player(rx.video) to v3There are some providers that got removed in the update and the API changed. We added a mapping to maintain them as close as possible. If you get any deprecation warnings related to
rx.videothat's why.Automatically convert
timeanddatefromstrif event handler function is typed as suchIf you have an event handler:
Then you can do:
That used to fail, since we go to the frontend and back, which would serialize the
datetimeinto a string to be stored in JSON. Now we attempt to convert thestrinto the typed parameter if possible fordatetimeobjects.Add option to disable server-side rendering for
reflex exportandreflex deployYou can pass
--no-ssrto the commands to disable react router per-rendering routes. Note that might hurt your SEO performance. You can also configure that withREFLEX_SSR=1/0.Bugfixes
Chores
test_evnt_actions_throttle_debounceto be more forgiving by @masenf in Refactortest_evnt_actions_throttle_debounceto be more forgiving #5824Full Changelog: v0.8.12...release/reflex-0.8.13
Beta Was this translation helpful? Give feedback.
All reactions