Jonathan Kelley
|
82f69a9ca6
|
fix: feature flagging
|
2022-03-04 13:16:37 -05:00 |
|
Jonathan Kelley
|
c7627f0b93
|
fix: tests pass
|
2022-03-04 13:16:37 -05:00 |
|
Jonathan Kelley
|
06d4a5640b
|
docs: fix doc comment
|
2022-03-04 13:16:37 -05:00 |
|
Jonathan Kelley
|
cc83900334
|
feat: router crate is polished up
|
2022-03-04 13:16:37 -05:00 |
|
Jonathan Kelley
|
60b11081f2
|
chore: remove idna feature from url
|
2022-03-04 13:16:37 -05:00 |
|
Jonathan Kelley
|
f2979cb12a
|
feat: apply local router changes
|
2022-03-04 13:16:37 -05:00 |
|
Jonathan Kelley
|
3928856a9b
|
fix: desktop edits should not be applied in reverse
|
2022-03-04 13:14:49 -05:00 |
|
Jonathan Kelley
|
e5b034c6a4
|
fix: don't propogate empty edits
|
2022-03-04 13:13:50 -05:00 |
|
Jonathan Kelley
|
0e09dda1be
|
chore: add additional debugging to VNode fields
|
2022-03-04 13:13:29 -05:00 |
|
Jonathan Kelley
|
f682a7a635
|
fix: doc location
|
2022-03-02 23:11:52 -05:00 |
|
Jonathan Kelley
|
eaeda6e201
|
docs: refactor our readme for main crate
|
2022-03-02 23:05:57 -05:00 |
|
Jonathan Kelley
|
e04a6d63a5
|
chore: move tests out of core and into the top level crate
This commit moves the tests out of core so rust analyzer
is happier with the workspace.
|
2022-03-02 22:48:22 -05:00 |
|
Jonathan Kelley
|
e932ed202a
|
fix: macro export
|
2022-03-02 18:13:57 -05:00 |
|
Jonathan Kelley
|
62f3d1b38e
|
fix: macro export
|
2022-03-02 18:02:14 -05:00 |
|
Jonathan Kelley
|
46a42c5ef9
|
Docs: update readme and usage doc for router
|
2022-03-02 17:57:00 -05:00 |
|
Jonathan Kelley
|
0883ff76e6
|
chore: convert debug to trace
|
2022-03-02 17:56:26 -05:00 |
|
Jonathan Kelley
|
e51b47d1fb
|
chore: move macros around
|
2022-03-02 17:56:12 -05:00 |
|
Jonathan Kelley
|
0e12915dc8
|
fix: remove old vscode folder
|
2022-03-02 17:54:22 -05:00 |
|
Jonathan Kelley
|
b4c5b96980
|
chore: switch log to eprintln
|
2022-03-02 17:54:11 -05:00 |
|
Jonathan Kelley
|
7805b1ad63
|
docs: add simple router book
|
2022-03-02 17:52:28 -05:00 |
|
Jonathan Kelley
|
673ea3280a
|
fix: license
|
2022-03-02 17:52:10 -05:00 |
|
Jonathan Kelley
|
06c88b6f35
|
fix: remove fermi callback api
|
2022-02-28 13:13:45 -05:00 |
|
Jonathan Kelley
|
ddd4875e13
|
Merge branch 'master' of github.com:DioxusLabs/dioxus
|
2022-02-28 02:38:28 -05:00 |
|
Jonathan Kelley
|
901bd5b0cd
|
examples: clippy
|
2022-02-28 02:38:17 -05:00 |
|
Jonathan Kelley
|
42979d922b
|
Merge pull request #208 from DioxusLabs/jk/use-future-leak
feat: auto cancel tasks when scopes are dropped
|
2022-02-27 23:39:06 -05:00 |
|
Jonathan Kelley
|
49f9303002
|
Merge pull request #286 from mrxiaozhuox/patch-1
|
2022-02-27 18:51:02 -05:00 |
|
Jonathan Kelley
|
0350d25a33
|
Merge pull request #287 from DioxusLabs/jk/diff-keyed-fix
|
2022-02-27 18:20:34 -05:00 |
|
Jonathan Kelley
|
e416e31bc7
|
feat: new spawn_forever for tasks that never die
|
2022-02-27 17:22:21 -05:00 |
|
Jonathan Kelley
|
70177ed49d
|
feat: tasks are dropped when components are unmounted
|
2022-02-27 17:03:43 -05:00 |
|
Jonathan Kelley
|
a46bd8d6d7
|
Merge branch 'master' into jk/use-future-leak
|
2022-02-27 16:42:07 -05:00 |
|
Jonathan Kelley
|
c2c6d73916
|
fix: tests should reflect removes
|
2022-02-27 14:59:36 -05:00 |
|
Jonathan Kelley
|
35a3eaabdf
|
fix: actually remove nodes in keyed_diff_middle
|
2022-02-27 14:49:47 -05:00 |
|
Jonathan Kelley
|
4954079212
|
fix: forbidden filtering
|
2022-02-27 14:29:07 -05:00 |
|
Jonathan Kelley
|
bfc55b0646
|
fix: forbidden filtering
|
2022-02-27 14:26:37 -05:00 |
|
YuKun Liu
|
caa61f8ca8
|
Update docs.yml
|
2022-02-27 17:06:58 +08:00 |
|
YuKun Liu
|
92059fe3b8
|
Update docs.yml
|
2022-02-27 17:05:01 +08:00 |
|
Jonathan Kelley
|
94fedcbc91
|
Merge pull request #269 from mrxiaozhuox/master
Add `Dioxus-cli` Document
|
2022-02-27 02:33:54 -05:00 |
|
YuKun Liu
|
2df0e54d6a
|
docs: commit docs
|
2022-02-27 08:22:31 +08:00 |
|
YuKun Liu
|
91c40f3b88
|
docs: commit docs
|
2022-02-27 08:22:00 +08:00 |
|
Jonathan Kelley
|
0da18971b0
|
Merge pull request #233 from DioxusLabs/jk/all-the-css
feat: add all the css
|
2022-02-26 18:25:30 -05:00 |
|
Jonathan Kelley
|
f69430a308
|
Merge branch 'master' into jk/all-the-css
|
2022-02-26 18:17:56 -05:00 |
|
Jonathan Kelley
|
dde4ed2946
|
fix: merge css together
|
2022-02-26 18:15:04 -05:00 |
|
Jonathan Kelley
|
eadcd9232c
|
Merge pull request #161 from DioxusLabs/jk/coroutine-coroutineoverhaul
Overhaul async hooks: use_future, use_coroutine, use_effect (new)
|
2022-02-26 17:59:29 -05:00 |
|
Jonathan Kelley
|
d512a6758f
|
Merge branch 'master' into jk/coroutine-coroutineoverhaul
|
2022-02-26 17:50:38 -05:00 |
|
Jonathan Kelley
|
2181ccd80f
|
Merge pull request #272 from DioxusLabs/jk/documet-everything
docs: add `deny(missing_docs)` is many more places
|
2022-02-26 17:46:30 -05:00 |
|
Jonathan Kelley
|
25c82b7732
|
Merge pull request #278 from DioxusLabs/jk/canonicalize-assets
feat: canoncialize assets for macOS, Windows, and Linux
|
2022-02-26 17:42:05 -05:00 |
|
Jonathan Kelley
|
d07e145df6
|
clippy: update for recent update
|
2022-02-26 17:39:25 -05:00 |
|
Jonathan Kelley
|
f77f8c8500
|
fmt
|
2022-02-26 17:38:05 -05:00 |
|
Jonathan Kelley
|
74f40da997
|
clippy: remove unused module
|
2022-02-26 17:36:33 -05:00 |
|
Jonathan Kelley
|
56517ef5de
|
fix: merge conflicts
|
2022-02-26 17:35:23 -05:00 |
|