Commit graph

883 commits

Author SHA1 Message Date
Jonathan Kelley
255f58af63 fix: ssr respects bool attrs 2022-01-10 01:32:32 -05:00
Jonathan Kelley
f4132d1874
Merge pull request #108 from DioxusLabs/jk/fstring-component-fields
Fix: string formatting detection in component fields
2022-01-10 01:20:58 -05:00
Jonathan Kelley
90abd9c9a0 fix: detection of f-string formatting in components 2022-01-10 01:20:03 -05:00
Jonathan Kelley
29bf424b09
Merge pull request #101 from alexkirsz/ci
CI: Enable clippy
2022-01-08 20:28:10 -05:00
Jonathan Kelley
5b882ac409
Merge pull request #103 from mrxiaozhuox/boolattrs-limit-type
Boolattrs limit type
2022-01-08 13:40:37 -05:00
YuKun Liu
92561612c7 fix: format code 2022-01-09 02:25:11 +08:00
Alexandre Kirszenberg
bc0d9ccab4 Remove duplicate libappindicator3 2022-01-08 19:05:11 +01:00
YuKun Liu
8f4aa84f1a feat: bool attr white list 2022-01-09 02:02:23 +08:00
Jonathan Kelley
6c0cb99bbe
Merge pull request #102 from alexkirsz/ci-macos
CI: Test on macOS
2022-01-08 12:15:03 -05:00
Alexandre Kirszenberg
49986c89d7 Test on macOS 2022-01-08 17:21:00 +01:00
Alexandre Kirszenberg
b6903bf558 Enable clippy 2022-01-08 16:35:26 +01:00
Jonathan Kelley
4f1894ff5c
Merge pull request #100 from DioxusLabs/jk/release
Jk/release
2022-01-08 02:33:52 -05:00
Jonathan Kelley
b38f796aa3 Release dioxus v0.1.7 2022-01-08 02:32:29 -05:00
Jonathan Kelley
0d1a9eb460 release: add version for router 2022-01-08 02:32:26 -05: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
cd0dcacaf2 Release dioxus-desktop v0.1.5 2022-01-08 02:30:03 -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
16d73b240f Release dioxus-core v0.1.7 2022-01-08 02:27:48 -05:00
Jonathan Kelley
db0a5bd6ec Release dioxus-core-macro v0.1.6 2022-01-08 02:26:29 -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
2548e9bffb
Merge pull request #99 from DioxusLabs/jk/boolattrs
feat: handle bool attrs properly
2022-01-08 02:16:21 -05:00
Jonathan Kelley
21232285d9 fix: add exclusion list 2022-01-08 02:14:05 -05:00
Jonathan Kelley
3d90a2616d feat: add disabled example 2022-01-08 02:10:47 -05:00
Jonathan Kelley
8d685f40b7 feat: handle bool attrs properly 2022-01-08 02:09:02 -05:00
Jonathan Kelley
14da441c7b ci: fix with apt-get update 2022-01-07 22:21:49 -05:00
Jonathan Kelley
43a368c8bd chore: remove unused import in example 2022-01-07 22:13:05 -05:00
Jonathan Kelley
d5b05d640b docs: add more doc 2022-01-07 21:56:44 -05:00
Jonathan Kelley
9dff700c22 feat: enable prevent_default everywhere 2022-01-07 21:56:12 -05:00
Jonathan Kelley
cd5242bfc4 example: remove unncessary cfg 2022-01-07 12:14:38 -05:00
Jonathan Kelley
d11f322f55 docs: add title to doc comment 2022-01-07 12:12:33 -05:00
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