Replies: 1 comment
-
The general release has been posted to PyPI |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Try out the Prerelease
Please report any problems you encounter in this discussion thread or as separate issues on
reflex-dev/reflex
.pip install 'reflex>=0.4.2a'
Schedule
New Features
Syncronize LocalStorage between tabs
Pass the new
sync=True
argument torx.LocalStorage
to enable changes on one tab to automatically update in other tabs.Improvements
Tuple type annotations are now respected index-wise
Substates are serialized individually
This allows apps with large state to only serialize and deserialize the parts of the state needed to handle a given event.
Better Image Serialization
Improves mime type detection for more types of PIL Image objects.
Other Improvements
color_scheme
on component level by @ElijahAhianyo in Progress component to supportcolor_scheme
on component level #2684Bug Fixes
rx.theme(appearance="dark")
(Note: dark mode does not work withrx.theme_panel
)rx.Upload
can now contain children components that use State.rx.Upload
a memoization leaf by @ElijahAhianyo in Makerx.Upload
a memoization leaf #2695Accordion Issues
color_scheme
andvariant
props in tag by @ElijahAhianyo in Accordion Root Excludecolor_scheme
andvariant
props in tag #2664rx.foreach
Other Changes
_poll_for
by @masenf in test_input: replace sleep with_poll_for
#2677input_ref
Truthiness check for vars by @ElijahAhianyo in Debounceinput_ref
Truthiness check for vars #2692New Contributors
Beta Was this translation helpful? Give feedback.
All reactions