Jonathan Kelley
|
44c0eb66c5
|
Update dependabot.yml
|
2023-07-10 10:26:21 -07:00 |
|
Kaid
|
e39d8708fa
|
Changed directory to webkitdirectory in bool_attrs definitions.
|
2023-07-10 17:19:11 +08:00 |
|
Jonathan Kelley
|
37f9f38187
|
Merge pull request #1170 from DioxusLabs/jk/move-vscode-extension
Extract the vscode extension into its own module with wasm
|
2023-07-08 20:43:34 -07:00 |
|
Jonathan Kelley
|
e235683242
|
Bump version and make clippy happy
|
2023-07-08 19:44:33 -07:00 |
|
Jonathan Kelley
|
c6a5061615
|
bump version
|
2023-07-08 19:36:54 -07:00 |
|
Jonathan Kelley
|
d1697642bc
|
Update docs on extension
|
2023-07-08 19:36:02 -07:00 |
|
Jonathan Kelley
|
f9267fb71f
|
dont add wasm bindgen to cargo
|
2023-07-08 19:28:47 -07:00 |
|
Jonathan Kelley
|
8d27bb6236
|
don't add wasmbindgen
|
2023-07-08 19:28:39 -07:00 |
|
Jonathan Kelley
|
e96fd1ce57
|
Add a little bit of docs and change activation event
|
2023-07-08 19:27:25 -07:00 |
|
Jonathan Kelley
|
b5312732ba
|
Get wasm loading in extension
|
2023-07-08 18:53:43 -07:00 |
|
Jonathan Kelley
|
f59cacb2a0
|
Get wasm bundling working
|
2023-07-08 14:24:01 -07:00 |
|
Evan Almloff
|
73a45fb113
|
fix incremental router cache
|
2023-07-08 12:22:54 -07:00 |
|
Evan Almloff
|
d94316f7dd
|
fix formatting
|
2023-07-08 11:03:16 -07:00 |
|
Evan Almloff
|
6a3198ef85
|
cargo fix axum
|
2023-07-08 10:58:04 -07:00 |
|
Evan Almloff
|
1e5c57dd16
|
cargo fix
|
2023-07-08 10:57:44 -07:00 |
|
Evan Almloff
|
7c2bf4c5ed
|
fix formatting
|
2023-07-08 10:56:10 -07:00 |
|
Evan Almloff
|
fd98b51dfe
|
fix auth example
|
2023-07-08 10:42:15 -07:00 |
|
Evan Almloff
|
27b0c2683b
|
create auth example
|
2023-07-08 10:37:28 -07:00 |
|
Evan Almloff
|
453d087ed6
|
fix prop serialization
|
2023-07-08 09:13:24 -07:00 |
|
Marc Espín
|
32d4472bfd
|
fix: Remove duplicated doc links and improved some descriptions (#1167)
|
2023-07-08 11:04:27 -05:00 |
|
Evan Almloff
|
f0d1346652
|
remove unsafe from fullstack and ssr
|
2023-07-07 19:15:25 -07:00 |
|
Evan Almloff
|
206ab4cdb2
|
fix formatting
|
2023-07-07 19:05:15 -07:00 |
|
Evan Almloff
|
576bc61855
|
fix playwrite tests
|
2023-07-07 19:03:25 -07:00 |
|
Evan Almloff
|
aa26c086de
|
fix clippy
|
2023-07-07 18:41:22 -07:00 |
|
Evan Almloff
|
41f9c480c8
|
remove old references to server context
|
2023-07-07 18:39:18 -07:00 |
|
Jon Kelley
|
a4b4252a5a
|
Merge pull request #1166 from DioxusLabs/jk/alias-dioxus-cli
Feat: add `dx` as a package and move plugin to feature
|
2023-07-07 18:38:19 -07:00 |
|
Evan Almloff
|
fb042df2fb
|
fix cargo.toml
|
2023-07-07 18:33:21 -07:00 |
|
Evan Almloff
|
05fb8c1e91
|
Merge branch 'master' into router-typesafe
|
2023-07-07 18:31:48 -07:00 |
|
Jonathan Kelley
|
9fe7dc9b91
|
clippy
|
2023-07-07 18:28:07 -07:00 |
|
Evan Almloff
|
14883bb711
|
add server function middleware
|
2023-07-07 18:25:45 -07:00 |
|
Jon Kelley
|
7823d5ce5a
|
Merge pull request #1165 from DogeDark/patch-1
fix: readme awesome link
|
2023-07-07 18:22:00 -07:00 |
|
Jonathan Kelley
|
3f74b10e7c
|
Feat: add dx as a package and move plugin to feature
|
2023-07-07 18:17:42 -07:00 |
|
Miles Murgaw
|
a8a8188e7b
|
fix: readme awesome link
|
2023-07-07 21:15:13 -04:00 |
|
Jon Kelley
|
7eeb72b929
|
Merge pull request #1162 from DioxusLabs/jk/use-linear-scans
Use linear scans when searching for contexts
|
2023-07-07 13:51:25 -07:00 |
|
Jonathan Kelley
|
1489492ec4
|
Reuse existing slots in provide context
|
2023-07-07 12:18:15 -07:00 |
|
Jonathan Kelley
|
3a1b22aec2
|
Use linear scans on contexts
|
2023-07-07 12:04:09 -07:00 |
|
Evan Almloff
|
c49c75cb60
|
remove props compression
|
2023-07-07 11:08:27 -07:00 |
|
Evan Almloff
|
7597068af6
|
integrate extractors with the macro
|
2023-07-07 11:03:59 -07:00 |
|
Jon Kelley
|
388fb30ed3
|
Merge pull request #1160 from DioxusLabs/jk/remove-bumpslab-for-hooks
|
2023-07-06 18:34:18 -07:00 |
|
Evan Almloff
|
4f6e6a7c0d
|
add extractors to server-fn
|
2023-07-06 17:54:05 -07:00 |
|
Jonathan Kelley
|
47513e8b9e
|
Use boxes instead of bumpslab for hooks
|
2023-07-06 12:43:04 -07:00 |
|
Evan Almloff
|
523be82965
|
fix clippy
|
2023-07-06 12:14:40 -07:00 |
|
Evan Almloff
|
1110026d54
|
allow nested routers
|
2023-07-06 11:52:17 -07:00 |
|
Jon Kelley
|
911d1b4b2f
|
Merge pull request #1146 from traxys/master
Add a helper macro for properties & async
|
2023-07-06 11:34:34 -07:00 |
|
Evan Almloff
|
e883e8d0dd
|
fix static generation example compiling
|
2023-07-06 11:24:52 -07:00 |
|
Jon Kelley
|
747c03938a
|
Merge pull request #1150 from terhechte/feat/window_close_behaviour
Window Close Behaviour
|
2023-07-06 10:58:03 -07:00 |
|
Jonathan Kelley
|
4abf996b86
|
fix clippy hinting around trait
|
2023-07-06 10:57:52 -07:00 |
|
Evan Almloff
|
b7ea3580c2
|
add static generation hydrated example
|
2023-07-06 10:52:09 -07:00 |
|
Jonathan Kelley
|
d56fabfe9a
|
Merge branch 'master' into feat/window_close_behaviour
|
2023-07-06 10:50:27 -07:00 |
|
marc2332
|
1f3f72edc3
|
updated
|
2023-07-06 17:23:37 +02:00 |
|