What's Changed
- Fix the info message for the dx components subcommand by @ealmloff in #4832
- Native: implement hot-reloading of stylesheets by @nicoburns in #4830
- fix(hotpatch): Gracefully handle missing '-flavor' flag during WASM link by @luckybelcik in #4833
- Readable and Writable helpers for String, HashMap and HashSet by @ealmloff in #4834
- Skip emitting a transposed type if the original type is entirely generic by @ealmloff in #4838
- fix(cli): correct Android toolchain target for 32-bit arm architectures by @atty303 in #4837
- Pin tauri-macos-sign by @ealmloff in #4845
- fix: tokio rt is not set when calling handlers by @jkelleyrtp in #4850
- use
CapturedErrorasdioxus::Ok()so resources still function as expected by @jkelleyrtp in #4851 - Fullstack: Fix missing query string on
#[get]server functions by @bwskin in #4827 - restore the extract function for server functions by @ealmloff in #4849
- Add option_asset! to match asset! by @tekacs in #4791
- feat: set windows subsytem to windows for gui apps by @jkelleyrtp in #4855
- Pipe Android/ADB logs into CLI by @wheregmis in #4853
- Fix updating components and local components by @ealmloff in #4856
- multiple fullstack nits/cleanups before release by @jkelleyrtp in #4852
- Relax asset resolver bounds and document resolving folder assets by @ealmloff in #4859
- Expand relative assets to a placeholder if we are running in rust analyzer by @ealmloff in #4860
- Add some functions to read/write request header for server functions by @javierEd in #4823
- Feat: eager loading of assets by @omar-mohamed-khallaf in #4653
- fix: dx not recognizing [web, server] in default by @jkelleyrtp in #4865
New Contributors
- @luckybelcik made their first contribution in #4833
- @bwskin made their first contribution in #4827
- @javierEd made their first contribution in #4823
Full Changelog: v0.7.0-rc.3...v0.7.0-rc.4