Jose Quesada
|
74c716e0f6
|
fixed attrs that start with an empty value from not having a space
|
2022-12-06 10:12:14 -06:00 |
|
Jose Quesada
|
00c25b5605
|
fixed EachItem not getting <template /> markers, as well as Unit
|
2022-12-06 09:55:02 -06:00 |
|
Jose Quesada
|
59f753cebb
|
impl all the macro helper traits for (Scope, T)
|
2022-12-05 14:09:39 -06:00 |
|
Jose Quesada
|
1fbe8bd790
|
fixed the example to show undelegated
|
2022-12-05 12:28:14 -06:00 |
|
Jose Quesada
|
eba8af3b38
|
fixed event names and removed superfluous debug stmt
|
2022-12-05 12:23:53 -06:00 |
|
Jose Quesada
|
5d439ceee8
|
fixed merge conflict
|
2022-12-03 16:52:57 -06:00 |
|
Jose Quesada
|
718b5f8ae1
|
forgot to fill child text nodes of EachItem
|
2022-12-03 10:34:36 -06:00 |
|
Jose Quesada
|
6db59d526f
|
fixed panic when dropping components
|
2022-11-30 20:12:13 -06:00 |
|
Jose Quesada
|
649378ffbe
|
now using Range only for potentially large groups of nodes
|
2022-11-29 20:08:54 -06:00 |
|
Jose Quesada
|
b8c125cd14
|
initial impl of eager builder
|
2022-11-29 16:50:52 -06:00 |
|
Jose Quesada
|
a73c71842a
|
added Each append opt
|
2022-11-29 12:49:46 -06:00 |
|
Jose Quesada
|
d59ce5aebf
|
fixed replace all items opt
|
2022-11-29 12:01:19 -06:00 |
|
Jose Quesada
|
488856fdcc
|
removed broken debug assertions
|
2022-11-29 07:37:33 -06:00 |
|
Jose Quesada
|
ebb50cff6c
|
fixed building on non-browser targets
|
2022-11-28 19:04:00 -06:00 |
|
Jose Quesada
|
698527ddf6
|
fixed building in release
|
2022-11-28 15:02:09 -06:00 |
|
Jose Quesada
|
9050572c68
|
EachItem is now removing it's direct children
|
2022-11-28 13:21:13 -06:00 |
|
Jose Quesada
|
40c6081256
|
DynChild is now responsible for removing it's direct children rather than relying on WebSysNode
|
2022-11-28 13:12:22 -06:00 |
|
Greg Johnston
|
90854e38e6
|
Add event system
|
2022-11-27 19:42:37 -05:00 |
|
Jose Quesada
|
8fac1c5b3a
|
greatly improved tracing visibility
|
2022-11-27 17:17:24 -06:00 |
|
Jose Quesada
|
6439964ef6
|
made children field of Component pub and added Component example to examples/test-bench
|
2022-11-27 11:57:35 -06:00 |
|
Jose Quesada
|
b2d9bc4aa8
|
removed duplicate value, as duplicate keys are invalid
|
2022-11-27 11:34:35 -06:00 |
|
Jose Quesada
|
f615dae87c
|
applied new rustfmt config and added HtmlElement::dyn_attr
|
2022-11-27 11:32:18 -06:00 |
|
Jose Quesada
|
79058e1535
|
impl IntoNode for [Node; N] and `[HtmlElement<El>; N]
|
2022-11-27 09:49:57 -06:00 |
|
Jose Quesada
|
da1916e35a
|
renamed Each to EachKey
|
2022-11-27 07:29:17 -06:00 |
|
Jose Quesada
|
be60713b13
|
updated prepare_for_move to use Range
|
2022-11-26 19:36:25 -06:00 |
|
Jose Quesada
|
000a4bf62d
|
initial (broken move) impl of Each
|
2022-11-26 18:49:51 -06:00 |
|
Jose Quesada
|
2d21146665
|
basic CSR is working
|
2022-11-25 17:39:42 -06:00 |
|