You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Please report any problems you encounter in this discussion thread or as separate issues on reflex-dev/reflex.
pip install 'reflex~=0.6.5a'
Schedule
2024-11-07 21:00 PDT: 0.6.5a1 pre-release published for testing
2024-11-11 11:16 PDT: 0.6.5a2 pre-release published
2024-11-12 09:40 PDT: 0.6.5a3 pre-release published
2024-11-11: Planned Public release of 0.6.5
2024-11-12 14:00 PDT: 0.6.5 released!
Release Notes
Changes in 0.6.5a3
Changes in 0.6.5a2
Breaking Changes
rx.App
is now a dataclass that does not accept additional kwargs. Any unrecognized kwargs passed torx.App
will now raise an exception.rx.Base
subclasses as arguments will receive an instance of the annotated class instead of a regulardict
New Features
New
rx.get_state
interfaceSupport custom
bunfig.toml
New Hosting Service CLI
Improvements
Better Typing Support
Experimental Shiki Code Block Features
Refactor Environment Variable Handling
Other Improvements
locale
prop inrx.moment
by @masenf in Supportlocale
prop inrx.moment
#4229json.dumps
to handle__wrapped__
objects by @masenf in [ENG-759] [ENG-1104] patchjson.dumps
to handle__wrapped__
objects #4166MutableProxy
wrapped objects in JSON APIs (OpenAI, httpx, etc)Bug Fixes
Documentation
Version Bumps
Other Changes
New Contributors
Full Changelog: v0.6.4...release/reflex-0.6.5
Beta Was this translation helpful? Give feedback.
All reactions