Commit Graph

3097 Commits

Author SHA1 Message Date
Jonathan Kelley 708c030156 stub out shortcuts to make desktop compile 2023-06-20 12:23:21 -04:00
Jonathan Kelley 6e246cc663 Add iOS to CI 2023-06-20 12:06:30 -04:00
Jonathan Kelley d93d11262d bump interpreter version 2023-06-20 11:57:24 -04:00
Jon Kelley bdf66032ca
Merge pull request #1106 from Demonthos/make-registering-server-fn-optional
Make registering server functions optional
2023-06-20 07:50:14 -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
Dirk Stolle 8a16eb4cb3
replace unmaintained actions-rs/* actions in CI workflows (#1099)
Basically all of the `actions-rs/*` actions are unmaintained. See
<https://github.com/actions-rs/toolchain/issues/216> for more
information. Due to their age they generate several warnings in
CI runs.

To get rid of those warnings the occurrences of
`actions-rs/toolchain` are replaced by `dtolnay/rust-toolchain`,
and the occurrences of `actions-rs/cargo` are replaced by direct
invocations of `cargo`.
2023-06-19 12:43:33 -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
Jon Earnshaw d596967b40
Fix typos on Event Handlers page (#1102)
* Fix typo on Event Handlers page

* Fix 2nd typo on Event Handlers page
2023-06-19 08:49:43 -05:00
Tim 96802c27ef
fixed typo in README (#1098) 2023-06-19 08:46:52 -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
Tilman 0f684f0567
Fix typo (#1071) 2023-06-04 08:39:21 -05:00
Jon Kelley b264211cc2
Merge pull request #1066 from Demonthos/update-all-ids
Update All Element Ids
2023-06-03 11:11:03 +02: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
Jonathan Kelley 563a2b0953 Bump interpreter 2023-06-01 22:39:43 +02:00
Jon Kelley 9390820f36
Merge pull request #1055 from Demonthos/fix-hot-reload-svg
Fix hot reloading with namespaces
2023-06-01 21:21:56 +02:00
dependabot[bot] f0f1dc414c
Bump JamesIves/github-pages-deploy-action from 4.4.1 to 4.4.2 (#1052)
Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.4.1 to 4.4.2.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases)
- [Commits](https://github.com/JamesIves/github-pages-deploy-action/compare/v4.4.1...v4.4.2)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-01 13:17:12 -05: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 9db13f5823
Merge pull request #1044 from elliotwaite/docs-fix
Clarify hooks rules to mention early returns
2023-05-29 15:03:09 +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 3166468faa
Merge pull request #1051 from Demonthos/fix-ssr-guide-examples
Fix ssr guide examples
2023-05-29 14:59:32 +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 f963e006c7 fix clippy 2023-05-28 21:23:43 -05:00
Evan Almloff 151a0ac34b fix ssr guide examples 2023-05-28 21:22:39 -05: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 4611df014e Add notes to `CONTRIBUTING.md`. 2023-05-29 13:13:55 +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
elliotwaite 47f508fd2d Clarify hooks rules to mention early returns 2023-05-24 15:30:39 -07:00
Jon Kelley 7c6a7f64cb
Merge pull request #976 from Demonthos/fix-links-liveview 2023-05-24 20:04:39 +02: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
Jon Kelley b476c6e8a7
Merge pull request #1035 from serzhiio/master 2023-05-21 13:19:46 +02:00