Jonathan Kelley
|
4fdbce9a70
|
chore: clean up readmes
|
2022-12-29 16:17:03 -05:00 |
|
Jonathan Kelley
|
4aac2cdae1
|
fix: raw attr names
|
2022-12-26 22:57:45 -05:00 |
|
Jonathan Kelley
|
c240aebfa1
|
chore: start instead of flart
|
2022-12-26 09:58:41 -05:00 |
|
Jonathan Kelley
|
8b854963e9
|
fix: serialize custom attrs properly
|
2022-12-25 23:58:31 -05:00 |
|
Evan Almloff
|
a6c226ae57
|
fmt
|
2022-12-23 18:31:40 -06:00 |
|
Evan Almloff
|
555b192436
|
Merge branch 'upstream' into fix-hot-reloading
|
2022-12-23 18:06:47 -06:00 |
|
Jonathan Kelley
|
c9e13984e3
|
chore: use safe span split
|
2022-12-23 18:27:53 -05:00 |
|
Evan Almloff
|
33af22638e
|
don't panic if the formatting of the span is different than expected
|
2022-12-23 17:23:46 -06:00 |
|
Jonathan Kelley
|
0dce3e03c8
|
chore: rollback some unecessary changes
|
2022-12-23 18:08:23 -05:00 |
|
Jonathan Kelley
|
e7e21fa2f0
|
fix: errors when using render macro
|
2022-12-23 17:47:57 -05:00 |
|
Jonathan Kelley
|
fd8015e943
|
fix: hovers
|
2022-12-23 17:39:07 -05:00 |
|
Evan Almloff
|
d98821da47
|
move hot reloading utilities to dioxus repository
|
2022-12-23 15:42:34 -06:00 |
|
Evan Almloff
|
3165c90e9f
|
update rsx tests
|
2022-12-22 19:32:21 -06:00 |
|
Evan Almloff
|
cc35298a1d
|
more resiliant span debug parsing
|
2022-12-22 18:34:20 -06:00 |
|
Evan Almloff
|
1530445972
|
fix hot reloading rsx with nested rsx calls
|
2022-12-22 16:38:07 -06:00 |
|
Evan Almloff
|
04a923f83e
|
fix changing the order of dynamic nodes
|
2022-12-22 11:36:38 -06:00 |
|
Evan Almloff
|
db7a1ec0b0
|
fix lints
|
2022-12-21 13:04:57 -06:00 |
|
Evan Almloff
|
4c1fe1d9bb
|
allow changing the number of root nodes
|
2022-12-21 12:50:48 -06:00 |
|
Evan Almloff
|
e5a5850354
|
merge master
|
2022-12-20 20:48:28 -06:00 |
|
Jonathan Kelley
|
d3be971f4e
|
chore: rollback to option instead of anyhow
|
2022-12-19 18:06:13 -08:00 |
|
Evan Almloff
|
4364a4b511
|
handle updating templates better
|
2022-12-19 19:28:44 -06:00 |
|
Jonathan Kelley
|
4313dea351
|
chore: clear readme
|
2022-12-19 16:12:51 -08:00 |
|
Jonathan Kelley
|
3fd08ef49e
|
chore: remove unneeded files
|
2022-12-19 16:12:15 -08:00 |
|
Jonathan Kelley
|
09b38574db
|
Merge branch 'master' into jk/autofmt-fixues
|
2022-12-19 12:19:51 -08:00 |
|
Evan Almloff
|
96ce704f8e
|
fix serialization
|
2022-12-19 11:48:28 -06:00 |
|
Evan Almloff
|
fbc89a7088
|
make 'static lifetime explicit
|
2022-12-19 09:37:15 -06:00 |
|
=
|
894e3bf6b5
|
make it compile after merge
|
2022-12-16 10:18:23 -06:00 |
|
=
|
14dd568987
|
Merge branch 'upstream-master' into fix-hot-reloading
|
2022-12-16 10:07:11 -06:00 |
|
=
|
6d2e510200
|
WIP implement hot reloading context for html
|
2022-12-12 21:46:49 -06:00 |
|
Jonathan Kelley
|
d4b6bb8a7b
|
feat: fix the scope rollover bug
|
2022-12-12 18:31:30 -08:00 |
|
Jonathan Kelley
|
d160f38bc2
|
fix: parsing of attributes without trailing commas
|
2022-12-12 11:18:36 -08:00 |
|
=
|
b1d053d6cc
|
fix template diffing
|
2022-12-11 09:38:38 -06:00 |
|
Evan Almloff
|
2419a2ae9d
|
WIP diffing templates
|
2022-12-10 21:18:44 -06:00 |
|
Evan Almloff
|
6b19229b53
|
use interning to leak less memory
|
2022-12-10 16:21:31 -06:00 |
|
Evan Almloff
|
3e7dbe868a
|
unwrap instead of using unreachable
|
2022-12-10 15:05:41 -06:00 |
|
Evan Almloff
|
134a45b89d
|
fix fmt escape sequences in static attribute/text nodes
|
2022-12-10 14:58:13 -06:00 |
|
Evan Almloff
|
2131e5658b
|
add hot reloading context trait
|
2022-12-10 14:09:59 -06:00 |
|
Evan Almloff
|
f16e3be2c2
|
Merge branch 'fix-hot-reloading' of https://github.com/demonthos/dioxus into fix-hot-reloading
|
2022-12-10 12:29:17 -06:00 |
|
Evan Almloff
|
da64b0c2a8
|
WIP parising
|
2022-12-10 12:29:15 -06:00 |
|
Jonathan Kelley
|
b254d9e761
|
chore: remove cross-crate doc comments
|
2022-12-09 15:03:56 -08:00 |
|
Evan Almloff
|
a9b7da1890
|
remove some unused files
|
2022-12-09 12:00:37 -06:00 |
|
Jonathan Kelley
|
0bf4725639
|
fix: namespacing of dynamic attributes
|
2022-12-07 15:11:51 -08:00 |
|
Jonathan Kelley
|
5673017def
|
chore: clean up the repo some
|
2022-12-06 17:50:25 -08:00 |
|
Jonathan Kelley
|
b182a6ee75
|
chore: clean up interpreter and bindings
|
2022-12-05 16:47:04 -08:00 |
|
Jonathan Kelley
|
7b1cdb7d85
|
feat: get desktop working with new template strategy
|
2022-12-05 16:08:41 -08:00 |
|
Jonathan Kelley
|
a61daf220d
|
feat: context api overhaul
|
2022-12-02 16:24:49 -08:00 |
|
Jonathan Kelley
|
3b166c9edd
|
wip: clean up some things
|
2022-11-30 23:54:30 -05:00 |
|
Jonathan Kelley
|
7c3d308ab5
|
chore: make warnings go away
|
2022-11-29 16:31:04 -05:00 |
|
Jonathan Kelley
|
5713e13ff2
|
feat: implement ID cycling
|
2022-11-24 09:11:27 -05:00 |
|
Jonathan Kelley
|
4dd9a616a5
|
wip: fragment diffing working
|
2022-11-23 23:15:01 -08:00 |
|