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
Please report any problems you encounter in this discussion thread or as separate issues on reflex-dev/reflex.
pip install 'reflex~=0.4.7a'
Schedule
2024-04-04 17:20 PDT: 0.4.7a1 is released for general testing
Release Notes
New Features
New reflex init templates
We've added 4 new base templates to reflex init.
(0) blank (https://blank-template.reflex.run) - A minimal template
(1) dashboard (https://dashboard.reflex.run) - A dashboard with tables and graphs
(2) chat (https://chat.reflex.run) - A ChatGPT clone
(3) sidebar (https://sidebar-template.reflex.run) - A template with a sidebar to navigate pages
Use any Reflex app on Github as an initial template
reflex init now also supports passing in any Github url as a template. Currently the Reflex app must be in the root of the Github directory (meaning the rxconfig.py should be in the root.
reflex run will automatically init the app when required
Previously when updating versions of Reflex or cloning an existing Reflex app, you would have to run reflex init before you can reflex run. From 0.4.7, reflex init is only required the very first time you create an app. If you are missing a .web folder or there's a new version of Reflex, reflex run and reflex export will automatically init the app for you.
We've introduced a new rx._x namespace where we will be putting experimental features for early testers before they go into general release. This will help us make sure new features have time to mature with real users before we make them public
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.
Schedule
2024-04-04 17:20 PDT: 0.4.7a1 is released for general testing
Release Notes
New Features
New
reflex init
templatesWe've added 4 new base templates to
reflex init
.You can also specify the template directly
Use any Reflex app on Github as an initial template
reflex init
now also supports passing in any Github url as a template. Currently the Reflex app must be in the root of the Github directory (meaning therxconfig.py
should be in the root.reflex run
will automatically init the app when requiredPreviously when updating versions of Reflex or cloning an existing Reflex app, you would have to run
reflex init
before you canreflex run
. From 0.4.7,reflex init
is only required the very first time you create an app. If you are missing a.web
folder or there's a new version of Reflex,reflex run
andreflex export
will automaticallyinit
the app for you.rx.logo()
component to display the Reflex logoShow Built with Reflex logo.
Reflex Experimental Namespace
We've introduced a new
rx._x
namespace where we will be putting experimental features for early testers before they go into general release. This will help us make sure new features have time to mature with real users before we make them publicImprovements
None
can be passed in as a component prop and it will be skippedLeaving a trailing comma on a reflex component won't throw an error anymore as we unpack the tuple
Bug Fixes
Misc
add_imports
API for component class ([REF-2269] Addadd_imports
API for component class #2937)" by @martinxu9 in Revert "[REF-2269] Addadd_imports
API for component class (#2937)" #2978Loosen dependencies
New Contributors
Full Changelog: v0.4.6...v0.4.7
Beta Was this translation helpful? Give feedback.
All reactions