Commit graph

3119 commits

Author SHA1 Message Date
Evan Almloff
6afd764aa4 Merge branch 'upstream' into fix-ssr-raw-attributes 2023-04-12 09:11:25 -05:00
Evan Almloff
bc014f7107 Merge branch 'upstream' into disable-browser-shortcuts 2023-04-12 09:09:36 -05:00
Jon Kelley
071f81efbc
Merge pull request #953 from Demonthos/fix-native-core-dependancies-in-different-directions
Fix native core dependencies in a different direction than the pass direction
2023-04-11 14:32:35 -07:00
Jon Kelley
266f28f547
Merge pull request #954 from Demonthos/fix-linux-CI
Fix Linux Wry dependencies
2023-04-11 14:15:03 -07:00
Adrian Wannenmacher
e24526dab3
add tests for the link component 2023-04-11 22:07:00 +02:00
Adrian Wannenmacher
18c7f9c056
reimplement link click event handler prop 2023-04-11 20:38:39 +02:00
Adrian Wannenmacher
0b7384ddf2
document why matching route doctest is ignored 2023-04-11 19:58:28 +02:00
Adrian Wannenmacher
00174d4f46
switch router to async-lock 2023-04-11 19:58:07 +02:00
Adrian Wannenmacher
231e32d76e
merge upstream changes 2023-04-11 19:21:48 +02:00
Evan Almloff
6653d48614 fix clippy lint in desktop 2023-04-11 11:34:33 -05:00
Evan Almloff
4a9ebe78d7 fix Linux CI dependancies 2023-04-11 11:22:36 -05:00
Evan Almloff
d29514968f fix native core dependancies in a different direction than the pass direction 2023-04-10 11:12:54 -05:00
Evan Almloff
d005f3481f fix non-bubbling event propagation 2023-04-10 09:45:16 -05:00
Jonathan Kelley
9571adea30 add counter example 2023-04-09 13:42:40 -07:00
Jon Kelley
7c9295af38
Merge pull request #920 from Demonthos/fix-cfg-docs
Update docs for the web cfg cache option
2023-04-07 16:08:16 -07:00
Jon Kelley
ec99df9376
Merge pull request #936 from ProfXwing/master
Add web context back and ensure it isn't dropped prematurely.
2023-04-07 12:50:41 -07:00
Jon Kelley
d4b2ff47db
Merge pull request #942 from Demonthos/dangerous-inner-html-ssr 2023-04-07 10:21:21 -07:00
Evan Almloff
fe75138e42 fix dangerous_inner_html with SSR 2023-04-07 09:35:32 -05:00
Evan Almloff
37dcbbf758 disable browser shortcut keys on windows 2023-04-06 11:29:53 -05:00
Evan Almloff
f1f7517b88 Fix form events with select multiple 2023-04-06 11:11:08 -05:00
Andrew Collins
073c4140d9 added web context back and updated wry to latest 2023-04-05 22:09:17 -04:00
Jon Kelley
61d100e1f8
Merge pull request #935 from DioxusLabs/jk/fix-wry-segfault
Hotfix wry segfaulting by commenting out webcontext
2023-04-05 13:28:23 -07:00
Jon Kelley
f0acf94b85
Merge pull request #903 from Demonthos/fix-non-bubbling-listener-hydration
Fix non-bubbling listener hydration
2023-04-05 13:07:41 -07:00
Jon Kelley
9c7b6d7ed0
Merge pull request #927 from Demonthos/more-resilient-key-deserialization
More resilient keyboard event deserialization
2023-04-05 13:07:23 -07:00
Jon Kelley
7019c1f133
Merge pull request #934 from Demonthos/fix-blitz-segfault
Always update root node refs
2023-04-05 13:07:08 -07:00
Jonathan Kelley
44c1e2e033 clippy 2023-04-05 13:06:25 -07:00
Jonathan Kelley
dc0df321b1 Fix wry segfaulting by commenting out webcontext 2023-04-05 13:00:27 -07:00
Evan Almloff
297c9a822e always update root id node refs 2023-04-05 12:34:17 -05:00
Evan Almloff
2ca5ff96df Merge branch 'upstream' into query-system 2023-04-04 17:36:27 -05:00
Antonio Curavalea
c2dd963d86
doc: fermi: add counter example to readme (#931)
* doc: add counter example to readme

* doc: fermi: revert use_read
2023-04-03 21:12:52 -05:00
Evan Almloff
219af51526 fix cargo check 2023-04-03 17:39:09 -05:00
Evan Almloff
4c22d5809e add fullstack section to the getting started guide 2023-04-03 16:06:23 -05:00
Evan Almloff
53c8585107 Add dixous-server README 2023-04-03 13:58:54 -05:00
Evan Almloff
0e445c9f59 add desktop server functions example 2023-04-03 13:34:34 -05:00
Evan Almloff
7ae45272d1 fix some doc links in dioxus-server 2023-04-03 13:20:38 -05:00
Evan Almloff
f1c31d6cc3 mark examples as don't publish 2023-04-03 13:09:34 -05:00
Evan Almloff
830dd6fa97 use git version of server functions 2023-04-03 13:09:25 -05:00
Evan Almloff
10a1c46a49 make server crate example more compelling 2023-04-03 12:45:01 -05:00
Evan Almloff
b8ca41bd92 document warp adapter 2023-04-03 12:15:59 -05:00
Evan Almloff
556e4f374b Document salvo adapter 2023-04-03 11:59:40 -05:00
Evan Almloff
9d5d647378 document axum adapter 2023-04-03 08:09:30 -05:00
Evan Almloff
d05c85db31 Document common items 2023-04-03 08:09:22 -05:00
Ivan Tham
3aa7349db7
Add more features to todomvc (#928)
- toggle-all button
- double click modify todo item
- filter state show mouse pointer
- individual todo item remove button
- correct active item count
2023-04-02 20:03:33 -05:00
Evan Almloff
987a0d5532 fix salvo serving static files 2023-04-02 18:13:27 -05:00
Evan Almloff
7214130c40 hot reloading intigration 2023-04-02 17:45:28 -05:00
Evan Almloff
9877dd7ed8 parse and inject pre rendered content to work with trunk 2023-04-02 16:18:15 -05:00
Evan Almloff
f96425e425 collect templates for hot reloading 2023-04-02 15:07:51 -05:00
Evan Almloff
e1bb6cc750 Merge branch 'upstream' into server-fn 2023-04-02 07:11:07 -05:00
Evan Almloff
1cc4260f70 more resilient keyboard event deserialization 2023-04-01 20:15:10 -05:00
Evan Almloff
6a51f8998d simplify server package features 2023-04-01 17:05:44 -05:00