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
|
a8952a9ee8
|
fix: exampels
|
2022-01-25 21:41:40 -05: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 |
|
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
|
d84fc05386
|
feat: plug in bubbling
|
2022-01-03 02:06:42 -05:00 |
|
Jonathan Kelley
|
75fa7b4aa6
|
fix: make tests pass
|
2022-01-03 01:12:39 -05:00 |
|
Jonathan Kelley
|
420a30e5d4
|
feat: overhaul examples and clean things up
|
2022-01-03 00:42:17 -05:00 |
|
Jonathan Kelley
|
cafb7df736
|
docs: remove all usages of static closure syntax and update readme
|
2022-01-02 18:35:38 -05:00 |
|
Jonathan Kelley
|
d1560450ba
|
wip: remove runner on hook and then update docs
|
2022-01-02 02:15:04 -05:00 |
|
Jonathan Kelley
|
4c85bcfdc8
|
awesome: arbitrary expressions excepted without braces
|
2021-12-30 03:14:47 -05:00 |
|
Jonathan Kelley
|
14961023f9
|
wip: polish some more things
|
2021-12-29 21:28:28 -05:00 |
|
Jonathan Kelley
|
3dc0e59876
|
fix: readme and examples syntax
|
2021-12-28 23:48:25 -05:00 |
|
Jonathan Kelley
|
a4f280d163
|
feat: more API updates
|
2021-12-28 23:20:01 -05:00 |
|
Jonathan Kelley
|
b3ac2ee3f7
|
wip: upgrade hooks
|
2021-12-27 15:03:43 -05:00 |
|
Jonathan Kelley
|
c0e0196a67
|
docs: update the docs
|
2021-12-26 14:22:40 -05:00 |
|
Jonathan Kelley
|
c7d001cbb4
|
wip: rip out unsafe task engine
|
2021-12-26 14:22:30 -05:00 |
|
Jonathan Kelley
|
cda759c659
|
examples: upgrade to new version of dioxus core.
also add the inline_props macro
|
2021-12-25 17:18:05 -05:00 |
|
Jonathan Kelley
|
2b928372fb
|
Release dioxus-core v0.1.3, dioxus-core-macro v0.1.2, dioxus-html v0.1.0, dioxus-desktop v0.0.0, dioxus-hooks v0.1.3, dioxus-liveview v0.1.0, dioxus-mobile v0.0.0, dioxus-router v0.1.0, dioxus-ssr v0.1.0, dioxus-web v0.0.0, dioxus v0.1.1
|
2021-12-15 16:07:09 -05:00 |
|
Jonathan Kelley
|
0d480a4c43
|
Release dioxus-core v0.1.3, dioxus-core-macro v0.1.2, dioxus-html v0.1.0, dioxus-desktop v0.0.0, dioxus-hooks v0.1.3, dioxus-liveview v0.1.0, dioxus-mobile v0.0.0, dioxus-router v0.1.0, dioxus-ssr v0.1.0, dioxus-web v0.0.0, dioxus v0.1.0
|
2021-12-15 16:06:15 -05:00 |
|
Jonathan Kelley
|
868f6739d2
|
fix: keyword length
|
2021-12-15 16:06:13 -05:00 |
|
Jonathan Kelley
|
b32665d721
|
Release dioxus-core v0.1.3, dioxus-core-macro v0.1.2, dioxus-html v0.1.0, dioxus-desktop v0.0.0, dioxus-hooks v0.1.3, dioxus-liveview v0.1.0, dioxus-mobile v0.0.0, dioxus-router v0.1.0, dioxus-ssr v0.1.0, dioxus-web v0.0.0, dioxus v0.1.0
|
2021-12-15 16:05:20 -05:00 |
|
Jonathan Kelley
|
a33f7701fc
|
fix: tags
|
2021-12-15 16:05:18 -05:00 |
|
Jonathan Kelley
|
3a706ac416
|
Release dioxus-core v0.1.3, dioxus-core-macro v0.1.2, dioxus-html v0.1.0, dioxus-desktop v0.0.0, dioxus-hooks v0.1.3, dioxus-liveview v0.1.0, dioxus-mobile v0.0.0, dioxus-router v0.1.0, dioxus-ssr v0.1.0, dioxus-web v0.0.0, dioxus v0.1.0
|
2021-12-15 16:04:30 -05:00 |
|
Jonathan Kelley
|
e4c06ce8e8
|
docs: update cargo tomls
|
2021-12-15 16:04:27 -05:00 |
|
Jonathan Kelley
|
4de16c4779
|
docs: update local examples and docs to support new syntaxes
|
2021-12-15 15:56:53 -05:00 |
|
Jonathan Kelley
|
3ddf395772
|
wip: docs
|
2021-12-14 22:59:34 -05:00 |
|
Jonathan Kelley
|
2fd56e7619
|
wip: remove portals completely
|
2021-12-14 21:46:19 -05:00 |
|
Jonathan Kelley
|
8daf7a6ed8
|
wip: go back to noisy lifetime solution
|
2021-12-14 02:27:59 -05:00 |
|