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.
- remove publish command from reflex custom components by @adhami3310 in #5053
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.
- remove publish command from reflex custom components by @adhami3310 in #5053
- reintroduce python multipart for formdata by @adhami3310 in #5068
- remove twine env vars by @adhami3310 in #5067
Add value
and default_value
to rx.el.select
I don't know why it wasn't there originally.
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
- Resolve async computed vars in background task by @masenf in #5057
- fix package manager raise on none logic by @benedikt-bartscher in #5056
- [ENG-4921] Avoid infinite loop in _mark_dirty_computed_vars by @masenf in #5058
- retain traceback of foreach untyped var error by @adhami3310 in #5052
- only include devIndicators if it's False by @adhami3310 in #5066
- stream_logs: protect against closed stdout file handle by @masenf in #5071
- improve _isinstance for var types by @adhami3310 in #5072
- use inspect.signature over fullargspec by @adhami3310 in #5076
- change behavior around default style css by @adhami3310 in #5077
- relax remove none logic in cond by @adhami3310 in #5065
- reload config on post_init by @adhami3310 in #5064
- handle literal subclass in issubclass by @adhami3310 in #5081
- Use set_persistent when applying config changes in export by @masenf in #5102
Chores
- fix venv size after uv by @adhami3310 in #5059
- remove pyi files by @adhami3310 in #5074
- really really make sure that we don't make pyi hashes file if we don't need to by @adhami3310 in #5083
- only send reflex error in telemetry by @adhami3310 in #5082
- [ENG-5375] Allow rx.recharts.tooltip for graphing tooltip by @carlosabadia in #5088
Full Changelog: v0.7.5...v0.7.6