Jonathan Kelley
|
48d6a9acbb
|
Add logging to event checker
|
2024-02-22 13:55:29 -08:00 |
|
Jonathan Kelley
|
2ead6c6074
|
give longer window for events
|
2024-02-22 12:33:58 -08:00 |
|
Jonathan Kelley
|
8f70f8936f
|
wip: consolidate release
|
2024-02-21 19:36:33 -08:00 |
|
Jonathan Kelley
|
37b8fd0135
|
Merge branch 'main' into jk/05-pre
|
2024-02-21 16:15:33 -08:00 |
|
Jonathan Kelley
|
0ae0929691
|
fix: some simple formatting and version numbers
|
2024-02-21 14:32:19 -08:00 |
|
Jonathan Kelley
|
be29c1fdaa
|
chore: move all packages onto workspace versions
|
2024-02-21 14:30:13 -08:00 |
|
Jonathan Kelley
|
36fe5e30cb
|
chore: clean up cargo.tomls to enable releasing
|
2024-02-21 14:16:01 -08:00 |
|
Florian de Gaulejac
|
83cd04fd17
|
Fix name for SVG attribute "type"
|
2024-02-21 15:31:10 +01:00 |
|
Evan Almloff
|
c4a4a31eec
|
Merge branch 'master' into pr/atty303/1948
|
2024-02-19 08:35:31 -06:00 |
|
Evan Almloff
|
6724847685
|
swap out web-time for chrono
|
2024-02-19 08:03:29 -06:00 |
|
Jonathan Kelley
|
ebdb98bff2
|
Make clippy happy, pass tests
|
2024-02-18 21:08:48 -08:00 |
|
Jonathan Kelley
|
d732269b8f
|
backend proxy tests almost work!
|
2024-02-18 09:45:27 -08:00 |
|
Evan Almloff
|
14b4af4bbc
|
fix cargo check all features except the router
|
2024-02-16 16:22:13 -06:00 |
|
Evan Almloff
|
2952578a2e
|
add a streaming example
|
2024-02-16 16:04:12 -06:00 |
|
Evan Almloff
|
31a7d2ac04
|
remove the nightly feature from the server macro crate
|
2024-02-16 15:27:48 -06:00 |
|
Evan Almloff
|
e7d8a25d17
|
get the dioxus CLI compiling
|
2024-02-16 14:55:44 -06:00 |
|
Evan Almloff
|
30af559275
|
add tracing to server function registration
|
2024-02-16 14:19:36 -06:00 |
|
Koji AGAWA
|
1f0e03ca19
|
feat(fullstack): support wasm target
|
2024-02-17 05:12:33 +09:00 |
|
Evan Almloff
|
194d90e66f
|
fix a few CLI errors
|
2024-02-16 12:39:36 -06:00 |
|
Evan Almloff
|
e745212157
|
bump server functions
|
2024-02-16 12:17:01 -06:00 |
|
Evan Almloff
|
6879507652
|
fix a few warnings when checking with all features
|
2024-02-16 09:09:35 -06:00 |
|
Evan Almloff
|
0ef29b7d75
|
reorganize fullstack
|
2024-02-16 09:03:35 -06:00 |
|
Jonathan Kelley
|
2763adb2d3
|
clean up workflow, fix some more axum stuff
|
2024-02-15 19:03:46 -08:00 |
|
Jonathan Kelley
|
64a321eacc
|
Get more axum stuff upgraded to 0.7
|
2024-02-15 18:59:57 -08:00 |
|
Jonathan Kelley
|
214a907adc
|
Upgrade to axum 0.7, drop 3rd party adapters
|
2024-02-15 18:05:30 -08:00 |
|
Jonathan Kelley
|
ea34eee20a
|
Remove ssr eval from fullstack
|
2024-02-14 17:00:12 -08:00 |
|
Jonathan Kelley
|
d1d70995c4
|
Remove eval from incremental
|
2024-02-14 16:51:05 -08:00 |
|
Jonathan Kelley
|
22a5acfcb8
|
Remove SSR evalulator
|
2024-02-14 16:38:05 -08:00 |
|
Jonathan Kelley
|
cbadea022a
|
Eval should never return an error
Only awaiting eval should error.
Eval should always be available, even if using its methods returns errors.
|
2024-02-14 15:13:15 -08:00 |
|
Jonathan Kelley
|
1145ed7534
|
Merge pull request #1933 from ealmloff/restore-rendering-check
Only subscribe scopes to signals when rendering
|
2024-02-14 14:29:08 -08:00 |
|
Jonathan Kelley
|
77c80ea715
|
Merge pull request #1939 from DioxusLabs/jk/examples-overhaul
Add more examples, document examples, add css to most examples
|
2024-02-14 14:28:56 -08:00 |
|
Evan Almloff
|
d1c0e0a5e0
|
comment out the memo tests for now
|
2024-02-14 15:55:19 -06:00 |
|
Jonathan Kelley
|
60b78668ac
|
Merge branch 'master' into jk/examples-overhaul
|
2024-02-14 12:33:27 -08:00 |
|
Jonathan Kelley
|
bdbae8ccb0
|
Update examples, add css
|
2024-02-14 12:33:07 -08:00 |
|
Evan Almloff
|
05a6dda89c
|
fix formatting
|
2024-02-14 12:13:54 -06:00 |
|
Evan Almloff
|
649d264a38
|
fix clippy
|
2024-02-14 12:13:21 -06:00 |
|
Evan Almloff
|
78ef453888
|
simplify memo test failure
|
2024-02-14 11:38:09 -06:00 |
|
Evan Almloff
|
5f8d0f6c40
|
add a third party feature for freya
|
2024-02-14 09:56:29 -06:00 |
|
Evan Almloff
|
f42bc61288
|
warn the user if they try to launch without a renderer selected
|
2024-02-14 09:50:55 -06:00 |
|
Evan Almloff
|
48751d2f98
|
only subscribe scopes to signals when rendering
|
2024-02-14 09:33:22 -06:00 |
|
Evan Almloff
|
476b2ac88a
|
fix client side suspense
|
2024-02-12 08:56:27 -06:00 |
|
Evan Almloff
|
8e007cc137
|
fix the web renderer panicing when the hot reload connection fails
|
2024-02-11 13:35:34 -06:00 |
|
Evan Almloff
|
6c6df1e2fd
|
Merge pull request #1917 from spookyvision/patch-1
fix `HasFileData` for `WebDragData`
|
2024-02-10 14:52:02 -06:00 |
|
Anatol Ulrich
|
a44f5fda2c
|
remove unused element field from WebDragData
|
2024-02-09 22:09:58 +01:00 |
|
Evan Almloff
|
f4651cecb8
|
Merge pull request #1916 from DogeDark/master
Add Prerelease Doc Generation
|
2024-02-09 12:45:59 -06:00 |
|
Evan Almloff
|
162b033c36
|
provide feature hints for the dioxus crate as well
|
2024-02-09 12:23:57 -06:00 |
|
Evan Almloff
|
b4d17abfc1
|
document all features
|
2024-02-09 12:15:59 -06:00 |
|
Anatol Ulrich
|
6ca877eb6d
|
fix HasFileData for WebDragData
|
2024-02-09 12:02:32 +01:00 |
|
Miles Murgaw
|
3c1028c523
|
fix: prerelease doc
|
2024-02-08 17:53:45 -05:00 |
|
Evan Almloff
|
d1ed15c2ac
|
fix autofmt tests
|
2024-02-08 10:13:57 -06:00 |
|