Skip to content

Dioxus v0.6.3

Latest
Compare
Choose a tag to compare
@jkelleyrtp jkelleyrtp released this 08 Feb 00:47
fc1f1c2

This release fixes a number of bugs and cleans up the internal implementations of a few APIs.

Notably

  • Fixes in dx html -> rsx translation
  • Fixes for bundling .exe on windows
  • Proper handling of gitignored manganis assets
  • Support for android device hot-reloading over adb
  • Fixes to template partialeq that enable view transitions in the router

To upgrade:

  • run cargo update
  • install the new CLI with cargo binstall dioxus-cli --force

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.6.3