Jonathan Kelley
be9f1a52ad
docs: better document the EventHandler
type
2022-01-07 12:12:13 -05:00
Jonathan Kelley
5cacf91381
Merge pull request #91 from DioxusLabs/jk/eventhandlertype
...
Fix/Feat: Don't force the &dyn Fn syntax for passing through event handlers
2022-01-07 12:06:41 -05:00
Jonathan Kelley
8b6aa8b880
Merge pull request #89 from DioxusLabs/jk/simplify-example-run
...
examples: simplfy running them by enabling features automatically
2022-01-07 12:05:33 -05:00
Jonathan Kelley
1c691e899c
tweak: example
2022-01-07 11:53:19 -05:00
Jonathan Kelley
c439b0ac7e
fix: component pass thru events
2022-01-07 11:51:25 -05:00
Jonathan Kelley
b49928a4ac
fix: formatting
2022-01-07 11:27:58 -05:00
Jonathan Kelley
47056fda45
Merge pull request #74 from mrxiaozhuox/master
...
fix: calculator example
2022-01-07 11:18:52 -05:00
YuKun Liu
347a11c8c4
fix: format example code
2022-01-08 00:16:28 +08: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
53ef41aa3d
examples: simplfy running them by enabling features automatically
2022-01-07 10:50:37 -05:00
YuKun Liu
0742deed82
fix: calculator display
2022-01-07 22:17:19 +08: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
bdca790e45
Merge pull request #82 from DioxusLabs/jk/shorternci
...
chore: remove nightly as a windows compile target
2022-01-07 02:22:48 -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
6306f7fb74
wip: remove nightly for windows
2022-01-07 01:06:55 -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
ba40e6ec72
Merge pull request #76 from autarch/more-typo-fixes
...
Fix typo "misisng" that occurred in several error messages
2022-01-07 00:49:08 -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
YuKun Liu
11172db7f6
fix: calculator example
2022-01-07 07:45:21 +08:00
YuKun Liu
db5b1e1916
fix: calculator example
2022-01-07 07:36:22 +08:00
Dave Rolsky
51c177be9e
Fix typo "misisng" that occurred in several error messages
2022-01-06 16:18:10 -06:00
Jonathan Kelley
2b23ed825d
Merge pull request #73 from autarch/typo-fixes
...
Fixes a few typos in the guide and docs
2022-01-06 13:35:35 -05:00
YuKun Liu
859be4a2f6
fix: calculator example
2022-01-07 02:08:14 +08:00
Dave Rolsky
706b0e21a5
Fix reference to "html!" macro in "rsx!" macro docs
2022-01-06 10:44:05 -06:00
Dave Rolsky
31bd010226
Fix typo of Diane's name
...
Those two American kids are just growing up as fast as they can, huh?
2022-01-06 10:11:47 -06:00
Dave Rolsky
a9500f3413
Fix typo in PostList example in guide
2022-01-06 10:11:30 -06:00
Jonathan Kelley
4aadec1e30
fix: ci and bug in setter
2022-01-05 22:15:19 -05:00
Jonathan Kelley
52d00eac0f
ci: add sudo
2022-01-05 17:51:01 -05:00
Jonathan Kelley
ddccc51daf
fix: windows ci
2022-01-05 17:48:11 -05:00
Jonathan Kelley
04bb41a2c4
ci: install webkit
2022-01-05 17:45:24 -05:00
Jonathan Kelley
841723cd6f
cxI: fix args
2022-01-05 17:38:50 -05:00
Jonathan Kelley
ebfe2b88e9
ci: combine build and test
2022-01-05 17:37:41 -05:00
Jonathan Kelley
7349029da1
update: windows ci
2022-01-05 17:36:49 -05:00
Jonathan Kelley
d8043baa71
feat: also update normal CI
2022-01-05 17:36:10 -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
8994467189
Merge pull request #67 from DioxusLabs/jk/router2dotoh
...
Fix/Feat: Memoize VComponents from their ptrs. Add new router!
2022-01-05 16:35:02 -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
f877202090
Merge pull request #61 from chris-morgan/patch-1
...
Fix errors in the suggested index.html template
2022-01-04 07:39:30 -05:00
Chris Morgan
0a9f862cf8
Fix errors in the suggested index.html template
...
What was there was an abomination that would not behave at all properly.
The changes I’ve made are extremely conservative. Myself, I’d get rid of
the <html>, <head>, </head>, <body>, </body> and </html> lines as
superfluous, and remove the space inside the div, which I certainly hope
isn’t load-bearing.
2022-01-04 21:55:41 +11:00
Jonathan Kelley
7cf15ee4e8
publish: include desktop fixes
2022-01-03 21:36:43 -05:00