Evan Almloff
7f32809a96
use out_dir in a few more places
2024-02-06 10:27:26 -06:00
Andrew Voynov
ea9622a75c
fix(serve): fixed long rebuilds with dx serve
2024-02-06 00:27:45 +03:00
Evan Almloff
417cea7569
Merge pull request #1898 from Andrew15-5/fix-fullstack-cli-build
...
Now fullstack client uses correct config via `dx build`
2024-02-05 09:28:45 -06:00
Evan Almloff
b1f617acd3
Merge pull request #1899 from Andrew15-5/fix-router-macro-typo
...
chore(docs): fixed typo in router-macro
2024-02-05 09:27:40 -06:00
Evan Almloff
cb9a43561a
Merge pull request #1900 from Andrew15-5/add-short-release-option
...
feat(cli): added short `release` build option
2024-02-05 09:27:17 -06:00
Andrew Voynov
009238b068
feat(cli): added short release
build option
...
Same as `cargo build` has `-r` now `dx build` and `dx bundle` also have
it. Since user probably wants to use these commands for production-ready
artifacts, the `--release` option is probably used often, same as with
`cargo build`. This allow users to use the same `build -r` "pattern".
2024-02-04 23:36:43 +03:00
Andrew Voynov
8beb3c7893
chore(docs): fixed typo in router-macro
2024-02-04 22:39:04 +03:00
Andrew Voynov
62b0f876f2
fix(build): now fullstack client uses correct config
2024-02-04 18:56:59 +03: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