..
.templates
Bring back py3.9 support with a deprecation warning. ( #3976 )
2024-09-23 18:15:16 -07:00
app_mixins
split lifespan and middleware logic in separate mixin files ( #3557 )
2024-06-29 08:50:04 -07:00
compiler
remove format_state and override behavior for bare ( #3979 )
2024-09-26 16:00:28 -07:00
components
remove format_state and override behavior for bare ( #3979 )
2024-09-26 16:00:28 -07:00
constants
change loglevel and fix granian on linux ( #4012 )
2024-09-26 21:54:03 -07:00
custom_components
use current version as default for new custom components ( #3957 )
2024-09-19 19:08:23 -07:00
experimental
fix set value logix for client state ( #3966 )
2024-09-23 12:40:14 -07:00
middleware
remove format_state and override behavior for bare ( #3979 )
2024-09-26 16:00:28 -07:00
utils
change loglevel and fix granian on linux ( #4012 )
2024-09-26 21:54:03 -07:00
vars
Handle bool cast for optional NumberVar ( #4010 )
2024-09-26 21:52:31 -07:00
__init__.py
expose radix primitive progress under rx.radix.primitives.progress ( #3930 )
2024-09-16 16:36:17 -07:00
__init__.pyi
expose radix primitive progress under rx.radix.primitives.progress ( #3930 )
2024-09-16 16:36:17 -07:00
__main__.py
add __main__ entry point to allow python -m reflex
( #1516 )
2023-08-03 14:26:50 -07:00
admin.py
upgrade to latest ruff ( #3497 )
2024-06-19 12:32:13 +02:00
app_module_for_backend.py
Bring back py3.9 support with a deprecation warning. ( #3976 )
2024-09-23 18:15:16 -07:00
app.py
Bring back py3.9 support with a deprecation warning. ( #3976 )
2024-09-23 18:15:16 -07:00
base.py
Component as Var type ( #3732 )
2024-09-19 19:06:53 -07:00
config.py
change loglevel and fix granian on linux ( #4012 )
2024-09-26 21:54:03 -07:00
event.py
EventFnArgMismatch fix to support defaults args ( #4004 )
2024-09-26 13:56:53 -07:00
model.py
/health endpoint for K8 Liveness and Readiness probes ( #3855 )
2024-09-03 18:34:03 -07:00
page.py
re add removed method with better behaviour and tests ( #3986 )
2024-09-24 23:29:56 +02:00
reflex.py
change loglevel and fix granian on linux ( #4012 )
2024-09-26 21:54:03 -07:00
route.py
[REF-2643] Throw Errors for duplicate Routes ( #3155 )
2024-05-03 12:15:40 -07:00
state.py
Track backend-only vars that are declared without a default value ( #4016 )
2024-09-27 12:04:43 -07:00
style.py
don't camel case keys of dicts in style ( #3982 )
2024-09-24 17:38:49 -07:00
testing.py
implement disk state manager ( #3826 )
2024-08-30 17:26:10 -07:00