github reflex-dev/reflex v0.7.6

latest release: v0.7.7
7 days ago

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 the starlette-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 use reflex components build followed by twine upload or uv publish, or really any package upload utility.

Add value and default_value to rx.el.select

I don't know why it wasn't there originally.

  • Add value and default_value to rx.el.select by @masenf in #5079

Add context to add_page

Thanks to @hjpr, now you can provide context as a parameter for pages to be used by middlewares if you're building Reflex plugins.

  • Added param context to add_page for extended functionality for plugins, flows, etc. by @hjpr in #5091

Bugfixes

Chores

Full Changelog: v0.7.5...v0.7.6

Don't miss a new reflex release

NewReleases is sending notifications on new releases.