MyGit

v0.6.0-alpha.5

DioxusLabs/dioxus

版本发布时间: 2024-11-16 13:15:58

DioxusLabs/dioxus最新发布版本:v0.6.1(2024-12-18 10:31:25)

v0.6.0-alpha.5

This should be the final pre-release of 0.6. We are currently in a feature-freeze and any changes from here will be bug fixes and upgrades to documentation, should there need any.

A draft of the release is available at http://dioxuslabs.com/blog/release-060/.

alpha.4 and alpha.2 have much larger change lists for the full release cycle: https://github.com/DioxusLabs/dioxus/releases/tag/v0.6.0-alpha.4 https://github.com/DioxusLabs/dioxus/releases/tag/v0.6.0-alpha.2

dx serve --platform android

In the last release we added support for iOS serve and now we are adding support for android serve!

image

faster wasm-bindgen and faster builds

We enabled the "parallel" feature on walrus and configured out logs to boost wasm-bindgen performance by 2-3x. When combined with debug=0, incremental builds are about 70-80% faster.

Deprecate relative asset paths

We are phasing out asset!("./assets/plah.png") in favor of the web-native syntax: asset!("/assets/plah.png"). This now throws a deprecation warning.

Fixes to reactivity

We fixed some show-stopper bugs with reactivity around ReadOnlySignals on component boundaries

CLI json output

The CLI now has a mode to emit logs in json so you can combine it with tools like jq for better script interoperability.

What's Changed

New Contributors

Full Changelog: https://github.com/DioxusLabs/dioxus/compare/v0.6.0-alpha.4...v0.6.0-alpha.5

相关地址:原始地址 下载(tar) 下载(zip)

1、 dx-aarch64-apple-darwin-v0.6.0-alpha.5.sha256 112B

2、 dx-aarch64-apple-darwin-v0.6.0-alpha.5.tar.gz 15MB

3、 dx-aarch64-pc-windows-msvc-v0.6.0-alpha.5.sha256 112B

4、 dx-aarch64-pc-windows-msvc-v0.6.0-alpha.5.zip 11.93MB

5、 dx-x86_64-apple-darwin-v0.6.0-alpha.5.sha256 111B

6、 dx-x86_64-apple-darwin-v0.6.0-alpha.5.tar.gz 15.73MB

7、 dx-x86_64-pc-windows-msvc-v0.6.0-alpha.5.sha256 111B

8、 dx-x86_64-pc-windows-msvc-v0.6.0-alpha.5.zip 12.77MB

9、 dx-x86_64-unknown-linux-gnu-v0.6.0-alpha.5.sha256 116B

10、 dx-x86_64-unknown-linux-gnu-v0.6.0-alpha.5.tar.gz 15.38MB

查看:2024-11-16发行的版本