Unclaimed project
Are you a maintainer of dioxus? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
dioxus
Fullstack app framework for web, desktop, and mobile.
androidcssdesktophtmliosnative+7
Last updated 30 days ago
v0.7.1 - dioxus Release Notes | AnnounceHQBack to changelogNew
v0.7.1
Post-Release Bug Fixes
This release fixes a number of critical bugs that slipped through v0.7.0 testing.
Namely:
- Changes related to windows-app builds causing entrypoint symbol to be wrong
- Fixes some
unwrap() calls that were supposed to be errors
- Use serde_qs for query string support in server functions
- Tracing spans are properly aligned for server functions
- Calls to
extract() use a blank GET request when called outside the runtime
- File dialogs on desktop are now async instead of sync
- The
--platform flag was accidentally removed completely, it is now back
We recommend updating with cargo binstall dioxus-cli@0.7.1 --force or dx self-update
What's Changed
- Fix dioxus-native to run without the net feature by @omasakun in https://github.com/DioxusLabs/dioxus/pull/4899
- Skip lib default members by @ealmloff in https://github.com/DioxusLabs/dioxus/pull/4895
- Fix windows builds by @ealmloff in https://github.com/DioxusLabs/dioxus/pull/4903
- Replace unwraps with proper error handling in fullstack client by @Himmelschmidt in https://github.com/DioxusLabs/dioxus/pull/4916
Fix server functions failing when called from backend code by @Himmelschmidt in https://github.com/DioxusLabs/dioxus/pull/4908fix: propagate current tracing'span to server function by @davidB in https://github.com/DioxusLabs/dioxus/pull/4900Support VSCode-Insiders in doctor command by @Craig-Macomber in https://github.com/DioxusLabs/dioxus/pull/4892feat: add --raw-json-diagnostics flag to dx build by @fasterthanlime in https://github.com/DioxusLabs/dioxus/pull/4887Simple but critical fix for fullstack server fn handling by @KenAKAFrosty in https://github.com/DioxusLabs/dioxus/pull/4891Note "d" for debug by @Craig-Macomber in https://github.com/DioxusLabs/dioxus/pull/4882Fix FileStream.file_name() by @javierEd in https://github.com/DioxusLabs/dioxus/pull/4875Make dioxus-native work on iOS simulator by @nicoburns in https://github.com/DioxusLabs/dioxus/pull/4876fix: add back --platform flag by @jkelleyrtp in https://github.com/DioxusLabs/dioxus/pull/4918add with_on_window_ready to allow modifying window before webview by @jkelleyrtp in https://github.com/DioxusLabs/dioxus/pull/4919fix: use proper endpoint for anonymous server_fn by @jkelleyrtp in https://github.com/DioxusLabs/dioxus/pull/4920fix: use dioxus query, not axum by @jkelleyrtp in https://github.com/DioxusLabs/dioxus/pull/4926feat: use async fd when using tokio by @jkelleyrtp in https://github.com/DioxusLabs/dioxus/pull/4927Fix adding nodes to nested fragments by @ealmloff in https://github.com/DioxusLabs/dioxus/pull/4929fix: use cfg window close behavior by @jkelleyrtp in https://github.com/DioxusLabs/dioxus/pull/4928New Contributors
- @omasakun made their first contribution in https://github.com/DioxusLabs/dioxus/pull/4899
- @KenAKAFrosty made their first contribution in https://github.com/DioxusLabs/dioxus/pull/4891
Full Changelog: https://github.com/DioxusLabs/dioxus/compare/v0.7.0...v0.7.1