Greg Johnston
d42163d888
fix: tracking a subfield should track its parents, as changing these can change it
2024-09-08 13:56:32 -04:00
Greg Johnston
2db3e4f4d8
chore: move Option tests into option module
2024-09-08 13:56:32 -04:00
Greg Johnston
45380a258a
feat: add support for simple enums in stores
2024-09-08 13:56:32 -04:00
Greg Johnston
40292d0896
feat: add mapping over Option store fields
2024-09-08 13:56:32 -04:00
Greg Johnston
e8be9e31ff
fix/change: do not trigger every parent when writing to a store subfield
2024-09-08 13:56:32 -04:00
Greg Johnston
3d0fdb1ab0
feat: add mapped unwrap for Option store fields
2024-09-08 13:56:32 -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
mrvillage
4f1ee65e6c
Add hash files support to 0.7 ( #2894 )
...
* Add support for JS and WASM file name hashing
* Add `<HashedStylesheet />`
* Update `<HashedStylesheet />`
* Whoops
* Fix formatting
* My IDE is just refusing to work apparently
* I hate my IDE
* Don't run the doctest
* Just remove the example, I don't know enough about doctest for this
2024-08-30 14:29:59 -07:00
Greg Johnston
ceff827a77
Merge pull request #2884 from leptos-rs/rstml-0.12
...
update to rstml and improve recoverability in attributes
2024-08-28 07:46:08 -04:00
Álvaro Mondéjar Rubio
a7db918775
docs: update main documentation of leptos
crate ( #2853 )
2024-08-28 07:44:29 -04:00
Baptiste
be20ecd366
fix: implement Copy and Clone for HtmlElement without needing Rndr to be Clone/copy ( #2889 )
2024-08-28 07:25:51 -04:00
Greg Johnston
5790d8ad12
fix: derive various traits on Dom
to make it easier to derive traits on structs that take a generic Renderer
2024-08-28 07:25:08 -04:00
luoxiaozero
7dc58e248c
fix: compile attr:aria-* syntax ( #2887 )
2024-08-27 09:00:13 -07:00
Greg Johnston
7b03e63b23
docs: add note about curly braces
2024-08-26 21:00:45 -04:00
Greg Johnston
55fd7c6421
chore: clippy
2024-08-26 20:57:02 -04:00
Greg Johnston
ba1ea4c2bb
do not error on unbraced
2024-08-26 20:56:23 -04:00
blorbb
6a4fc96835
rstml 0.12 and enforce braces in attribute values
2024-08-26 20:55:12 -04:00
Marc-Stefan Cassola
58476bb98e
feat: variadic From for callbacks ( #2873 )
2024-08-26 20:47:11 -04:00
Oliver
88d4f14541
added attributes to source element ( #2883 )
...
Co-authored-by: Oliver Nordh <oliver.nordh@proton.me>
2024-08-26 19:27:01 -04:00
niklass-l
6bba233ba7
Add support for postcard codec in server_fn ( #2879 )
...
* Add support for postcard codec
* Add postcard feature set exclusions
* Add postcard server fn encoding example
2024-08-26 13:58:23 -07:00