github DioxusLabs/dioxus v0.7.7

5 hours ago

This release fixes a regression with JS bundling where DX would always bundle JS snippets as ESM, even though they might be CJS, UMD, or a generic JS snippet. We now properly detect the js module type and then run esbuild with the appropriate flags.

What's Changed

Full Changelog: v0.7.6...v0.7.7

Don't miss a new dioxus release

NewReleases is sending notifications on new releases.