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 |
|
Greg Johnston
|
11011c2bda
|
fix: correct async resolution for islands (closes #2734)
|
2024-08-01 19:43:09 -04:00 |
|
Greg Johnston
|
a51faea9a9
|
fix: abort when leaving *this* owner, but don't force it if already complete
|
2024-08-01 19:43:09 -04:00 |
|
Greg Johnston
|
dcc43e574b
|
fix: correctly handle Action abort if it has already completed (closes #2740)
|
2024-08-01 19:43:09 -04:00 |
|
Greg Johnston
|
6cc0604497
|
fix: no longer necessary to 'seal' ErrorBoundary (closes #2738)
|
2024-08-01 19:43:09 -04:00 |
|
Chris
|
8c375534bb
|
fix: leptos_router_macro::path into public api (#2737)
|
2024-08-01 19:43:09 -04:00 |
|
Greg Johnston
|
f2d6375d93
|
fix: never resolve LocalResource synchronously (closes #2736)
|
2024-08-01 19:43:09 -04:00 |
|
Greg Johnston
|
5fb80aaa40
|
fix: cancel action when original owner, not current owner, is cleaned up (closes #2739)
|
2024-08-01 19:43:09 -04:00 |
|
Greg Johnston
|
29b0dca1d8
|
fix: allow Suspense to remount before rebuilding (closes #2721)
|
2024-08-01 19:43:09 -04:00 |
|
Greg Johnston
|
a6a65ba562
|
fix: release borrow on shared context when hydrating island (closes #2733)
|
2024-08-01 19:43:09 -04:00 |
|
Greg Johnston
|
260c624461
|
fix: serializing island props (closes #2730)
|
2024-08-01 19:43:09 -04:00 |
|
Greg Johnston
|
0f50aced26
|
fix: tracking/notifications for AsyncDerived if they start with initial values, and prevent over-notification (closes #2716)
|
2024-08-01 19:43:09 -04:00 |
|
Greg Johnston
|
1aa2752842
|
fix: if island is not entry point, update hydration cursor correctly to include island node (closes #2724)
|
2024-08-01 19:43:09 -04:00 |
|
Greg Johnston
|
b92bfa4ea7
|
docs: suppress warning about wrong client-side mode after initial call, for things like Portal (closes #2725)
|
2024-08-01 19:43:09 -04:00 |
|
Greg Johnston
|
30cf1167f2
|
fix: correct re-exports for islands with props (closes #2723)
|
2024-08-01 19:43:09 -04:00 |
|
Greg Johnston
|
1c05389707
|
fix: prevent LocalResource from spawning a local task on the server, when it should only run on the client (closes #2717)
|
2024-08-01 19:43:09 -04:00 |
|
Greg Johnston
|
1534dd5261
|
fix: CSR <ErrorBoundary/>
|
2024-08-01 19:43:09 -04:00 |
|
Greg Johnston
|
8b9685e01d
|
fix: throw_error version
|
2024-08-01 19:43:09 -04:00 |
|
Greg Johnston
|
d9b590b8e0
|
fix: unique IDs and correct hydration for <ErrorBoundary/> (closes #2704)
|
2024-08-01 19:43:09 -04:00 |
|
Greg Johnston
|
25bfc27544
|
fix: set <Title/> text and formatter in context during client-side rendering (closes #2715)
|
2024-08-01 19:43:09 -04:00 |
|
Greg Johnston
|
89bbdc58af
|
feat: patch reactive stores in place, only notifying on changed fields
|
2024-08-01 19:43:09 -04:00 |
|
Greg Johnston
|
4fb00e29d6
|
chore: remove unused imports
|
2024-08-01 19:43:09 -04:00 |
|
Greg Johnston
|
54401c6f69
|
beta version
|
2024-08-01 19:43:09 -04:00 |
|
Greg Johnston
|
6a705e2a21
|
chore: clippy
|
2024-08-01 19:43:09 -04:00 |
|