Skip to content

Releases: intendednull/yewdux

v0.10.0

19 Dec 02:56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.3...v0.10.0

v0.9.3

01 Jun 06:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.2...v0.9.3

v0.9.2

23 Feb 00:31
Compare
Choose a tag to compare
  • Fix persistence macro

Full Changelog: v0.9.1...v0.9.2

v0.9.1

22 Feb 11:52
Compare
Choose a tag to compare

What's Changed

  • Fix Checkbox not supporting persistence by @nmlt in #46
  • Fix panic when trying to use persistent storage with SSR

New Contributors

  • @nmlt made their first contribution in #46

Full Changelog: v0.9.0...v0.9.1

v0.9.0

25 Nov 21:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.3...v0.9.0

v0.8.3

01 Nov 07:33
Compare
Choose a tag to compare
  • Update anymap (see #44)

Full Changelog: v0.8.2...v0.8.3

v0.8.2

07 Sep 09:33
Compare
Choose a tag to compare
  • Fix a bug where creating new components w/ the same store would crash when activated from an event.

Full Changelog: v0.8.1...v0.8.2

v0.8.1

19 Aug 02:31
Compare
Choose a tag to compare
  • Fix documentation inconsistency

Full Changelog: v0.8.0...v0.8.1

v0.8.0

19 Aug 01:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

05 Apr 03:14
Compare
Choose a tag to compare

What's Changed

  • Add multi-component example to show how state can be shared by @Firstyear in #9
  • Component v2 by @intendednull in #13
  • Small Readme fixes. by @Quetzal2 in #15
  • Align to latest yew and apply cargo-clippy by @Zwo1in in #17
  • change use_ref to use_mut_ref to support Yew hook change by @JtotheThree in #20

New Contributors

Full Changelog: v0.6.2...v0.7.0