Skip to content

Releases: DioxusLabs/sdk

v0.5.0: SDK Rename & Storage Hooks

05 Apr 13:28
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.4.2...v0.5.0

v0.4.2

19 Jan 00:09
Compare
Choose a tag to compare

Bugfix

Full Changelog: v0.4.1...v0.4.2

v0.4.1

14 Nov 22:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

02 Aug 20:24
38dfc96
Compare
Choose a tag to compare

This release pushes dioxus-std to use the newest 0.4 release of Dioxus allowing for the greatest and latest.

v0.3.0

02 Aug 16:27
Compare
Choose a tag to compare
  • i18n
  • doc fixes
  • copypasta migration
  • new project structure

Full Changelog: v0.2.1...v0.3.0

v0.2.1

08 Jun 05:31
Compare
Choose a tag to compare

dioxus-std 0.2.1

  • New hooks:
  • use_channel
  • use_listen_channel
  • use_rw
  • Geolocation abstraction supporting wasm and windows.
  • Refactored error system.

v0.1.0

13 Apr 19:10
Compare
Choose a tag to compare

This crate is not yet finished. Use at your own risk!