dioxus/packages
Dave Rolsky f8a7e1cd82 Implement router matching for path parameters
We don't want to have the router just always match paths as exact strings. If
a path contains a parameter like "/thing/:id" then the ":id" portion of the
route should match _any_ string, not a literal ":id".
2022-01-13 12:21:06 -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 Implement router matching for path parameters 2022-01-13 12:21:06 -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