Commit graph

2693 commits

Author SHA1 Message Date
Evan Almloff
90b4dd806e update docs example 2023-03-02 11:57:58 -06:00
Evan Almloff
d238481936 reduce indirection and remove some unnecessary methods 2023-03-02 11:54:21 -06:00
Evan Almloff
f5c058a2eb make use_shared_state usable in static futures 2023-03-02 11:42:02 -06:00
Jon Kelley
49c5a5043a
Merge pull request #853 from Demonthos/fix-provide-context-docs
Fix the provide context docs
2023-02-27 15:04:49 -08:00
Evan Almloff
2c0eb303f6 fix the provide context docs 2023-02-27 15:05:49 -06:00
Jon Kelley
264f04fc30
Merge pull request #845 from davidpdrsn/fix-typos
Fix typos in live view examples for axum and salvo
2023-02-24 14:12:51 -08:00
David Pedersen
bf3f7ec490 Fix typos in examples 2023-02-24 22:41:16 +01:00
Jon Kelley
74b8f6165d
Merge pull request #842 from Demonthos/linux-hot-reloading-fix 2023-02-24 13:33:25 -08:00
Jon Kelley
7e7829f34d
Merge pull request #841 from flisky/master
0.2 -> 0.3 migration changes
2023-02-24 13:12:37 -08:00
Evan Almloff
2c629f6d13 use namespaced path instead of local path 2023-02-23 12:05:17 -06:00
Yin Jifeng
fdd71c11fe chore: export AtomId 2023-02-23 16:39:59 +08:00
Yin Jifeng
62d30bc254 chore: reimplement usefuture::state 2023-02-23 16:39:50 +08:00
Jonathan Kelley
f664ce8fe0 Merge branch 'master' of github.com:DioxusLabs/dioxus 2023-02-22 13:06:41 -08:00
Jonathan Kelley
018a6e7578 bump dioxus, html, and hot-reload 2023-02-22 13:06:33 -08:00
Jonathan Kelley
b27db17f76 bump hot-reload 2023-02-22 12:55:54 -08:00
Jon Kelley
133e2b4d05
Merge pull request #840 from mirkootter/master 2023-02-22 12:40:06 -08:00
Jonathan Kelley
ab0023129d bump rsx 2023-02-22 12:22:45 -08:00
Jonathan Kelley
67fd94299a bump native core 2023-02-22 12:21:28 -08:00
Jonathan Kelley
ad70b46776 bump native core macro 2023-02-22 12:16:35 -08:00
Jon Kelley
34e9ab531a
Merge pull request #839 from Demonthos/hot-reloading-resilient
[Hot reloading] Collect non-fatal errors when searching for files
2023-02-22 11:50:16 -08:00
Jan-Mirko Otter
9ac8210196 PartialEq for UseState/UseCoroutine 2023-02-22 20:26:21 +01:00
Evan Almloff
c012855659 collect non-fatal errors in hot reloading 2023-02-22 09:18:12 -06:00
Jon Kelley
d40720391a
Merge pull request #830 from Demonthos/fix-doc-links 2023-02-18 16:48:22 -08:00
Evan Almloff
a51f67c2ec add version to docs links in readmes 2023-02-18 18:38:30 -06:00
Jon Kelley
4f0f2484fd
Merge pull request #774 from Demonthos/update-doc-links
Update guide doc links
2023-02-17 11:53:15 -08:00
Jonathan Kelley
084aff8f31 dont build reference 2023-02-16 15:20:18 -08:00
Jonathan Kelley
6090dc063a fix path 2023-02-16 15:03:52 -08:00
Jonathan Kelley
2075ff3039 add more builds to docs 2023-02-16 14:57:32 -08:00
Jonathan Kelley
f420c6f333 bump web and interpreter 2023-02-16 13:42:49 -08:00
Jonathan Kelley
33397b290d bump core 2023-02-16 12:13:27 -08:00
Jon Kelley
7d37dc39d5
Merge pull request #829 from Demonthos/fix-pre-tag-ssr 2023-02-14 11:36:02 -08:00
Jon Kelley
8c5dd33729
Merge pull request #828 from Demonthos/ssr-escape-text 2023-02-14 11:35:49 -08:00
Evan Almloff
4bf655851b fix pre tag typo 2023-02-14 09:56:39 -06:00
Evan Almloff
c84003de98 update tests to escape text 2023-02-14 09:06:59 -06:00
Evan Almloff
c9f9b8b0fa escape text in ssr 2023-02-14 08:44:01 -06:00
Jon Kelley
1aaff40bcd
Merge pull request #827 from Demonthos/fix-bfs-ordering 2023-02-13 09:36:23 -08:00
Evan Almloff
f652ac5e13 improve sorting test 2023-02-12 17:36:00 -06:00
Evan Almloff
abd6132c03 fix bfs ordering 2023-02-12 17:11:32 -06:00
Jon Kelley
bea16f151f
Merge pull request #825 from Demonthos/skip-excluded-files-intitial-read-hot-reload
Hot reloading: filter initial read of files by excluded files
2023-02-09 15:05:40 -08:00
Evan Almloff
32dc68c539 hot reloading: filter intial read of files by excluded dirs 2023-02-09 16:37:12 -06:00
Jon Kelley
ede0ef037a
Merge pull request #824 from Demonthos/fix-diffing-lists-of-fragment-components
Fix keyed diffing with fragment node children
2023-02-09 10:25:59 -08:00
Jon Kelley
29ff2f6c04
Merge pull request #823 from Demonthos/fix-interpreter-dyn-text-node
Fix text dynamic node not assigning id
2023-02-09 10:25:41 -08:00
Evan Almloff
6bea6f6385 fix text dynamic node not assigning id 2023-02-09 09:14:07 -06:00
Evan Almloff
362aadb021 sum nodes pushed instead of counting them 2023-02-09 09:03:35 -06:00
Jonathan Kelley
a6c13c8ad0 Move event return to HTML crate 2023-02-08 15:51:28 -08:00
Jon Kelley
ffb2b6f4de
Merge pull request #820 from Demonthos/don't-run-miri-on-drafts
Don't run miri workflow on draft PRs
2023-02-07 22:04:45 -08:00
Evan Almloff
78f45b1518 don't run miri workflow on draft PRs 2023-02-07 21:12:34 -06:00
Jon Kelley
ac5fb44201
Merge pull request #819 from Demonthos/fix-release-build-warnings
Fix release build warnings
2023-02-07 09:11:46 -08:00
Jon Kelley
a1fac25dc6
Merge pull request #818 from Demonthos/fix-hot-reloading-cfg
Fix conditional compilation for hot reloading
2023-02-07 09:11:25 -08:00
Jon Kelley
f6ae6ffd5f
Merge pull request #817 from Demonthos/fix-tui-widgets-link
Fix the tui widgets example link
2023-02-07 09:11:14 -08:00