Releases: Synphonyte/leptos-use
Releases · Synphonyte/leptos-use
Version 0.15.0
Changes in this version:
[0.15.0] - 2024-12-17
New Functions 🚀
signal_throttled
andsignal_debounced
now have..._local
variants (thanks to @bicarlsen)
Breaking Changes 🛠
use_storage
now accepts a Signal as it'skey
parameter (thanks to LeftClick)use_websocket
now supports sending heartbeats (thanks to LeftClick)
Fix 🍕
- Fixed
use_storage
to actually remove the key whenremove
is called (thanks to @flaviopezzini)
Special thanks to our sponsors
Version 0.14.0
Changes in this version:
[0.14.0]
Highlights since 0.13
- Updated to Leptos 0.7
- Refactored
ElementMaybeSignal
andElementsMaybeSignal
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
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
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
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
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
Version 0.13.9
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
Changes in this version:
[0.14.0-rc1] - 2024-11-06
- Fixed MediaTrackConstraints dependency (thanks to @mollymorphous)
- Fixed warnings and tests (thanks to @SleeplessOne1917 and @jheuel)
- Unpinned the wasm-bindgen version (thanks to @jheuel)
Version 0.13.8
Changes in this version:
[0.13.8] - 2024-11-06
- Backported fixes from 0.14.0-rc1