Jose Quesada
|
5def2a72bc
|
impl View::on and renamed IntoElement to ElementDescriptor
|
2022-12-23 11:09:55 -06:00 |
|
Jose Quesada
|
8037915294
|
reintroduced panic in DynChild
|
2022-12-23 08:19:02 -06:00 |
|
Jose Quesada
|
a5d7563a67
|
fixed DynChild panicking when expected text is not there
|
2022-12-23 07:54:29 -06:00 |
|
Greg Johnston
|
7c25cd9200
|
Use #[component] macro for core components, deleting leptos_core package
|
2022-12-22 16:46:48 -05:00 |
|
Greg Johnston
|
ce84632c39
|
Update NodeRef to be generic over typed HTML elements
|
2022-12-21 21:15:48 -05:00 |
|
Greg Johnston
|
532f5c5b83
|
Add types for HTML elements
|
2022-12-21 20:37:15 -05:00 |
|
Greg Johnston
|
ae82395100
|
Remove some hydration key element increments
|
2022-12-21 07:58:08 -05:00 |
|
Greg Johnston
|
7ca131c5b8
|
Work on hydration examples
|
2022-12-19 22:45:12 -05:00 |
|
Greg Johnston
|
9a2035f1e1
|
Relocate view-tests into leptos_dom
|
2022-12-19 20:11:25 -05:00 |
|
Jose Quesada
|
f2553c117b
|
changed from using <template /> to using custom element names and fixed EachItem on release
|
2022-12-19 08:57:09 -06:00 |
|
Greg Johnston
|
5ee8b20770
|
Clear warnings
|
2022-12-19 07:35:18 -05:00 |
|
Greg Johnston
|
da4b46e359
|
Clear warnings and improve #[cfg] readability
|
2022-12-19 07:34:10 -05:00 |
|
Jose Quesada
|
eccbc424a2
|
Merge branch 'leptos_dom_v2' of https://github.com/jquesada2016/leptos into leptos_dom_v2
|
2022-12-18 16:52:23 -06:00 |
|
Jose Quesada
|
9d370776d2
|
printing html as it is being streamed to client
|
2022-12-18 16:52:12 -06:00 |
|
Greg Johnston
|
a845bf12e6
|
Clear warnings
|
2022-12-18 16:27:19 -05:00 |
|
Greg Johnston
|
c0a407b0cd
|
Fix --release builds
|
2022-12-18 16:15:18 -05:00 |
|
Jose Quesada
|
d79d4c4f86
|
fixed Fragment::lazy that should take `FnOnce
|
2022-12-18 13:29:46 -06:00 |
|
Greg Johnston
|
3195ab4ffc
|
Get Suspense /Transition hydration working
|
2022-12-18 07:38:51 -05:00 |
|
Jose Quesada
|
d071a7c1e0
|
added HydrationCtx helper methods for forcebly adding leptos-hk , only helpers though, still need to update component lookup logic as well as element and template creation to include these
|
2022-12-17 12:38:40 -06:00 |
|
Jose Quesada
|
234e1cda4e
|
Merge branch 'leptos_dom_v2' of https://github.com/jquesada2016/leptos into leptos_dom_v2
|
2022-12-17 11:57:25 -06:00 |
|
Jose Quesada
|
e140549755
|
now removing id and leptos-hk from elements
|
2022-12-17 11:57:14 -06:00 |
|
Greg Johnston
|
df41e4dbc2
|
FIxes for Suspense/Hydration
|
2022-12-17 08:46:09 -05:00 |
|
Greg Johnston
|
9c6aaed0a8
|
Fix issue of <Routes/> mismatch
|
2022-12-17 08:28:22 -05:00 |
|
Jose Quesada
|
abc117b9bf
|
annotated For with #[component]
|
2022-12-16 14:13:51 -06:00 |
|
Greg Johnston
|
1826d4bab2
|
Remove extra logging
|
2022-12-15 21:56:11 -05:00 |
|
Greg Johnston
|
e6e71cb8e6
|
Remove extra logging
|
2022-12-15 21:55:21 -05:00 |
|
Greg Johnston
|
01252b841d
|
Fix <Suspense/> SSR
|
2022-12-15 21:54:43 -05:00 |
|
Greg Johnston
|
c6d30a710a
|
FIx issues I introduced to SSR while logging this
|
2022-12-15 21:04:55 -05:00 |
|
Greg Johnston
|
fefca82d16
|
Minimal tracing to show order of rendering
|
2022-12-15 20:56:52 -05:00 |
|
Jose Quesada
|
422233eecf
|
removed some HydrationCtx things and improved tracing for DynChild
|
2022-12-15 12:05:17 -06:00 |
|
Jose Quesada
|
9eadac9f2c
|
added HydrationCtx helpers and fixed a couple bugs with the hydration example
|
2022-12-15 10:04:44 -06:00 |
|
Greg Johnston
|
416e1a617b
|
Change start to hydrate in example
|
2022-12-15 08:39:19 -05:00 |
|
Greg Johnston
|
01013b00e5
|
Implement classes in SSR macro path
|
2022-12-15 07:56:31 -05:00 |
|
Greg Johnston
|
3ef64bd372
|
<Suspense/> streaming and hydration issue
|
2022-12-14 23:18:54 -05:00 |
|
Greg Johnston
|
6e4448dae6
|
SSR work with missing node IDs
|
2022-12-14 10:56:48 -05:00 |
|
Greg Johnston
|
f17c7fdb90
|
Remove duplicated window_event_listener
|
2022-12-14 07:00:56 -05:00 |
|
Greg Johnston
|
21178b1682
|
Correct definitions of is_browser and is_server
|
2022-12-14 06:57:35 -05:00 |
|
Greg Johnston
|
8efb28826f
|
Properly set hydration key
|
2022-12-12 21:17:51 -05:00 |
|
Greg Johnston
|
10799c33b7
|
Properly dispose
|
2022-12-12 21:17:38 -05:00 |
|
Greg Johnston
|
58d2ce113d
|
Use Scope -based hydration key generation
|
2022-12-12 20:55:41 -05:00 |
|
Jose Quesada
|
2c9eff3659
|
impl IntoView for all std types that made sense
|
2022-12-12 14:45:10 -06:00 |
|
Jose Quesada
|
ce5355d73f
|
impl IntoView for `Vec<impl IntoView>
|
2022-12-12 13:52:41 -06:00 |
|
Jose Quesada
|
e2ef293d19
|
added IntoFragment trait for all IntoIterator and also impl FromIterator for Fragment
|
2022-12-12 13:39:41 -06:00 |
|
Jose Quesada
|
0b11a8dda6
|
fixed compilation on non-CSR targets
|
2022-12-12 12:26:11 -06:00 |
|
Jose Quesada
|
5881fb9064
|
Merge branch 'leptos_dom_v2' of https://github.com/jquesada2016/leptos into leptos_dom_v2
|
2022-12-12 12:18:29 -06:00 |
|
Jose Quesada
|
9dbbb26100
|
made is_server and helpers const fn and added View::into_html_element helper
|
2022-12-12 12:18:15 -06:00 |
|
Greg Johnston
|
4a1d16b641
|
Properly reset ID in streaming
|
2022-12-12 10:24:55 -05:00 |
|
Greg Johnston
|
c4eeb4f39f
|
Merge branch 'leptos_dom_v2' of https://github.com/jquesada2016/leptos into leptos_dom_v2
|
2022-12-12 09:49:22 -05:00 |
|
Greg Johnston
|
37ab7b34f9
|
Fix imports when in SSR mode so we don't run wasm-bindgen code
|
2022-12-12 09:49:15 -05:00 |
|
Greg Johnston
|
c4cc3e944b
|
Merge in changes from main
|
2022-12-12 09:26:46 -05:00 |
|