Greg Johnston
b621ead607
fix: forward subscribers for already-resolved Suspend during client-side build
2024-09-16 21:10:02 -04:00
Greg Johnston
66cf21f650
fix: Ok => Err transition with Suspend ( closes #2957 )
2024-09-16 21:02:30 -04:00
Greg Johnston
1fce8931ab
fix: do not match incomplete static segments ( closes #2916 ) ( #2973 )
2024-09-14 16:20:45 -04:00
Greg Johnston
6166f6edbd
fix: ensure that we retain the correct sandoxed arena when spawning Futures ( #2965 )
2024-09-14 09:10:01 -04:00
luoxiaozero
d7881ccfb5
fix: allow component to use span prop when tracing feature is enabled ( #2969 )
2024-09-13 09:35:59 -04:00
Álvaro Mondéjar Rubio
96a1f80daf
tests: fix Effect
doctests not being executed, and test-related issues ( #2886 )
2024-09-12 16:43:32 -04:00
Greg Johnston
a083b57260
fix: do not panic in automatic Track implementation if source is disposed ( #2964 )
2024-09-12 09:22:46 -04:00
Chris
4fa6660a3f
doc: router::{Wildcard, Static, Param}Segment
( #2949 )
2024-09-11 21:02:02 -04:00
Baptiste
43f2ad7043
chore: add #[track_caller] to to_any_source
( #2963 )
2024-09-11 20:01:06 -04:00
Greg Johnston
2bf04072ea
Merge pull request #2959 from leptos-rs/2956
...
fix: do not retrigger parent effect when Suspend's resources resolve (closes #2956 )
2024-09-10 14:08:32 -04:00
Greg Johnston
efc6fc017d
fix: forward subscribers for already-resolved Suspend during hydration
2024-09-10 06:59:47 -04:00
Greg Johnston
6cb10401df
chore(ci): update list of core crates
2024-09-09 21:20:14 -04:00
Greg Johnston
346efd66f5
chore: remove unused cancellation logic for now
2024-09-09 21:19:55 -04:00
Greg Johnston
7c0889e873
fix: do not retrigger parent effect when Suspend's resources resolve ( closes #2956 )
2024-09-09 18:10:48 -04:00
Greg Johnston
bb40576bd5
Merge pull request #2955 from leptos-rs/fix-refetch
...
Fix refetch
2024-09-09 07:33:01 -04:00
Greg Johnston
6baf20275f
fix: Resource::refetch()
2024-09-08 21:41:44 -04:00
Greg Johnston
5a57d48913
beta5
2024-09-08 19:40:32 -04:00
jk
73f0207a7d
feat: add a copyable Trigger type ( closes #2901 ) ( #2939 )
2024-09-08 19:39:40 -04:00
Greg Johnston
4e4fb8ab10
chore(examples): SsrMode
is no longer clone ( #2954 )
2024-09-08 19:39:15 -04:00
Tommy Yu
4dea1195e2
examples: include axum_js_ssr
for discussion of integrating JS libraries ( #2878 )
2024-09-08 13:42:14 -04:00
Greg Johnston
92ea39ddac
feat: version Resources to avoid race conditions ( #2950 )
2024-09-08 13:27:55 -04:00
Matt Kane
05e08166c4
chore: update suspense_test example to use Resource::map ( #2877 )
2024-09-07 20:56:30 -04:00
Greg Johnston
827cc0bdfa
fix: ensure Resource always tracks its source, and does not double-run ( #2948 )
2024-09-07 18:57:31 -04:00
Greg Johnston
57bd343f4a
fix: remove Owner from thread-local when it is ordinarily dropped, to ensure cleanup ( closes #2942 ) ( #2944 )
2024-09-07 07:01:54 -04:00
Azriel Hoh
4a76aead68
Switch to proc-macro-error2
to address unmaintained security advisory. ( #2934 )
2024-09-06 17:24:03 -04:00
Greg Johnston
48c2148589
fix: untrack in the async block of a Resource ( closes #2937 ) ( #2941 )
2024-09-06 17:23:40 -04:00
Greg Johnston
32bea69c28
fix: implement dry_resolve
on Suspend so that resources created inside a Suspend are registered ( closes #2917 ) ( #2940 )
2024-09-06 14:49:37 -04:00
Greg Johnston
f3c57f8bce
Merge pull request #2929 from leptos-rs/relative-flat
...
feat: correctly support relative routing for `FlatRoutes`
2024-09-05 09:13:07 -04:00
Greg Johnston
000896b2f7
fix: allow clone:
syntax on components ( closes #2903 ) ( #2928 )
2024-09-04 20:44:37 -04:00
Greg Johnston
88004e5042
feat: correctly support relative routing for FlatRoutes
2024-09-04 20:43:59 -04:00
Greg Johnston
6001a93475
fix: correctly set ownership on view of ProtectedParentRoute ( closes #2897 ) ( #2927 )
...
* fix: correctly set ownership on view of ProtectedParentRoute (closes #2897 )
* chore: clippy false positive
2024-09-04 20:42:10 -04:00
Greg Johnston
4784b2ddab
chore: remove dead code
2024-09-04 20:20:49 -04:00
Chris Biscardi
32b4cd008f
Enable CDN support for assets ( #2925 )
...
* Enable CDN support for assets
This enables setting a root for a url, especially relating to generated .wasm, .js, and .css files.
This allows using a CDN for static assets.
* fix lint
2024-09-04 15:05:51 -07:00
Greg Johnston
823f8b51be
Merge pull request #2924 from leptos-rs/2915
2024-09-04 11:15:11 -04:00
Greg Johnston
209743d6bc
fix: ensure unique names for islands ( closes #2915 )
2024-09-04 08:53:03 -04:00
Greg Johnston
b93a88accc
Merge pull request #2921 from leptos-rs/2920
2024-09-03 21:03:29 -04:00
Greg Johnston
dc2314d5e2
fix: ensure that LocalResource never creates a SendWrapper on the server
2024-09-03 20:40:12 -04:00
Greg Johnston
33aa676854
fix: ensure stability of hydration IDs on client and server, when using partial hydration ( closes #2920 )
2024-09-03 19:53:21 -04:00
Greg Johnston
4a3b3ffb8a
fix: allow > 26 children for element children as well as top-level fragments ( #2918 )
2024-09-03 14:53:38 -04:00
Greg Johnston
ee5cbf1891
fix/change: remove replace
and state
props from <A/>
, and add them via spreading instead ( #2912 )
2024-09-03 14:25:25 -04:00
mrvillage
8fcf3544a8
fix: trim spaces in file hashes ( closes #2908 ) ( #2913 )
2024-09-03 08:51:03 -04:00
Greg Johnston
2b8e987cb8
fix: check whether we're on the server before adding window event listener ( closes #2891 ) ( #2910 )
2024-09-02 09:11:07 -04:00
Greg Johnston
998165148b
fix: automatically break children into tuples of a size the trait system can handle ( closes #2863 ) ( #2909 )
2024-09-02 08:01:41 -04:00
Greg Johnston
c80eff1098
Merge pull request #2898 from leptos-rs/min-serialization
...
fix: only serialize Resources if we're in a part of the tree that needs hydration
2024-09-02 07:11:12 -04:00
Greg Johnston
cd8f2c2153
fix: correctly provide parent outlets when rebuilding from fewer to more nested routes ( closes #2904 ) ( #2906 )
2024-09-02 07:08:15 -04:00
Greg Johnston
cb0abff2d5
fix: only serialize resource data if we're in a part of the tree being hydrated (i.e., in full hydration or in an island)
2024-08-31 16:18:06 -04:00
Greg Johnston
3b1b2e2dcc
fix version for publish
2024-08-31 11:59:05 -04:00
Greg Johnston
7831e4ad05
next beta release
2024-08-31 11:59:05 -04:00
Greg Johnston
e7bb859cd9
feat: add support for static routing and incremental static regeneration ( #2875 )
2024-08-31 10:33:12 -04:00
Rakshith Ravi
9fc26e609c
feat: allow for documentation and other attributes to fields in server fn ( #2876 )
2024-08-31 09:35:08 -04:00