Miles Murgaw
2ef62a9160
fix: rustfmt
2023-06-30 10:50:09 -04:00
Miles Murgaw
2c8c601579
fix: clippy
2023-06-30 10:48:38 -04:00
Miles Murgaw
4ab8519af6
replace: broken test with working test
2023-06-30 10:13:46 -04:00
Marc Espín
f4e1d78d7a
fix(docs): Fix dioxus-hooks crate description ( #1134 )
2023-06-29 10:27:54 -05:00
Marc Espín
20c088b990
fix: Remove conflicting rustfmt config for cli ( #1135 )
2023-06-29 10:17:10 -05:00
Jonathan Kelley
ec0fce3aef
Update install location for CLI
2023-06-28 17:39:03 -07:00
Jonathan Kelley
4b1cc4eb92
Merge remote-tracking branch 'cli/master' into jk/add-cli-to-mainline
2023-06-28 17:22:36 -07:00
Jonathan Kelley
a9d7b4d32a
Prepare CLI for move into mainline
2023-06-28 17:21:23 -07:00
xinglixing
fb227943ae
Fix: bump liveview salvo version to 0.44.1. ( #1224 ) ( #1130 )
2023-06-28 14:10:18 -05:00
Jon Kelley
90f80e4dc2
Fix cargo doc
by using a fixed variant of interprocess ( #1129 )
...
* fix docs compilation
* dont change random codeblock
2023-06-27 19:40:41 -05:00
Jon Kelley
07dd9c275f
Merge pull request #1060 from Demonthos/fix-macos-hot-reloading
...
Fix restarting MacOs hot reloading after a forced exit
2023-06-27 15:32:46 -07:00
Jon Kelley
dfa4d8d989
Merge pull request #1105 from Demonthos/workspace-dependancies
...
Workspace Dependancies
2023-06-27 10:17:12 -07:00
Jason Schein
eb631f4077
Update fermi badge links. ( #1109 )
2023-06-26 19:29:49 -05:00
Evan Almloff
1e5c220736
expose wry background color option
2023-06-24 10:25:24 -07:00
Marc Espín
a3654fd0b8
Update use_shared_state.rs
2023-06-20 19:13:34 +02:00
Jonathan Kelley
d93d11262d
bump interpreter version
2023-06-20 11:57:24 -04:00
Evan Almloff
da44b7a3f2
fix salvo server function handler example
2023-06-19 16:11:59 -05:00
Evan Almloff
158852e5a0
make regestering server functions optional
2023-06-19 16:08:46 -05:00
Evan Almloff
c39f55920c
fix CI tests
2023-06-19 14:57:58 -05:00
Evan Almloff
5f873511c5
use workspace dependancies
2023-06-19 14:29:11 -05:00
James Fletcher
6e5fbcff63
Increase the number of tokio channels for the query engine from 8 to 1000. ( #1095 )
2023-06-19 09:26:02 -05:00
Nick Mosher
b48cfe5730
fix: Remove dbg that was causing TUI rendering problems ( #1085 )
2023-06-19 08:29:29 -05:00
Jonathan Kelley
f63220019d
bump liveview version
2023-06-08 15:08:40 +00:00
Jon Kelley
d34c2e395f
Merge pull request #1065 from Demonthos/fix-events-on-placeholders
...
Fix panic when events trigger on placeholders
2023-06-08 14:52:18 +00:00
Jon Kelley
5b0b23f96b
Merge pull request #1062 from Demonthos/fix-raw-strings-autofmt
...
Fix autoformatting raw strings
2023-06-08 14:51:13 +00:00
Miles Murgaw
0fec47db72
Fix liveview interpreter JS ( #1073 )
...
* fix: liveview interpreter js
* fix: rustfmt
2023-06-04 21:34:43 -05:00
Miles Murgaw
510c242883
fix: move bool_attrs to common.js ( #1072 )
2023-06-04 14:15:46 -05:00
Miles Murgaw
d09c92beda
Add initial_value attribute & fix static special attribute handling ( #1063 )
...
* feat & fix: initial_value attribute, special attribute handling
* revision: rename js file
* fix: rustfmt
* fix: clippy
* fix: desktop not finding common.js
* fix: desktop failing to render
Missed a single ``this.SetAttributeInner`` as it was now ``setAttributeInner``
Javascript didn't even throw any errors about this smh
* revision: no need for match statement
2023-06-04 11:29:34 -05:00
Evan Almloff
db44721c3d
update all element ids
2023-06-02 14:23:16 -05:00
Evan Almloff
9d5f115e30
fix events triggering on placeholders causing panics
2023-06-02 14:21:49 -05:00
Evan Almloff
d9e0b9a918
fix autoformatting raw strings
2023-06-02 12:03:56 -05:00
Evan Almloff
60abafb381
fix macos hot reloading on forced exit
2023-06-02 10:30:40 -05:00
Jonathan Kelley
563a2b0953
Bump interpreter
2023-06-01 22:39:43 +02:00
Evan Almloff
382d5cb8c5
fix hot reloading with namespaces
2023-05-30 10:32:17 -05:00
Jon Kelley
7e96475951
Merge pull request #895 from Demonthos/inline-custom-elements
...
Allow raw elements if they include a dash
2023-05-29 15:05:19 +02:00
Jon Kelley
eee62f6d23
Merge pull request #1047 from serzhiio/master
...
Added `.with_mut_silent()` fn
2023-05-29 15:02:38 +02:00
Jon Kelley
fe6146f813
Merge pull request #1049 from azriel91/maintenance/1048/address-security-advisories
...
Adjust `chrono` features to address security advisory.
2023-05-29 15:01:22 +02:00
Jon Kelley
b963452e4a
Merge pull request #1050 from DioxusLabs/remove-ctrl-r-shortcut
...
Revert Control R Shortcut
2023-05-29 15:00:20 +02:00
Jon Kelley
8b3d941119
Merge pull request #1043 from indiv0/wip/npekin/rustls
...
impr: Add ability to build with rustls in place of native-tls
2023-05-29 14:57:14 +02:00
Jon Kelley
9e4d32a9c2
Merge pull request #1039 from Demonthos/fix-url-encoded-assets
...
Fix URL encoded desktop assets
2023-05-29 14:56:35 +02:00
Evan Almloff
0684f738b4
revert control r shortcut
2023-05-28 20:54:00 -05:00
Azriel Hoh
23dcd0657c
Update env-logger
to 0.10.0
.
2023-05-29 13:19:08 +12:00
Azriel Hoh
c7321a0389
Don't depend on "oldtime"
feature in chrono
which produces security advisory.
2023-05-29 13:14:05 +12:00
Azriel Hoh
52742b30ae
Update pretty_env_logger
to address security advisory.
2023-05-29 12:20:33 +12:00
serzhiio
0439072a45
upd
2023-05-28 20:24:39 +04:00
serzhiio
0df6a8f2ac
Added .with_mut_silent()
fn
2023-05-28 20:09:09 +04:00
Nikita Pekin
71888f484e
add default-tls and rustls features
2023-05-24 18:11:17 +02:00
Evan Almloff
553205dc74
Merge branch 'master' into fix-links-liveview
2023-05-24 07:38:04 -05:00
Evan Almloff
77275d40c1
Merge branch 'master' into fix-links-liveview
2023-05-24 07:36:16 -05:00
Evan Almloff
e03e0647ee
fix url encoded desktop assets
2023-05-23 09:09:05 -05:00