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
Greg Johnston
97dc3cc2e5
support wasm-only
2024-08-01 19:42:50 -04:00
Greg Johnston
61e51cbe1c
support wasm-only
2024-08-01 19:42:50 -04:00
Greg Johnston
efa6d603f9
any_spawner tick version
2024-08-01 19:42:50 -04:00
Greg Johnston
da045f7358
un-break circular dependency
2024-08-01 19:42:50 -04:00
Greg Johnston
8502745036
chore: update test output
2024-08-01 19:42:50 -04:00
Greg Johnston
0a5e6fd85a
chore: unused import
2024-08-01 19:42:50 -04:00
Greg Johnston
64fc6cd514
restore fallback for compressed version
2024-08-01 19:42:50 -04:00
Greg Johnston
a2d8fde8cf
docs: working on memo docs
2024-08-01 19:42:50 -04:00
Greg Johnston
44eae4c2ed
0.7.0-alpha
2024-08-01 19:42:50 -04:00
Greg Johnston
38d51b01d7
feat: support reactive and asynchronous ProtectedRoute conditions
2024-08-01 19:42:49 -04:00
Greg Johnston
61876dff10
fix: correct For behavior when mounting with siblings, and when clearing
2024-08-01 19:42:49 -04:00
Ben Wishovich
c676cf921d
Make get_configuration sync ( #2647 )
...
* Made get_configuraiton sync
* Update examples
2024-08-01 19:42:49 -04:00
Greg Johnston
fc59cdaf61
examples: update directives tests
2024-08-01 19:42:49 -04:00
Greg Johnston
081f4ec550
chore: cargo fmt
2024-08-01 19:42:49 -04:00
Greg Johnston
598c59b9c2
make RemoveEventHandler a concrete type
2024-08-01 19:42:49 -04:00
Greg Johnston
9de6c5bb4a
feat: add ElementExt to give access to the same view APIs at runtime that we do at compile time
2024-08-01 19:42:49 -04:00
Greg Johnston
f65eaec9ba
feat: add ElementExt to give access to the same view APIs at runtime that we do at compile time
2024-08-01 19:42:49 -04:00
Greg Johnston
95756aa2f7
chore: cargo fmt
2024-08-01 19:42:49 -04:00
Greg Johnston
fd121fd8c1
docs: warn on unused RenderEffect
2024-08-01 19:42:49 -04:00
Greg Johnston
c1877354f0
chore: missing Debug implementations
2024-08-01 19:42:49 -04:00
Greg Johnston
be92dc56aa
chore: suppress unnecessary .into() warning
2024-08-01 19:42:49 -04:00
Greg Johnston
165a593b32
cargo fmt
2024-08-01 19:42:49 -04:00
Greg Johnston
18b33c7606
updated directives example
2024-08-01 19:42:49 -04:00
brofrain
d2ee093132
fix: update HtmlViewState & BodyViewState as well
2024-08-01 19:42:49 -04:00
Kajetan Welc
83e0438527
fix: do not accidentally mount things before meta tags in the <head> when updating the DOM v2
2024-08-01 19:42:49 -04:00
Greg Johnston
095dc78893
remove log
2024-08-01 19:42:49 -04:00
Greg Johnston
3ebea79e05
preliminary work on directives (not useful yet until we have an ElementExt that allows you to do things declaratively from an Element
2024-08-01 19:42:49 -04:00
Greg Johnston
fe7c7c3a99
omit () entirely if it is the only child of an HTML element
2024-08-01 19:42:49 -04:00
Greg Johnston
8b142c72f0
fix: don't override a text node's 'next sibling after text' position if it's in Either, now that they don't have separate marker nodes
2024-08-01 19:42:49 -04:00
Greg Johnston
70655b57b1
fix: do not accidentally mount things before meta tags in the <head> when updating the DOM
2024-08-01 19:42:49 -04:00
Greg Johnston
c6192badfb
fix docs for hydrate_islands
2024-08-01 19:42:49 -04:00
Greg Johnston
5b7f5e3db3
hackernews islands example
2024-08-01 19:42:49 -04:00
Greg Johnston
ae14644806
update static file serving in Axum examples
2024-08-01 19:42:21 -04:00
Greg Johnston
7ca810d8bd
fix islands ci setup
2024-08-01 19:42:21 -04:00
Greg Johnston
04e09d2005
fix: remove extra comment at end of Suspense now that Either no longer requires it
2024-08-01 19:42:21 -04:00
Greg Johnston
2916873985
feat: provide static file handling/fallback directly in integration
2024-08-01 19:42:21 -04:00
Greg Johnston
2a558aa3f0
islands example
2024-08-01 19:42:21 -04:00
Greg Johnston
36d16d9253
remove unused tests and dependencies
2024-08-01 19:42:21 -04:00
Greg Johnston
722fd0f6c2
fix: () in templates
2024-08-01 19:42:21 -04:00
Greg Johnston
a42e371e79
chore: clippy
2024-08-01 19:42:21 -04:00
Greg Johnston
11119144d2
fix js-framework-benchmark for stable
2024-08-01 19:42:21 -04:00
Greg Johnston
a0b158f016
update hackernews_axum to 0.7
2024-08-01 19:42:21 -04:00