Greg Johnston
|
bcb130deca
|
Working on router
|
2022-12-10 09:15:05 -05:00 |
|
Greg Johnston
|
c4af033f2c
|
Remove logging
|
2022-12-10 09:12:11 -05:00 |
|
Greg Johnston
|
5bdd150347
|
Get router working with new renderer
|
2022-12-10 08:32:58 -05:00 |
|
Greg Johnston
|
f9cc57acb9
|
Fix attributes in view macro
|
2022-12-10 08:32:30 -05:00 |
|
Greg Johnston
|
000d796149
|
Update router example
|
2022-12-10 08:32:19 -05:00 |
|
Greg Johnston
|
a7c16c9b09
|
Implement PartialEq and Eq for View
|
2022-12-10 07:37:07 -05:00 |
|
Greg Johnston
|
ad01d69540
|
<Suspense/> and <Transition/>
|
2022-12-09 22:52:30 -05:00 |
|
Greg Johnston
|
7959f5b324
|
Add signal helpers from main that are needed for <Transition/>
|
2022-12-09 22:52:14 -05:00 |
|
Greg Johnston
|
46e77d72ea
|
Add transition
|
2022-12-09 22:23:42 -05:00 |
|
Greg Johnston
|
1b8db4d4f4
|
"Implement Clone on View and its affiliates. Necessary for <Transition/> and some routing features. No significant changes needed, every type involved could already derive Clone .
|
2022-12-09 22:17:26 -05:00 |
|
Greg Johnston
|
7264d902c6
|
RIP map_keyed and old <For/> component
|
2022-12-09 22:07:07 -05:00 |
|
Jose Quesada
|
8017b416fb
|
Merge branch 'leptos_dom_v2' of https://github.com/jquesada2016/leptos into leptos_dom_v2
|
2022-12-09 18:58:58 -06:00 |
|
Jose Quesada
|
dd16890021
|
Component now creating child scope, forgot about this
|
2022-12-09 18:58:38 -06:00 |
|
Jose Quesada
|
a17651fe02
|
removed the workspace override
|
2022-12-09 18:00:06 -06:00 |
|
Greg Johnston
|
ba34a9644e
|
Work on Suspense
|
2022-12-09 18:27:32 -05:00 |
|
Jose Quesada
|
094492f076
|
impl IntoChild for tuples up to 26 in size
|
2022-12-09 17:13:37 -06:00 |
|
Jose Quesada
|
6d5994f72e
|
removed TopoId
|
2022-12-09 17:08:11 -06:00 |
|
Jose Quesada
|
641a064200
|
removed IntoEach until we can come up with a better game plan
|
2022-12-09 17:04:32 -06:00 |
|
Jose Quesada
|
c83f29be1b
|
fix DynChild saving it's old child, rather than the new one
|
2022-12-09 16:46:02 -06:00 |
|
Jose Quesada
|
bd3cc0b5ec
|
fix DynChild trying to render old child rather than new one
|
2022-12-09 16:17:37 -06:00 |
|
Greg Johnston
|
f6eceaeaf9
|
Update counters exaple
|
2022-12-09 14:56:50 -05:00 |
|
Greg Johnston
|
9a114eb595
|
Avoid name conflicts between functions to create elements and local variables
|
2022-12-09 14:36:25 -05:00 |
|
Jose Quesada
|
1ee9c2432b
|
impl IntoView for tuples of up to 26 fields as well as for (Scope, T)
|
2022-12-09 11:29:46 -06:00 |
|
Jose Quesada
|
b0c27c48f6
|
updated example to work with new Each
|
2022-12-09 10:49:15 -06:00 |
|
Jose Quesada
|
c74a8274f2
|
removed child scope creation within Each
|
2022-12-09 10:44:05 -06:00 |
|
Jose Quesada
|
2ceb7f8934
|
fixed Fragment which would try mounting it's children while hydrating
|
2022-12-09 10:03:08 -06:00 |
|
Jose Quesada
|
16af593277
|
added render_to_string entry point and fixed bug where id counter would not be reset on every server render call
|
2022-12-09 09:34:25 -06:00 |
|
Jose Quesada
|
51c8d85528
|
custom user id's on HtmlElement is now supported during hydration
|
2022-12-09 09:15:37 -06:00 |
|
Jose Quesada
|
4ffc53a1dc
|
not panicking when elements/components cannot be found
|
2022-12-09 08:47:53 -06:00 |
|
Jose Quesada
|
b7eeba77a0
|
fixed DynChild on release to prevent it merging with surrounding text
|
2022-12-09 08:25:39 -06:00 |
|
Jose Quesada
|
a8fb2720b9
|
removed a sneaky c that was in the SSR id generation for components, as well as fixed an extra id call count that wasn't supposed to be there
|
2022-12-08 22:40:49 -06:00 |
|
Jose Quesada
|
a50f1c58f7
|
fixed Each optimizations
|
2022-12-08 20:38:59 -06:00 |
|
Jose Quesada
|
6528aadb90
|
removed debug statement
|
2022-12-08 19:18:23 -06:00 |
|
Jose Quesada
|
dcd9842fca
|
Merge branch 'leptos_dom_v2' of https://github.com/jquesada2016/leptos into leptos_dom_v2
|
2022-12-08 18:42:55 -06:00 |
|
Jose Quesada
|
5a976525c0
|
fixed Each moving items it did not need to move
|
2022-12-08 18:42:36 -06:00 |
|
Greg Johnston
|
b8559d4335
|
Transition counter example to use View
|
2022-12-08 19:33:01 -05:00 |
|
Greg Johnston
|
eb40f9f7c7
|
Remove leptos_dom/ssr dependencies
|
2022-12-08 19:32:46 -05:00 |
|
Greg Johnston
|
d0fa9b89bf
|
Remove my logs
|
2022-12-08 19:25:50 -05:00 |
|
Greg Johnston
|
fbfd1a4f60
|
Fix other dependencies on leptos_dom/csr and leptos_dom/hydrate
|
2022-12-08 19:24:36 -05:00 |
|
Jose Quesada
|
21716ea59d
|
fixed panic on DynChild for double taking an option
|
2022-12-08 18:15:57 -06:00 |
|
Jose Quesada
|
e641108ed3
|
fixed error compiling
|
2022-12-08 18:01:06 -06:00 |
|
Jose Quesada
|
c3b4945c7e
|
removed all cfgs that depend on anything but web and wasm32
|
2022-12-08 17:56:52 -06:00 |
|
Jose Quesada
|
95c535290d
|
Merge branch 'leptos_dom_v2' of https://github.com/jquesada2016/leptos into leptos_dom_v2
|
2022-12-08 17:48:45 -06:00 |
|
Jose Quesada
|
6af0b1a8ed
|
hydration is now determained at runtime startup
|
2022-12-08 17:48:30 -06:00 |
|
Greg Johnston
|
9928abf36d
|
Fix closing-node creation in Each in release
|
2022-12-08 18:45:27 -05:00 |
|
Greg Johnston
|
f0257222f8
|
Fix cx injection in macro
|
2022-12-08 18:29:44 -05:00 |
|
Greg Johnston
|
135317b7b8
|
Method, not a field
|
2022-12-08 18:26:44 -05:00 |
|
Jose Quesada
|
6b24135070
|
fixed subtle bug when hydrating from a text node would cause DynChild to not unmount correctly
|
2022-12-08 17:00:55 -06:00 |
|
Jose Quesada
|
e08808c2ab
|
fixed SSR compilation errors
|
2022-12-08 16:13:12 -06:00 |
|
Jose Quesada
|
a932f72a4f
|
DynChild now creating child scopes
|
2022-12-08 16:07:44 -06:00 |
|