Releases: DioxusLabs/sdk
Releases · DioxusLabs/sdk
v0.6.0
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
v0.5.1
v0.5.0: SDK Rename & Storage Hooks
Summary
We have renamed! We now call dioxus-std
simply sdk
(or dioxus-sdk
on crates.io). This decision was made as we felt that sdk
better fit the overall objective of this project.
SDK now offers storage hooks thanks to @ealmloff & @esimkowitz! These hooks offer a few methods of moving and storing data in your Dioxus app. You can check out the example here.
What's Changed
- Cleanup Cargo.toml by @DogeDark in #25
- feat: Dioxus 0.5 support by @marc2332 in #23
- Add storage hook by @ealmloff in #17
- fix: Update examples by @marc2332 in #29
- Update README by @DogeDark in #30
- SDK Rename by @DogeDark in #31
New Contributors
- @ealmloff made their first contribution in #17
- @esimkowitz contributed to #17
Full Changelog: v0.4.2...v0.5.0
v0.4.2
v0.4.1
v0.4.0
v0.3.0
- i18n
- doc fixes
- copypasta migration
- new project structure
Full Changelog: v0.2.1...v0.3.0