Commit graph

5066 commits

Author SHA1 Message Date
Dangerise
2eec2bc673 add rustfmt support 2024-02-05 21:51:49 +08:00
Jonathan Kelley
a3d6e9d07a
fix hotreload cfg on release builds 2024-02-02 16:17:52 -08:00
Jonathan Kelley
dc5e4e3738
Merge pull request #1881 from DioxusLabs/fix-routable-macro-docs
Fix typo in Routable macro docs
2024-01-30 16:00:03 -08:00
ealmloff
d5c17af13c
Merge pull request #1882 from Andrew15-5/refactor-crateconfig-struct
Converted `out_dir` and `asset_dir` fields to methods in `CrateConfig` (cli-config refactor)
2024-01-30 16:24:14 -06:00
Andrew Voynov
48957b11d8
refactor(cli-config): modified CrateConfig struct
`out_dir` and `asset_dir` are now methods, because they derive from
`crate_dir` and `dioxus_config`.
2024-01-30 23:23:00 +03:00
ealmloff
1e013a7f24
fix the layout docs as well 2024-01-30 12:12:48 -06:00
ealmloff
87eb9744e0
fix a tiny typo in the Routable macro docs: the route attribute only takes 2 parameters, not three 2024-01-30 12:04:31 -06:00
ealmloff
c518c91c4c
Merge pull request #1880 from Andrew15-5/improve-cli-errors
refactor(cli): added multiple nested errors support
2024-01-30 09:59:00 -06:00
Andrew Voynov
c22014571e
refactor(cli): added multiple nested errors support
Before the top-level error message would print the dependent error
message. Now multiple nested errors can be shown (with anyhow context).
2024-01-30 18:09:21 +03:00
ealmloff
fa933e35ab
Merge pull request #1877 from mrxiaozhuox/master
CLI: Fixed repeat build error info and upgrade some crates
2024-01-28 15:14:22 -06:00
YuKun Liu
37e5f53f9e
Merge branch 'master' into master 2024-01-28 11:57:38 -08:00
YuKun Liu
492f49700a fix: cargo fmt 2024-01-28 11:52:42 -08:00
YuKun Liu
a0508861bc fix: upgrade crates & fixed repeat build error 2024-01-28 11:51:02 -08:00
ealmloff
df74e4c2fc
Merge pull request #1874 from marc2332/feat/reduce-cli-deps
feat: Reduce cli deps
2024-01-27 20:22:22 -06:00
ealmloff
8b66a7c47c
Merge pull request #1873 from Andrew15-5/bump-cargo-generate-to-0.19
Removed 1 CLI dependency by updating `cargo-generate`
2024-01-27 20:07:37 -06:00
ealmloff
d83a6d683f
use the workspace version of futures utils 2024-01-27 20:07:16 -06:00
marc2332
63b82b279b
ok 2024-01-27 22:29:28 +01:00
marc2332
fad0607667
feat: Reduce CLI deps 2024-01-27 22:27:23 +01:00
Andrew Voynov
f7041b118d
chore(deps): bump cargo-generate from 0.18 to 0.19
When building the `dx` CLI there is 1 less dependency (from 710 to 709).
2024-01-27 21:52:52 +03:00
ealmloff
b7b5f5c009
Merge pull request #1868 from tirithen/linux-webview-new-gtk
fix: initialize linux wry webview
2024-01-25 17:29:26 -06:00
Evan Almloff
f98a9adad2 fix duplicate window menu in the default menubar 2024-01-25 17:23:06 -06:00
Fredrik Söderström
47d15fc8a1 fix: initialize linux wry webview
In the wry 0.32 examples the linux webviews are initialized in a
different way to render properly using
tao::platform::unix::WindowExtUnix. Tested with Gnome 45.3 and Wayland.
2024-01-25 21:28:39 +01:00
Jonathan Kelley
b1921cf17d
Merge pull request #1863 from egegungordu/is-composing-support
Add `isComposing` support
2024-01-23 16:25:12 -08:00
Ege Gungordu
8887d674ed add is_composing check to desktop headless tests 2024-01-23 18:33:28 +03:00
Ege Gungordu
d3ded8c677 add isComposing support of KeyboardEvent 2024-01-23 18:31:14 +03:00
ealmloff
20241d8f20
Merge pull request #1858 from egegungordu/attr-diff-loop-fix
Fix attribute diff infinite loop
2024-01-22 07:53:25 -06:00
Ege Gungordu
43fe17d9c5 fix attribute diffs causing infinite loops with test 2024-01-22 01:19:37 +03:00
ealmloff
1f9a43a3b9
Merge pull request #1854 from JryChn/master
docs: move Chinese README to translate directory and update translate
2024-01-21 15:47:08 -06:00
Ege Gungordu
6111bdfdf0 add attribute diff test 2024-01-21 18:29:29 +03:00
Ege Gungordu
7aa3f21954 fix attribute diff infinite loop (#1843) 2024-01-21 18:26:48 +03:00
ealmloff
e91fc5490f
Merge pull request #1855 from egegungordu/hot-reload-release-conflict
Mark hot-reload flag incompatible with release
2024-01-20 20:30:36 -06:00
Ege Gungordu
91e378fc5e mark hot-reload flag incompatible with release 2024-01-20 20:49:45 +03:00
Jeremy Chen
9e4f3456c0 docs: move Chinese README to translate directory and update some translate issues. 2024-01-21 00:44:18 +08:00
ealmloff
16c59b8e0b
Merge pull request #1851 from mirkootter/launchcfg-specify-rootelem
dioxus-web: Add `Config::rootelement`
2024-01-20 08:33:01 -06:00
Jan-Mirko Otter
baf505e330
dioxus-web: Add Config::rootelement 2024-01-19 23:35:18 +01:00
ealmloff
7a6c8fc9e9
Merge pull request #1849 from DioxusLabs/dependabot/cargo/h2-0.3.24
Bump h2 from 0.3.23 to 0.3.24
2024-01-19 09:34:15 -06:00
dependabot[bot]
dd114788f4
Bump h2 from 0.3.23 to 0.3.24
Bumps [h2](https://github.com/hyperium/h2) from 0.3.23 to 0.3.24.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.24/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.23...v0.3.24)

---
updated-dependencies:
- dependency-name: h2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 15:27:44 +00:00
ealmloff
53727b344d
Merge pull request #1846 from Ameyanagi/master
Adding MathML Core support to rsx
2024-01-18 20:51:17 -06:00
Ameyanagi
a3f6d21bea deleted unused comment 2024-01-18 17:55:15 -05:00
Ameyanagi
ca06fda67e
Merge branch 'DioxusLabs:master' into master 2024-01-18 17:14:19 -05:00
Ameyanagi
27254eecc6 added annotation-xml 2024-01-18 17:13:55 -05:00
ealmloff
e4fb58af68
Merge pull request #1844 from gramidt/fix/cli-building-msg
fix wording in CLI message
2024-01-18 09:19:17 -06:00
Ameyanagi
f8071d9a61 add MathML core elements 2024-01-18 01:54:23 -05:00
Granville Schmidt
b372701d30
fix wording in CLI building waiting message 2024-01-17 18:13:58 -07:00
ealmloff
6126e02143
Merge pull request #1836 from serzhiio/master
Aggregating input values into arrays if required
2024-01-16 10:38:04 -06:00
Evan Almloff
a20a85dad6 implement deref for FormValue 2024-01-16 10:30:59 -06:00
hem1t
c6e1b0f728
init subcommand (#1840)
* `init` subcommand

* clippy
2024-01-16 10:25:07 -06:00
serzhiio
6bc2fb0906 fix MultipleSelect 2024-01-16 18:17:53 +04:00
hem1t
1db8bd7edd
Minor fixes in cli (#1837)
* not using bin, until needed

also removes an unnecessary warning!

* removed redundant line

maybe, it was readability?

* using same `if let` pattern as below

* to `get_bin(args.bin)?` with `Ok(())` at last

* unreachable!
2024-01-16 07:21:01 -06:00
Jonathan Kelley
0feca31a4a
Merge pull request #1835 from DioxusLabs/dependabot/github_actions/actions/github-script-7
Bump actions/github-script from 6 to 7
2024-01-15 10:30:36 -08:00