dioxus/packages
Dave Rolsky 81c094ed29 Fix handling of re-renders in the Router
Previously the router just stored a `root_found` boolean after it picked a
route. But on re-render it would just always return false from `should_render`
if this was true. This just aborted routing after a future resolved (or
anything else that triggered a re-render).

Now we store the matching ScopeId and check that against our routes in a
re-render so we actually do re-render the matching route.
2022-01-14 14:55:12 -06:00
..
core Enable clippy 2022-01-08 16:35:26 +01:00
core-macro feat: flatten props attrs 2022-01-10 02:57:03 -05:00
desktop fix: clippy 2022-01-10 13:00:23 -05:00
hooks Enable clippy 2022-01-08 16:35:26 +01:00
html feat(events:focus): add missing onfocusin event 2022-01-10 18:08:29 +01:00
liveview wip: polish some more things 2021-12-29 21:28:28 -05:00
mobile Release dioxus-hooks v0.1.6, dioxus-mobile v0.0.3, dioxus-router v0.1.0, dioxus-ssr v0.1.2, dioxus-web v0.0.4, dioxus v0.1.7 2022-01-08 02:30:37 -05:00
router Fix handling of re-renders in the Router 2022-01-14 14:55:12 -06:00
ssr fix: ssr respects bool attrs 2022-01-10 01:32:32 -05:00
web feat(events:focus): add missing onfocusin event 2022-01-10 18:08:29 +01:00