github DioxusLabs/dioxus v0.7.0-alpha.3

latest release: v0.7.0-rc.0
pre-releaseone month ago

Lots of bug fixes, prep for 0.7 release

This release fixes a huge number of bugs (around 50-60!) and brings better stability to Dioxus in prep for the 0.7 release.

We're finishing up release materials and have a few more small items for rc-0, but 0.7 is feature-complete and thoroughly tested.

What's Changed

  • fix: allow to name module std in project by @davidB in #4353
  • Add a bevy-texture example based on wgpu-texture by @jerome-caucat in #4360
  • Native: Accept winit::WindowAttributes as a config value by @nicoburns in #4364
  • Fix router state after client side navigation by @ealmloff in #4383
  • Native: Split dioxus-native-dom crate out of dioxus-native by @nicoburns in #4366
  • Add PartialEq and Eq derives to ServerFnError by @Himmelschmidt in #4393
  • fix(bundle): add serde defaults to prevent deserialization errors by @rennanpo in #4398
  • prevent_default must be called synchronously or it will have no effect by @LilahTovMoon in #4386
  • final 0.7 fixes: xcode 15/16 hybrid, auto openssldir for android, include_*! tracking hotpatch, fix /assets/ brick at high opt levels, windows linker file, etc by @jkelleyrtp in #4376
  • Fixed touch input it will now serialize the touchlist by @bananabit-dev in #4406
  • updated the dependencies - maintaining compatibility and tests by @debanjanbasu in #4363
  • Reconnect the edits websocket if it disconnects by @ealmloff in #4391
  • fix link opening on mobile by @jkelleyrtp in #4415
  • Warn about assets being stripped if strip is true and the current package depends on manganis by @ealmloff in #4400
  • Example of rendering a dioxus-native app to a texture by @nicoburns in #4365
  • fix unicode characters in line printing by @jkelleyrtp in #4420
  • Prevent desktop reloads at the wry level by @ealmloff in #4422
  • Capture the rustc environment and project it into run by @jkelleyrtp in #4421
  • fix: don't eat comments in more situations by @jkelleyrtp in #4423
  • Avoid the accidental removal of comments inside expressions by dx fmt by @jjvn84 in #4410
  • clean up prelude by @jkelleyrtp in #4416

New Contributors

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

Don't miss a new dioxus release

NewReleases is sending notifications on new releases.