Skip to content

Releases: jetli/yew-hooks

v0.3.2 fix use_websocket

26 May 03:13
12c6aa6
Compare
Choose a tag to compare

What's Changed

  • fix use_websocket reconnect_limit defaults to for infinite retries, … by @jetli in #42
  • Fix websocket reconnect limit by @jetli in #43

Full Changelog: v0.3.1...v0.3.2

v0.3.1 new hook use_visible

05 Mar 10:07
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @xfbs made their first contribution in #34

Full Changelog: v0.3.0...v0.3.1

v0.3.0 Upgrade Yew 0.21

03 Oct 09:57
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @ctron made their first contribution in #38

Full Changelog: v0.2.0...v0.3.0

v0.2.0 Upgrade Yew 0.20

25 Nov 14:24
8a00123
Compare
Choose a tag to compare

Upgrade Yew 0.20

What's Changed

Breaking Changes

  • use_web_socket renamed to use_websocket

New Contributors

Full Changelog: v0.1.55...v0.2.0

v0.1.56

10 May 00:14
e8249a9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.55...v0.1.56

v0.1.55

07 May 09:25
7ccfe08
Compare
Choose a tag to compare

What's Changed

  • add storage event listener to use_local_storage by @jetli in #11
  • add use_infinite_scroll by @jetli in #12

Full Changelog: v0.1.54...v0.1.55

v0.1.54

24 Apr 15:02
da56609
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.53...v0.1.54

v0.1.53

30 Mar 15:39
3a391b1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.52...v0.1.53

v0.1.52

29 Mar 10:50
4aa0540
Compare
Choose a tag to compare

What's Changed

  • Add use_throttle_effect by @jetli in #7

Full Changelog: v0.1.51...v0.1.52

v0.1.51

29 Mar 05:12
ab87ffb
Compare
Choose a tag to compare

What's Changed

  • Add use_debounce_effect by @jetli in #6

Full Changelog: v0.1.50...v0.1.51