D

Dioxus

D
Dioxus Desktop v0.8.0-alpha

v0.8.0-alpha.1

What's Changed Implement support for selection events by @ealmloff in #5570 fix: release pins on git2 to fix non --locked cli installs by @jkelleyrtp in #5575 remove v0.7 asset fallback by @jkelleyrtp in #5576 Pin rhai_codegen by @ealmloff in #5593 fix(autofmt): formatting idempotency for long if/else attrs, empty bodies, and split_line_attributes by @micahkepe in #5509 fix: propagate response bod…

D
Dioxus Desktop v0.7.10

v0.7.10

What's Changed [v0.7] Fix hotpatching when the bin target's crate name differs from the package name by @nicoburns in #5720 Full Changelog: v0.7.9...v0.7.10

D
Dioxus Desktop v0.8.0-alpha

v0.8.0-alpha.0

Dioxus v0.8.0-alpha.0 This release is the first in the 0.8 series. We've merged a number of breaking changes to internal APIs and slight behavior changes that improve reliability and performance of the CLI and Signals. We also are shipping a huge quality upgrade to dioxus-native, with lots more rendering capabilities, incremental rendering, custom elements, and more. Make sure to check out the bli…

D
Dioxus Desktop v0.7.9

v0.7.9

This release fixes an issue where dx --version would use an outdated git SHA, and dioxus-cli installed from cargo install would not have a version at all, preventing self-update from functioning properly. Full Changelog: v0.7.8...v0.7.9

D
Dioxus Desktop v0.7.8

v0.7.8

This release fixes a few small bugs discovered while working on v0.8. We decided the backport these to bring out fixes faster. What's Changed Fix macos signing/notarization (0.7 backport) by @nicoburns in #5528 fix: toctou in wasm hotpatch apply_patch causing UB by @jkelleyrtp in #5534 backport iframe fix to v0.7 by @jkelleyrtp in #5535 Full Changelog: v0.7.7...v0.7.8

D
Dioxus Desktop v0.7.7

v0.7.7

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 autodetect js module type - only bundle esm by @jkelleyrtp in #5515 Full Changelog: v0.7.6...v0.7.7

D
Dioxus Desktop v0.7.6

v0.7.6

Dioxus v0.7.6 This release solves a large number of bugs and adds a few new features! We intend for it to be the final release of 0.7 - our git repo will now ship breaking changes in prep for 0.8. Shell-completions for dx using dx completions Much faster dev server starts for dx serve --hotpatch Dioxus web apps that panic while handling events will no longer brick the webpage 20+ new code examples…

D
Dioxus Desktop v0.7.5

v0.7.5

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…

D
Dioxus Desktop v0.7.4

v0.7.4

Dioxus 0.7.4 This release adds a few new features and fixes several bugs: You can now customize all aspects of iOS and Android builds via Dioxus.toml. We are still updating docs on how this works, but for now, you can reference the new toml schema on which fields are available. https://github.com/DioxusLabs/dioxus/blob/main/packages/cli/schema.json We have added a new FFI interface for Kotlin, Jav…

D
Dioxus Desktop v0.7.3

v0.7.3

This release fixes a large number of bugs. We added a few new features: Add auxclick, scrollend evnts Support for server-only extractors Scoped CSS and CSS modules 🎉 #5087 What's Changed fix: make install.sh sh compatible by @jkelleyrtp in #5058 Update README links for version 0.7 by @jullanggit in #5068 Fix paths under store (extends #5067) by @acheul in #5069 Resolve bundle.windows.icon_path rel…

D
Dioxus Desktop v0.7.2

v0.7.2

This release fixes a number of issues since the 0.7.1 release. Drag and drop serialization issues Deadlock in sync stores Windows self-update Windows hot-patch cdylib issues WASM hotpatch wbg_cast symbols causing reference to null or undefined symbol macos codesigning Issues with Linux windows Issues with strip setting Issues with fullstack streaming missing frames Linux musl builds What's Changed…

D
Dioxus Desktop v0.7.1

v0.7.1

Post-Release Bug Fixes This release fixes a number of critical bugs that slipped through v0.7.0 testing. Namely: Changes related to windows-app builds causing entrypoint symbol to be wrong Fixes some unwrap() calls that were supposed to be errors Use serde_qs for query string support in server functions Tracing spans are properly aligned for server functions Calls to extract() use a blank GET requ…