Dioxus v0.7.5
This release fixes a critical issue where Dioxus wouldn't compile if your Cargo.lock specified too-old versions dependencies like futures-unordered. This was caused by the Dioxus Cargo.toml specifying versions like futures="0.3" when in fact 0.3.32 was required.
Note that the dioxus crate was not updated - only its dependencies that use these versions - so we recommend running cargo update manually.
We also fixed a few other bugs related to hotpatching, autoformatting, and bundling.
What's Changed
- fix(autofmt): remove extra whitespace before commas in for-loop tuple patterns by @costajohnt in #5384
- fix(server): don't redirect error responses from #[get] server functions by @costajohnt in #5429
- Forward
-Blinker search path in thin/patch link args on Linux by @Wilovy09 in #5443 - Add support for aarch64 Windows platform in wasm_opt by @hadeutscher in #5442
- Fixed issue #5438: Added FIPS Compliance flag to candle.exe command by @MasterTemple in #5439
- Check minimum versions in CI by @ealmloff in #5437
New Contributors
- @Wilovy09 made their first contribution in #5443
- @hadeutscher made their first contribution in #5442
- @MasterTemple made their first contribution in #5439
Full Changelog: v0.7.4...v0.7.5