Commit Graph

3812 Commits

Author SHA1 Message Date
Greg Johnston 2cc6ccaacb feat: `custom_view` macro to allow implementing view types on arbitrary data 2024-08-04 21:05:04 -04:00
Greg Johnston 1f4c410f78
Merge pull request #2607 from leptos-rs/leptos_0.7
(draft) Leptos 0.7
2024-08-04 11:45:22 -04:00
Corvus 3dbedfc871
feat: reintroduce custom events (#2762) 2024-08-04 08:21:10 -04:00
luoxiaozero 026152d20e
fix: correctly rebuild reactive attributes to avoid stale signals (#2763) 2024-08-04 08:16:02 -04:00
luoxiaozero c70009243a
fix: allow svg elements to use inner_html (#2764) 2024-08-04 08:14:22 -04:00
Greg Johnston dcdad73476 chore: fmt 2024-08-03 21:55:07 -04:00
Corvus 42a8e49e1a
feat: provide deprecated `watch` function (#2761) 2024-08-03 21:24:46 -04:00
Greg Johnston 9ba894764e chore: fmt 2024-08-03 11:52:21 -04:00
Greg Johnston 1d97494e19 fix: update syntax now that dispatch returns something 2024-08-03 11:52:09 -04:00
Greg Johnston 982bfd8011 feat: allow aborting dispatched actions (closes #2746) 2024-08-03 10:59:54 -04:00
Greg Johnston a0ad927097 fix: generated tests should not use old APIs 2024-08-03 10:48:11 -04:00
Greg Johnston 4845459511 chore: update tests 2024-08-03 10:11:29 -04:00
Greg Johnston 54e4205541 chore: update tests 2024-08-02 11:16:35 -04:00
Greg Johnston 25f0186098 chore: update tests 2024-08-02 10:29:48 -04:00
Greg Johnston 00fb8f29d3 fix: do not pass SendWrappers through Suspense (closes #2756) 2024-08-02 10:27:35 -04:00
Greg Johnston 82ea4eb7ce chore: fix ssr tests 2024-08-02 09:40:18 -04:00
Greg Johnston 34382c0c23 chore: fix ssr tests 2024-08-02 09:24:51 -04:00
Greg Johnston 605e4b1eec chore: update examples and doctests 2024-08-02 09:07:23 -04:00
Greg Johnston 71ca02a432 chore: clippy 2024-08-01 22:25:16 -04:00
Greg Johnston ac751dd0d3 chore(ci): update nightly 2024-08-01 21:28:19 -04:00
Greg Johnston 114df8797c chore: clippy 2024-08-01 21:25:35 -04:00
Greg Johnston 35b457aa82 chore: update examples and doctests 2024-08-01 20:59:39 -04:00
Greg Johnston c43b71d3fa chore: update examples and doctests 2024-08-01 20:45:40 -04:00
Greg Johnston 5ad17d6b6c fix: correct thread-local behavior for Effects (closes #2754) 2024-08-01 19:43:10 -04:00
Greg Johnston 805be42f7a chore: fix doctest 2024-08-01 19:43:10 -04:00
Greg Johnston bb63a1521e chore: update tests and doctests 2024-08-01 19:43:10 -04:00
Greg Johnston 05cd1bc6f0 chore: proper feature gating for imports 2024-08-01 19:43:10 -04:00
Greg Johnston 84ac64284c chore: update tests and doctests 2024-08-01 19:43:10 -04:00
Greg Johnston 8beb988ecc chore: update tests and doctests 2024-08-01 19:43:10 -04:00
Greg Johnston 05999069b7 feat: add `create_slice` functions 2024-08-01 19:43:10 -04:00
Greg Johnston dbb4c79d9c chore: remove unused features 2024-08-01 19:43:10 -04:00
Greg Johnston d1d6126259 chore: add makefile for CI 2024-08-01 19:43:10 -04:00
Greg Johnston 0e979a0767 chore: remove dead code from `leptos_dom` (now found in `tachys`) 2024-08-01 19:43:10 -04:00
Greg Johnston 3a4ad07a91 chore: remove unused dependencies 2024-08-01 19:43:10 -04:00
Greg Johnston f2f35cd785 chore: fix imports in tests 2024-08-01 19:43:10 -04:00
Greg Johnston c953432659 chore: fmt 2024-08-01 19:43:10 -04:00
Greg Johnston 27f2e60d16 chore: clean up unused imports in tests 2024-08-01 19:43:10 -04:00
Greg Johnston 9330cf23b1 fix: set default storage type for SignalTypes 2024-08-01 19:43:10 -04:00
Greg Johnston 04f5207457 fix: be ready to complete navigation immediately 2024-08-01 19:43:09 -04:00
Greg Johnston c88409a333 fix: update reactive views for new requirements 2024-08-01 19:43:09 -04:00
Greg Johnston a2d3d9431c feat: support memos with `!Send` values 2024-08-01 19:43:09 -04:00
Greg Johnston 213365e4e9 chore: clippy 2024-08-01 19:43:09 -04:00
Greg Johnston ab3e94dafa chore: clippy 2024-08-01 19:43:09 -04:00
Greg Johnston 3e05b5bcb4 feat: support `class = ` in view macro 2024-08-01 19:43:09 -04:00
Greg Johnston 632ce0f401 fix merge issues 2024-08-01 19:43:09 -04:00
Greg Johnston 93c893f4b3 fix: use correct Request type in Actix extractor 2024-08-01 19:43:09 -04:00
Greg Johnston 4fa72a94fb feat: allow reusing the same endpoint for server functions with different HTTP verbs in their input encodings 2024-08-01 19:43:09 -04:00
Greg Johnston 24775fb59b fix: properly handle islands used in the body of other islands (closes #2725) 2024-08-01 19:43:09 -04:00
Greg Johnston 6c749f5e24 fix: provide a hydration context during route generation 2024-08-01 19:43:09 -04:00
Marc-Stefan Cassola c22f20ac28 feat: add `Effect::watch` (#2732) 2024-08-01 19:43:09 -04:00