Replies: 1 comment
-
0.4.3 is now available |
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.3a'
Schedule
New Features
Set
initial_value
forrx.var
andrx.cached_var
Provide a placeholder to avoid evaluating computed vars during compile time, for example, if they would perform database queries or other expensive operations.
State.get_state
allows access to arbitrary substates from within an event handlerNote that
get_state
is an async function and must beawait
'edCLI for Creating and Publishing 3rd Party Components
Improvements
Allow
accent
as a valid choice inrx.color
Chakra no longer used when rendering Markdown
Sidebar template uses all Radix components
Disallow invalid
/api
prefix for frontend page routesThese routes conflict with what NextJS considers special "API routes" and thus do not work for reflex pages.
rx.plotly
now accepts arbitraryconfig
propComputed Backend-only Vars
Connection Pulser While Websocket is Disconnected
Only show the "Connection Error" banner after a few failed reconnection attempts.
Reconnect Websocket in Stale Tabs
When a browser tab regains focus, automatically reconnect the websocket if it is disconnected.
Bug Fixes
Other Changes
New Contributors
Full Changelog: v0.4.2...reflex-0.4.3
Beta Was this translation helpful? Give feedback.
All reactions