Jonathan Kelley
|
16d73b240f
|
Release dioxus-core v0.1.7
|
2022-01-08 02:27:48 -05:00 |
|
Jonathan Kelley
|
db0a5bd6ec
|
Release dioxus-core-macro v0.1.6
|
2022-01-08 02:26:29 -05:00 |
|
Jonathan Kelley
|
40d1f85d0c
|
Release dioxus-core v0.1.7, dioxus-core-macro v0.1.6, dioxus-html v0.1.4, dioxus-desktop v0.1.5, dioxus-hooks v0.1.6, dioxus-mobile v0.0.3, dioxus-router v0.1.0, dioxus-ssr v0.1.2, dioxus-web v0.0.4, dioxus v0.1.7
|
2022-01-08 02:25:03 -05:00 |
|
Jonathan Kelley
|
21232285d9
|
fix: add exclusion list
|
2022-01-08 02:14:05 -05:00 |
|
Jonathan Kelley
|
8d685f40b7
|
feat: handle bool attrs properly
|
2022-01-08 02:09:02 -05:00 |
|
Jonathan Kelley
|
9dff700c22
|
feat: enable prevent_default everywhere
|
2022-01-07 21:56:12 -05:00 |
|
Jonathan Kelley
|
d11f322f55
|
docs: add title to doc comment
|
2022-01-07 12:12:33 -05:00 |
|
Jonathan Kelley
|
be9f1a52ad
|
docs: better document the EventHandler type
|
2022-01-07 12:12:13 -05:00 |
|
Jonathan Kelley
|
c439b0ac7e
|
fix: component pass thru events
|
2022-01-07 11:51:25 -05:00 |
|
Jonathan Kelley
|
211d44d363
|
Merge pull request #84 from DioxusLabs/jk/windows-lag
fix: windows and gtk startup lag
|
2022-01-07 10:52:28 -05:00 |
|
Jonathan Kelley
|
cdc2d8ec6d
|
Merge pull request #80 from DioxusLabs/jk/router2dotoh
feat: allow use_ref to be cloned into async and add support for for_async
|
2022-01-07 02:23:19 -05:00 |
|
Jonathan Kelley
|
175a6a199c
|
wip: clear warnigns
|
2022-01-07 02:07:10 -05:00 |
|
Jonathan Kelley
|
fd911584dc
|
wip: remove lag by forcing update
|
2022-01-07 02:05:14 -05:00 |
|
Jonathan Kelley
|
34b0cb500b
|
Merge pull request #79 from DioxusLabs/jk/better_rehydration
Feat: Improve rehydration by using the VDom directly.
|
2022-01-07 01:02:14 -05:00 |
|
Jonathan Kelley
|
59f8b49fb6
|
Merge branch 'master' into jk/router2dotoh
|
2022-01-07 01:01:26 -05:00 |
|
Jonathan Kelley
|
a890f397c4
|
feat: allow use_ref to be cloned into callbacks
|
2022-01-07 00:56:43 -05:00 |
|
Jonathan Kelley
|
c9aaa96432
|
Merge pull request #78 from higumachan/patch-1
Fix typo in document
|
2022-01-07 00:49:25 -05:00 |
|
Jonathan Kelley
|
c6e917c4a0
|
tweak: add palceholder as comment content
|
2022-01-07 00:37:28 -05:00 |
|
Jonathan Kelley
|
b3a774b284
|
tweak: always add spacing comments between textnodes
|
2022-01-07 00:37:04 -05:00 |
|
Jonathan Kelley
|
dbb6e9b4fe
|
fix: lastnodewastext in ssr
|
2022-01-07 00:36:13 -05:00 |
|
Jonathan Kelley
|
bbb6ee10de
|
feat: make hydration more robust
|
2022-01-07 00:33:09 -05:00 |
|
Yuta Hinokuma
|
a17827ffaa
|
fix typo in document
|
2022-01-07 13:36:50 +09:00 |
|
Dave Rolsky
|
51c177be9e
|
Fix typo "misisng" that occurred in several error messages
|
2022-01-06 16:18:10 -06:00 |
|
Dave Rolsky
|
706b0e21a5
|
Fix reference to "html!" macro in "rsx!" macro docs
|
2022-01-06 10:44:05 -06:00 |
|
Jonathan Kelley
|
4aadec1e30
|
fix: ci and bug in setter
|
2022-01-05 22:15:19 -05:00 |
|
Jonathan Kelley
|
bd341f5571
|
fix: tests
|
2022-01-05 17:30:12 -05:00 |
|
Jonathan Kelley
|
e2a6454527
|
chore: switch to log tracing
|
2022-01-05 16:36:42 -05:00 |
|
Jonathan Kelley
|
427b126bc1
|
feat: add prevent default attribute and upgrade router
|
2022-01-05 16:34:24 -05:00 |
|
Jonathan Kelley
|
cb2782b4bb
|
wip: memoize dom in the prescence of identical components
|
2022-01-05 00:27:22 -05:00 |
|
Jonathan Kelley
|
7cf15ee4e8
|
publish: include desktop fixes
|
2022-01-03 21:36:43 -05:00 |
|
Jonathan Kelley
|
be2d6876ab
|
Merge branch 'master' into jk/windows-desktop
|
2022-01-03 20:00:23 -05:00 |
|
Jonathan Kelley
|
ada24e7c4e
|
wip: try to fix pathing
|
2022-01-03 19:59:13 -05:00 |
|
Jonathan Kelley
|
4ea5c990d7
|
publish: new versions of everything
|
2022-01-03 19:44:04 -05:00 |
|
Jonathan Kelley
|
4f92ba4160
|
wip: bump all versions
|
2022-01-03 19:32:27 -05:00 |
|
Jonathan Kelley
|
2481cd05c2
|
fix: attempt to fix ice
|
2022-01-03 17:20:22 -05:00 |
|
Jonathan Kelley
|
b3b4c580df
|
wip: bump versions
|
2022-01-03 14:07:22 -05:00 |
|
Jonathan Kelley
|
b96491fe16
|
wip: bump mobile
|
2022-01-03 14:04:31 -05:00 |
|
Jonathan Kelley
|
54103da019
|
publish: bump desktop version
|
2022-01-03 14:03:17 -05:00 |
|
Jonathan Kelley
|
95f01aee44
|
publish: mobile
|
2022-01-03 13:40:01 -05:00 |
|
Jonathan Kelley
|
99d6409f7a
|
publish: bump mobile
|
2022-01-03 13:38:56 -05:00 |
|
Jonathan Kelley
|
3de776c42a
|
docs: fix the reference code
|
2022-01-03 13:26:15 -05:00 |
|
Jonathan Kelley
|
a2317bf5b0
|
publish: ssr
|
2022-01-03 02:23:26 -05:00 |
|
Jonathan Kelley
|
df168d02a2
|
publish: fix hooks docs
|
2022-01-03 02:21:56 -05:00 |
|
Jonathan Kelley
|
eab8422e4f
|
publish: bump version
|
2022-01-03 02:21:05 -05:00 |
|
Jonathan Kelley
|
c606f92fa8
|
publish: hooks
|
2022-01-03 02:20:32 -05:00 |
|
Jonathan Kelley
|
d78815103d
|
wip: remove hooks warnigns
|
2022-01-03 02:20:11 -05:00 |
|
Jonathan Kelley
|
c1f8424693
|
publish: desktop
|
2022-01-03 02:18:11 -05:00 |
|
Jonathan Kelley
|
be6fac9f3d
|
publish: desktop
|
2022-01-03 02:16:31 -05:00 |
|
Jonathan Kelley
|
7abb3cc79c
|
publish: dioxus web
|
2022-01-03 02:15:39 -05:00 |
|
Jonathan Kelley
|
c0cd50b1d3
|
publish: dioxus web
|
2022-01-03 02:15:34 -05:00 |
|