Skip to content

Dioxus v0.7.0-alpha.2

Pre-release
Pre-release

Choose a tag to compare

@jkelleyrtp jkelleyrtp released this 02 Jul 08:50
· 248 commits to main since this release

Fixes, full Radix Primitives, --device support, --offline/--locked, wry 0.52, LLVM20, hashless assets

Sorry for the delay! Went on a meditation retreat for 10 days 😊

This release fixes a huge number of bugs and improves ergonomics in a bunch of areas.

Notably:

  • Upgraded to the latest wry, which solves many upstream issues
  • Fixing wasm-related issues caused by breaking upstream changes in Rust 1.87 with LLVM20
  • Support for dx serve onto iOS devices
  • Finished the entire set of Radix Primitives and uploaded to the docsite https://dioxuslabs.com/components
  • Fix issues with some memory leaks
  • Fix a number of bugs with subsecond hot-patching
  • Added support for WGPU canvas in dioxus-native
  • Add a dx run command with better CI integration
  • Add a hash history option for dioxus-web
  • Unbrand dx when not serving dioxus projects (good for folks using dx just for subsecond)

Demos

Dioxus-native canvas:

Screen_Recording_2025-06-14_at_02.16.49.mp4

Unbrand dx:

Screenshot 2025-06-24 at 1 48 45 PM

Dioxus Primitives:

Screenshot 2025-06-25 at 1 16 15 PM

What's Changed

New Contributors

Full Changelog: v0.7.0-alpha.1...v0.7.0-alpha.2