Greg Johnston
3515469835
feat: iteration over reactive store list
2024-08-01 19:42:50 -04:00
Greg Johnston
e5c159f7a5
feat: add arena-allocated/Copy Store
2024-08-01 19:42:50 -04:00
Greg Johnston
6590749956
docs: initial work on porting docs from 0.6 to 0.7
2024-08-01 19:42:50 -04:00
Greg Johnston
db8f5e4899
feat: initial work on reactive stores
2024-08-01 19:42:50 -04:00
Greg Johnston
6ca3639c3e
fix: improved API for unsync actions that doesn't require SendWrapper on input
2024-08-01 19:42:50 -04:00
Greg Johnston
37db7b5d0a
chore: leptosfmt
2024-08-01 19:42:50 -04:00
Greg Johnston
8ac1564b90
fix: properly handle errors in streaming body responses
2024-08-01 19:42:50 -04:00
Greg Johnston
e2721d53bd
fix: invalid p/ul relationship causing hydration issue
2024-08-01 19:42:50 -04:00
Saber Haj Rabiee
e1f3be6416
chore: cargo fmt ( #2672 )
2024-08-01 19:42:50 -04:00
Greg Johnston
9536480739
feat: use codee for shared ser-de codexes with leptos-use (and more possibilities in future)
2024-08-01 19:42:50 -04:00
Greg Johnston
5d3a1752c4
chore: remove unused dependencies
2024-08-01 19:42:50 -04:00
Greg Johnston
4b539b524b
fix: was disposing of Suspense Owner too early
2024-08-01 19:42:50 -04:00
Greg Johnston
67fe4cc540
fix: rebuilding NodeRef
2024-08-01 19:42:50 -04:00
Greg Johnston
fa731d5018
feat: top-level Suspend without Suspense
2024-08-01 19:42:50 -04:00
Greg Johnston
ccf6703274
chore: clippy and clean up unused functions
2024-08-01 19:42:50 -04:00
Greg Johnston
504c958001
docs: update syntax for Html/Body
2024-08-01 19:42:50 -04:00
Greg Johnston
f7b16b726b
feat: correct HTML rendering for spread attributes on <Body/> and <Html/>
2024-08-01 19:42:50 -04:00
Greg Johnston
e9c7b50dfd
feat: attributes on body and html
2024-08-01 19:42:50 -04:00
Greg Johnston
208ab97867
feat: move to a channel-based implementation for meta
2024-08-01 19:42:50 -04:00
Greg Johnston
4a0f173bb5
feat: support Suspend in attributes
2024-08-01 19:42:50 -04:00
Greg Johnston
0cf3113812
feat: local resources with .await
2024-08-01 19:42:50 -04:00
Greg Johnston
87f9fa23d5
chore: cfg
warnings
2024-08-01 19:42:50 -04:00
Greg Johnston
746bf8e453
fix: MaybeProp None case
2024-08-01 19:42:50 -04:00
Greg Johnston
8b9bcffbb9
reexport SVG and MathML element types
2024-08-01 19:42:50 -04:00
Greg Johnston
dc80e387e3
router alpha 3
2024-08-01 19:42:50 -04:00
Greg Johnston
2006eca1a0
Form component in 0.7
2024-08-01 19:42:50 -04:00
Greg Johnston
1dae77d6b4
fix: don't break Routes SSR now that it uses Suspend
2024-08-01 19:42:50 -04:00
Alicia Garcia-Raboso
2f58191a56
Implement Default trait for signals with a parameter that also implements Default ( #2662 )
...
Co-authored-by: alicia.garcia.raboso <alicia.garcia.raboso@bbva.com>
2024-08-01 19:42:50 -04:00
Greg Johnston
a68653b385
feat: automatically replace Suspense blocks if they are still waiting to be flushed, without JS (replaces PartiallyBlocked)
2024-08-01 19:42:50 -04:00
Greg Johnston
d7ca969848
blocking resources
2024-08-01 19:42:50 -04:00
Greg Johnston
fd48a61eef
macro alpha 2
2024-08-01 19:42:50 -04:00
Greg Johnston
52a3f84de5
router alpha 2
2024-08-01 19:42:50 -04:00
Luke Naylor
f8283f4674
Add missing 'form' attribute for <mo> ( #2660 )
...
This attribute seems to be missing in the attribute
table on Mozilla Docs, however does appear in the
compatibility table lower down.
This attribute is also frequently used by temml,
a common generator for mathml content.
2024-08-01 19:42:50 -04:00
Greg Johnston
989f2989fa
allow Outlet to be called multiple times
2024-08-01 19:42:50 -04:00
Greg Johnston
33a3708f91
fix: prevent panicking if conditionally rendering Outlet
2024-08-01 19:42:50 -04:00
Greg Johnston
4eea1f046d
remove log
2024-08-01 19:42:50 -04:00
Greg Johnston
8f46288973
fix: ensure correct ownership chain when passing views through Outlet
2024-08-01 19:42:50 -04:00
Greg Johnston
059c8abd2f
chore: clippy
2024-08-01 19:42:50 -04:00
Greg Johnston
6885777c75
support MaybeSignal in view
2024-08-01 19:42:50 -04:00
Kajetan Welc
ddc7abf081
fix: impl Copy
for Callback
( #2658 )
2024-08-01 19:42:50 -04:00
Greg Johnston
180511e9bb
fix: update imports and methods
2024-08-01 19:42:50 -04:00
Greg Johnston
381ff8a7b0
fix: trait import
2024-08-01 19:42:50 -04:00
Greg Johnston
3ed1ad7b7f
impl From<T>
for (Arc)Signal<T>
2024-08-01 19:42:50 -04:00
Greg Johnston
2ccf5e99a9
Revert "lazy Future construction for AsyncDerived"
...
This reverts commit 9e84e1f57c
.
2024-08-01 19:42:50 -04:00
Greg Johnston
055701ebf6
fix: <option>
struct generation
2024-08-01 19:42:50 -04:00
Greg Johnston
88af893703
fix: <option>
struct generation
2024-08-01 19:42:50 -04:00
Lucas Åström
ce4fe632a2
Destructuring let
(0.7) ( #2655 )
...
* Use `let()` syntax for bindings
This lets users use destructuring when binding more complex values, and we also get better IDE support.
* Update rstml
2024-08-01 19:42:50 -04:00
Greg Johnston
c76208aad0
fix: nonexistent feature
2024-08-01 19:42:50 -04:00
Greg Johnston
514c51ca30
fix: rebuilding AnyView
2024-08-01 19:42:50 -04:00
Greg Johnston
7e3781b5dd
support wasm-only
2024-08-01 19:42:50 -04:00