Releases: DioxusLabs/sdk
Releases · DioxusLabs/sdk
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