Jonathan Kelley
|
f2979cb12a
|
feat: apply local router changes
|
2022-03-04 13:16:37 -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
|
e51b47d1fb
|
chore: move macros around
|
2022-03-02 17:56:12 -05:00 |
|
Jonathan Kelley
|
d512a6758f
|
Merge branch 'master' into jk/coroutine-coroutineoverhaul
|
2022-02-26 17:50:38 -05:00 |
|
Jonathan Kelley
|
d07e145df6
|
clippy: update for recent update
|
2022-02-26 17:39:25 -05:00 |
|
Jonathan Kelley
|
74f40da997
|
clippy: remove unused module
|
2022-02-26 17:36:33 -05:00 |
|
Jonathan Kelley
|
77631bff1f
|
Merge branch 'master' into jk/documet-everything
|
2022-02-26 17:33:06 -05:00 |
|
Jonathan Kelley
|
2b17717323
|
Merge branch 'master' into jk/coroutine-coroutineoverhaul
|
2022-02-26 17:32:11 -05:00 |
|
Jonathan Kelley
|
4ad4b18e4b
|
feat: useeffect
|
2022-02-26 17:31:35 -05:00 |
|
Jonathan Kelley
|
64edc6e1b1
|
feat: useeffect implemented
|
2022-02-26 03:12:22 -05:00 |
|
Ilya Maximov
|
916dc64402
|
style: format againkjdfakbjfbkasjd
|
2022-02-23 20:00:01 +01:00 |
|
Ilya Maximov
|
bda4a71a72
|
feat: change schedule_update's Rc to an Arc
BREAKING CHANGE
|
2022-02-23 19:47:17 +01:00 |
|
Jonathan Kelley
|
7a5c403e38
|
wip: add use_callback
|
2022-02-23 09:47:53 -05:00 |
|
Jonathan Kelley
|
3837899a7e
|
fix: remove clutter
|
2022-02-21 23:35:12 -05:00 |
|
Jonathan Kelley
|
fbaf25dc6b
|
feat: pair down usecoroutine and make it much happier
|
2022-02-21 23:34:18 -05:00 |
|
Jonathan Kelley
|
9211e1fc78
|
feat: use future fully figured out
|
2022-02-21 15:39:47 -05:00 |
|
Jonathan Kelley
|
86729d929d
|
wip: coroutine works basically
|
2022-02-21 00:37:46 -05:00 |
|
Jonathan Kelley
|
f1af18c60b
|
Merge branch 'master' into jk/coroutine-coroutineoverhaul
|
2022-02-20 23:53:55 -05:00 |
|
Jonathan Kelley
|
fb661e5519
|
wip: disable hook documentation
|
2022-02-20 23:52:54 -05:00 |
|
Jonathan Kelley
|
b2a4d387c7
|
docs: document all of desktop crate
|
2022-02-20 23:52:36 -05:00 |
|
Jonathan Kelley
|
e7022dfccf
|
docs: more use_ref docs
|
2022-02-19 21:51:26 -05:00 |
|
Jonathan Kelley
|
45473ece8c
|
feat: add some helpers to use_ref
|
2022-02-19 18:00:03 -05:00 |
|
Jonathan Kelley
|
e02dfc3324
|
fix: change use_state to be clone
|
2022-02-01 02:05:54 -05:00 |
|
Jonathan Kelley
|
fb75948363
|
fix: usestate modify panic
|
2022-01-31 14:33:25 -05:00 |
|
Jonathan Kelley
|
13cf95a9ea
|
Merge pull request #178 from autarch/autarch/spelling-fix
Fix misspelled variable name in usestate.rs
|
2022-01-30 13:13:04 -05:00 |
|
Dave Rolsky
|
00ff54bb3b
|
Fix typo in comment in use_shared_state.rs
|
2022-01-29 10:43:10 -06:00 |
|
Dave Rolsky
|
3d3d18554d
|
Fix misspelled variable name in usestate.rs
|
2022-01-29 10:36:44 -06:00 |
|
Jonathan Kelley
|
f6c6134d67
|
Release dioxus-core v0.1.9
|
2022-01-29 10:42:38 -05:00 |
|
Jonathan Kelley
|
539ca2d655
|
Release dioxus-hooks v0.1.7
|
2022-01-29 10:37:03 -05:00 |
|
Jonathan Kelley
|
f965030b80
|
Release dioxus-core v0.1.8
|
2022-01-29 10:36:10 -05:00 |
|
Jonathan Kelley
|
56f3002aed
|
feat: add changelogs
|
2022-01-29 10:17:14 -05:00 |
|
Jonathan Kelley
|
c092bd43ed
|
fix: use_state
|
2022-01-28 16:12:06 -05:00 |
|
Jonathan Kelley
|
bd1535a0ed
|
feat: use_coroutine happily compiles
|
2022-01-26 02:29:42 -05:00 |
|
Jonathan Kelley
|
aef414ac0f
|
wip: use_coroutine new behavior
|
2022-01-26 01:44:15 -05:00 |
|
Jonathan Kelley
|
a8952a9ee8
|
fix: exampels
|
2022-01-25 21:41:40 -05:00 |
|
Dave Rolsky
|
9e4ec43b1e
|
Fix various typos and grammar nits
I also removed all trailing whitespace from lines since I have Emacs
configured to highlight this.
|
2022-01-21 21:43:43 -06:00 |
|
Jonathan Kelley
|
58839f47ba
|
update: modify usestate to be borrowed
|
2022-01-16 15:56:48 -05:00 |
|
Alexandre Kirszenberg
|
b6903bf558
|
Enable clippy
|
2022-01-08 16:35:26 +01:00 |
|
Jonathan Kelley
|
b804c691d5
|
Release 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:30:37 -05:00 |
|
Jonathan Kelley
|
a36dab7f45
|
Release 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:28:25 -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
|
c439b0ac7e
|
fix: component pass thru events
|
2022-01-07 11:51:25 -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
|
4aadec1e30
|
fix: ci and bug in setter
|
2022-01-05 22:15:19 -05:00 |
|
Jonathan Kelley
|
cb2782b4bb
|
wip: memoize dom in the prescence of identical components
|
2022-01-05 00:27:22 -05:00 |
|
Jonathan Kelley
|
4f92ba4160
|
wip: bump all versions
|
2022-01-03 19:32:27 -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 |
|