Releases: Synphonyte/leptos-use
Releases · Synphonyte/leptos-use
Version 0.15.5
Changes in this release:
[0.15.5] - 2025-01-15
Fix 🍕
sync_signal
withimmediate = true
now syncs the signals on the server once initially. This fixesuse_color_mode
with cookies enabled to give wrong results during SSR.
Special thanks to our sponsor
Version 0.15.4
Changes in this version:
[0.15.4] - 2025-01-15
Fixes 🍕
- downgraded codee to 0.2.0 to be compatible with Leptos 0.7
- fixed
use_mutation_observer
(thanks to @bpwarner)
Changes 🔥
- improxed DX: implemented
Clone + Copy
forUseDropZoneReturn
(thanks to @mahmoud-eltahawy)
Special thanks to our sponsor
Version 0.15.3
Changes in this version:
[0.15.3] - 2025-01-08 (yanked)
New Function 🚀
use_calendar
Fix 🍕
- added
Debug
toSize
(thanks to @Ahlman)
Special thanks to our sponsor
Version 0.13.13
Changes in this version:
[0.13.13] - 2025-01-07
New Function 🚀
use_calendar
Thanks to our generous sponsor:
Version 0.15.2
Changes in this version:
[0.15.2] - 2025-01-03
Fixes 🍕
- Fixed path of
use_color_mode
cookie ElementMaybeSignal
andElementsMaybeSignal
are now properlyClone
andCopy
Special thanks to our sponsor
Version 0.13.12
Changes in this version:
[0.13.12] - 2025-01-03
- Fixed path of use_color_mode cookie
Thanks to our generous sponsor:
Version 0.15.1
Changes in this version:
[0.15.1] - 2024-12-31
Fixes 🍕
- Fixed
use_element_hover
not properly cancelling it's timeout (thanks to @jcold). - Fixed
use_storage
not writing default values. - Fixed unidirectional
sync_signal
not syncing properly.
Special thanks to our sponsors
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: