Skip to content

Releases: Synphonyte/leptos-use

Version 0.15.0

18 Dec 16:12
Compare
Choose a tag to compare

Changes in this version:

[0.15.0] - 2024-12-17

New Functions 🚀

  • signal_throttled and signal_debounced now have ..._local variants (thanks to @bicarlsen)

Breaking Changes 🛠

  • use_storage now accepts a Signal as it's key parameter (thanks to LeftClick)
  • use_websocket now supports sending heartbeats (thanks to LeftClick)

Fix 🍕

  • Fixed use_storage to actually remove the key when remove is called (thanks to @flaviopezzini)

Special thanks to our sponsors

Version 0.14.0

02 Dec 00:42
1457623
Compare
Choose a tag to compare

Changes in this version:

[0.14.0]

Highlights since 0.13

  • Updated to Leptos 0.7
  • Refactored ElementMaybeSignal and ElementsMaybeSignal to have a simpler implementation. For the vast majority
    of cases this should continue to work as before.
  • Almost everything returned from functions is now Send + Sync.

Changes since 0.14.0-rc5

  • Updated Leptos to use stable 0.7 version
  • Updated wasm-bindgen to 0.2.96
  • Updated web-sys 0.3.73

Special thanks to our sponsor:

Version 0.14.0-rc5

27 Nov 23:24
Compare
Choose a tag to compare
Version 0.14.0-rc5 Pre-release
Pre-release

Changes in this version:

[0.14.0-rc5] - 2024-11-27

  • fixed error messages for get_header
  • added Send + Sync to storage return closure

Special thanks to our sponsor:

Version 0.14.0-rc4

26 Nov 20:29
Compare
Choose a tag to compare
Version 0.14.0-rc4 Pre-release
Pre-release

Changes in this version:

[0.14.0-rc4] - 2024-11-26

  • Updated to Leptos 0.7.0-rc2
  • Fixed WASM on the serverside (thanks to @GuillaumeDelorme)
  • Fixed use_storage.
  • Made all returned closures Send + Sync.

Special thanks to our sponsor:

Version 0.13.11

22 Nov 20:50
Compare
Choose a tag to compare

Changes in this version:

[0.13.11] - 2024-11-22

  • Updated web-sys version to 0.3.72

Thanks to our generous sponsor:

Version 0.13.10

14 Nov 13:28
Compare
Choose a tag to compare

Changes in this version:

[0.13.10] - 2024-11-14

  • Fixed potential SSR crash in use_locale(s) (thanks to @veigaribo)

Version 0.14.0-rc2

10 Nov 13:52
Compare
Choose a tag to compare
Version 0.14.0-rc2 Pre-release
Pre-release

Changes in this version:

[0.14.0-rc2] - 2024-11-10

  • Updated to Leptos 0.7.0-rc1
  • Updated to web-sys 0.3.72 and unpinned version (thanks to @sabify)
  • Added dependabot (thanks to @sabify)
  • Reverted use_user_media to have video enabled by default
  • Fixed exponential increase on websocket reconnects

Version 0.13.9

10 Nov 15:25
Compare
Choose a tag to compare

Changes in this version:

[0.13.9] - 2024-11-10

  • Reverted use_user_media to have video enabled by default
  • Fixed exponential increase on websocket reconnects

Version 0.14.0-rc1

06 Nov 22:50
Compare
Choose a tag to compare
Version 0.14.0-rc1 Pre-release
Pre-release

Changes in this version:

[0.14.0-rc1] - 2024-11-06

Version 0.13.8

06 Nov 22:50
Compare
Choose a tag to compare

Changes in this version:

[0.13.8] - 2024-11-06

  • Backported fixes from 0.14.0-rc1