Skip to content

chore(deps): update rust crate dioxus to v0.7.9#38

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/dioxus-0.x-lockfile
Open

chore(deps): update rust crate dioxus to v0.7.9#38
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/dioxus-0.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 28, 2026

This PR contains the following updates:

Package Type Update Change
dioxus (source) dependencies patch 0.7.30.7.9

Release Notes

DioxusLabs/dioxus (dioxus)

v0.7.9

Compare Source

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: DioxusLabs/dioxus@v0.7.8...v0.7.9

v0.7.8

Compare Source

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

Full Changelog: DioxusLabs/dioxus@v0.7.7...v0.7.8

v0.7.7

Compare Source

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: DioxusLabs/dioxus@v0.7.6...v0.7.7

v0.7.6

Compare Source

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
  • cursor editor debug support
  • Windows app icon bundling in dx serve and dx bundle

What's Changed

New Contributors

Full Changelog: DioxusLabs/dioxus@v0.7.5...v0.7.6

v0.7.5

Compare Source

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 update manually.

We also fixed a few other bugs related to hotpatching, autoformatting, and bundling.

What's Changed

New Contributors

Full Changelog: DioxusLabs/dioxus@v0.7.4...v0.7.5

v0.7.4

Compare Source

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, Java, and Swift. We plan to add TS/JS next. This automatically bundles relevant source files into your project and generates Rust interfaces, making it easy to write native plugins.
  • We now support bundling iOS widgets, enabling things like live-activity support.
  • We have fixed, tested, and improved dx bundle by vendoring and inlining the tauri bundle code which we previously relied on. This properly sets paths for assets, fixing some long-standing bugs.
  • Many bugs and panics have been fixed! See "what's changed" for more.

What's Changed

New Contributors

Full Changelog: DioxusLabs/dioxus@v0.7.3...v0.7.4


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/dioxus-0.x-lockfile branch from e32aed5 to c3892e7 Compare April 7, 2026 21:56
@renovate renovate Bot changed the title chore(deps): update rust crate dioxus to v0.7.4 chore(deps): update rust crate dioxus to v0.7.5 Apr 7, 2026
@renovate renovate Bot changed the title chore(deps): update rust crate dioxus to v0.7.5 chore(deps): update rust crate dioxus to v0.7.6 Apr 22, 2026
@renovate renovate Bot force-pushed the renovate/dioxus-0.x-lockfile branch from c3892e7 to e794750 Compare April 22, 2026 05:11
@renovate renovate Bot changed the title chore(deps): update rust crate dioxus to v0.7.6 chore(deps): update rust crate dioxus to v0.7.7 May 1, 2026
@renovate renovate Bot force-pushed the renovate/dioxus-0.x-lockfile branch from e794750 to c0a3981 Compare May 1, 2026 03:11
@renovate renovate Bot force-pushed the renovate/dioxus-0.x-lockfile branch from c0a3981 to 9d624c2 Compare May 8, 2026 05:08
@renovate renovate Bot changed the title chore(deps): update rust crate dioxus to v0.7.7 chore(deps): update rust crate dioxus to v0.7.9 May 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants