v0.7.6 Pre-release thread #5085
Closed
adhami3310
announced in
Release
Replies: 1 comment
-
release is published |
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
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.7.6a'
Schedule
2025-04-03 13:00 PDT: 0.7.6a1 pre-release published for testing
2025-04-07: Planned Public release of 0.7.6
Release Notes
Admin dashboard is optional now
Admin dashboard (that is,
starlette_admin
), is now not included by default. If you want to retain it, just install thestarlette-admin
package.Removing custom components publish command
To lower the number of dependencies and making the framework less opinionated about what tools to use, we're removing the
reflex components publish
. Our recommendation is to usereflex components build
followed bytwine upload
oruv publish
, or really any package upload utility.Add
value
anddefault_value
torx.el.select
I don't know why it wasn't there originally.
Bugfixes
Chores
Full Changelog: v0.7.5...v0.7.6
Beta Was this translation helpful? Give feedback.
All reactions