Evan Almloff
|
aec5cd9dfa
|
fix lazynode diff bug adding children
|
2022-03-26 12:53:24 -05:00 |
|
Evan Almloff
|
b228e1e4eb
|
Merge remote-tracking branch 'refs/remotes/origin/master'
|
2022-03-09 21:08:37 -06:00 |
|
Evan Almloff
|
503b10d674
|
bugfixes text modifer elements
|
2022-03-09 21:06:45 -06:00 |
|
Jonathan Kelley
|
3f130d9bd0
|
fix: use updated version of stretch for layout
|
2022-03-09 21:42:37 -05:00 |
|
Jonathan Kelley
|
ed07e914d3
|
fix: compile router on web
|
2022-03-09 21:14:22 -05:00 |
|
Jonathan Kelley
|
1c2e5e2aea
|
publish: update dioxus with router fix
|
2022-03-09 17:53:02 -05:00 |
|
Jonathan Kelley
|
cc4b073f0d
|
fix: use ordering of routes for router
|
2022-03-09 17:50:39 -05:00 |
|
Jonathan Kelley
|
0ce326566e
|
wip: fix router slashing
|
2022-03-09 16:26:13 -05:00 |
|
Jonathan Kelley
|
e7505188d6
|
release: make a new 0.2.0 release of Dioxus
|
2022-03-09 14:24:05 -05:00 |
|
Jonathan Kelley
|
50d509688d
|
feat: update examples for tui
|
2022-03-09 13:36:30 -05:00 |
|
Jonathan Kelley
|
58a20913b6
|
chore; make tui pass clippy
|
2022-03-09 13:30:44 -05:00 |
|
Jonathan Kelley
|
40c88eeb4b
|
Feat: merge rink into dioxus mainline
|
2022-03-09 12:57:20 -05:00 |
|
Jonathan Kelley
|
37cf9bb9d2
|
feat: add tui
|
2022-03-09 12:55:30 -05:00 |
|
Jonathan Kelley
|
3e9023b131
|
docs: finish async
|
2022-03-09 10:22:12 -05:00 |
|
Jonathan Kelley
|
9846e0947b
|
Merge pull request #297 from DioxusLabs/jk/use-ref-memo
feat: memoize useref by tracking mutations
|
2022-03-08 01:00:23 -05:00 |
|
Jonathan Kelley
|
124c5def45
|
feat: memoize useref by tracking mutations
|
2022-03-07 16:02:44 -05:00 |
|
Jonathan Kelley
|
0f87ebb277
|
docs: even more docs
|
2022-03-06 20:37:57 -05:00 |
|
Jonathan Kelley
|
a4ab2d9de0
|
feat: enable addassign for usestate
|
2022-03-05 17:07:34 -05:00 |
|
Jonathan Kelley
|
f98c3f161f
|
fix: interpreter code for disabled and dangerous innter html
|
2022-03-05 14:38:28 -05:00 |
|
Jonathan Kelley
|
bec2f4129b
|
Merge pull request #203 from DioxusLabs/jk/local-router
Feat: abstract the router on a per-platform basis and add docs
|
2022-03-05 14:16:18 -05:00 |
|
Jonathan Kelley
|
f47d2900fb
|
feat: add a redirect
|
2022-03-05 14:06:54 -05:00 |
|
Jonathan Kelley
|
156e3c21ba
|
feat: add split method to use_state
|
2022-03-04 14:31:04 -05:00 |
|
Jonathan Kelley
|
6c3f5195f4
|
feat: re-unify set_state
|
2022-03-04 14:29:45 -05:00 |
|
Jonathan Kelley
|
dbcd91e32f
|
chore: switch to mutex
|
2022-03-04 14:28:21 -05:00 |
|
Jonathan Kelley
|
c466425b82
|
fix: remove logging
|
2022-03-04 13:17:03 -05:00 |
|
Jonathan Kelley
|
c19995fed9
|
fix: debug multistage edits in desktop
|
2022-03-04 13:17:01 -05:00 |
|
Jonathan Kelley
|
cdbc37711f
|
fix: wasm test
|
2022-03-04 13:16:37 -05:00 |
|
Jonathan Kelley
|
57bd8b7ce2
|
fix: enable wasmtest feature
|
2022-03-04 13:16:37 -05:00 |
|
Jonathan Kelley
|
9edc3459d5
|
fix: remove latent test
|
2022-03-04 13:16:37 -05:00 |
|
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
|
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
|
06c88b6f35
|
fix: remove fermi callback api
|
2022-02-28 13:13:45 -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
|
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 |
|