reflex/reflex
Masen Furer 279e9bfa28
[REF-1993] link: respect is_external prop and other attributes on A tag (#2651)
* link: respect `is_external` prop and other attributes on A tag

Instead of passing all props to NextLink by default, only pass props that
NextLink understands, placing the remaining props on the Radix link

Add a test case to avoid regression of `is_external` behavior.

* Link is a MemoizationLeaf

Because Link is often rendered with NextLink as_child, and NextLink breaks if
the href is stateful outside of a Link, ensure that any stateful child of Link
gets memoized together.
2024-02-19 15:43:27 -08:00
..
.templates fix: File upload error after using rx.clear_selected_files (#2666) 2024-02-19 10:42:11 -08:00
compiler Deprecate get_asset_path (#2644) 2024-02-16 11:53:51 -08:00
components [REF-1993] link: respect is_external prop and other attributes on A tag (#2651) 2024-02-19 15:43:27 -08:00
constants Get rx.color working with fstrings (#2562) 2024-02-09 17:06:55 -08:00
middleware [REF-201] Separate on_load handler from initial hydration (#1847) 2023-11-30 12:21:15 -08:00
utils Update deprecation version to 0.5.0 (#2642) 2024-02-16 11:23:15 -08:00
__init__.py Quick fixes for regressions in 0.4.0 (#2639) 2024-02-15 22:48:52 -08:00
__init__.pyi Quick fixes for regressions in 0.4.0 (#2639) 2024-02-15 22:48:52 -08:00
__main__.py add __main__ entry point to allow python -m reflex (#1516) 2023-08-03 14:26:50 -07:00
admin.py Allow view overrides for registering models with admin (#1249) 2023-06-27 14:08:09 -07:00
app_module_for_backend.py print background compile errors ASAP (#2596) 2024-02-13 12:02:37 -08:00
app.py Update deprecation version to 0.5.0 (#2642) 2024-02-16 11:23:15 -08:00
app.pyi Refactor chakra components into separate folder (#2315) 2023-12-21 09:52:08 -08:00
base.py RED-1052/rx.State as Base State (#2146) 2023-11-29 09:43:33 -08:00
config.py Update deprecation version to 0.5.0 (#2642) 2024-02-16 11:23:15 -08:00
config.pyi Expose gunicorn_worker_class via Config (#2084) 2023-10-31 13:45:29 -07:00
event.py Update deprecation version to 0.5.0 (#2642) 2024-02-16 11:23:15 -08:00
model.py support SQLModel 0.0.14 + SQLAlchemy 2 (#2283) 2023-12-12 17:52:11 -08:00
page.py Update meta parameter to accept a list of any type (#2477) 2024-01-29 16:52:28 -08:00
page.pyi Lazy import modules in reflex (#2144) 2023-11-13 19:48:12 -08:00
reflex.py [REF-1902] [REF-1987] Chakra upgrade message (#2624) 2024-02-15 12:49:53 -08:00
route.py Remove deprecated route decorator (#1815) 2023-09-14 10:29:29 -07:00
state.py Update deprecation version to 0.5.0 (#2642) 2024-02-16 11:23:15 -08:00
style.py [REF-1958] Remove shadowed radix css props (#2590) 2024-02-13 10:06:28 -08:00
testing.py fix appharness regex for functions with return type (#2512) 2024-02-02 09:35:44 -08:00
vars.py Fix fstrings being escaped improperly (#2571) 2024-02-13 14:32:44 -08:00
vars.pyi Fix fstrings being escaped improperly (#2571) 2024-02-13 14:32:44 -08:00