Dioxus 0.6 has been released, which means a new release for dioxus-sdk
!
Here are the changes:
- Dioxus 0.6 support.
- Removal of i18n in favor of https://crates.io/crates/dioxus-i18n
- Fixed false write-on-signal warnings when using certain features.
use_window_size
hook and API.use_interval
anduse_debounce
hook.- A variety of other fixes.
What's Changed
- Fix repository link on crates.io by @tigerros in #32
- feat:
use_window_size
by @DogeDark in #34 - feat:
use_interval
by @marc2332 in #33 - Fix: Some Hooks Aren't Reactive by @DogeDark in #36
- Feat:
use_debounce
by @DogeDark in #37 - Add web build command to storage example readme by @ealmloff in #44
- Fix: Debounce On WASM by @DogeDark in #45
- Revamp Color Theme and Docs/Features by @DogeDark in #38
- Fix CLI name in storage example readme by @ealmloff in #49
- Remove unnecessary Default constraint by @samtay in #50
- fix: Store the Clipboard context signal in the root scope by @marc2332 in #55
- Fix sdk storage with hydration by @ealmloff in #46
- feat: Dioxus 0.6 support by @marc2332 in #57
New Contributors
Full Changelog: v0.5.1...v0.6.0