Skip to content

Releases: Synphonyte/leptos-use

Version 0.15.5

16 Jan 03:29
Compare
Choose a tag to compare

Changes in this release:

[0.15.5] - 2025-01-15

Fix 🍕

  • sync_signal with immediate = true now syncs the signals on the server once initially. This fixes use_color_mode
    with cookies enabled to give wrong results during SSR.

Special thanks to our sponsor

Version 0.15.4

15 Jan 16:39
Compare
Choose a tag to compare

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 for UseDropZoneReturn (thanks to @mahmoud-eltahawy)

Special thanks to our sponsor

Version 0.15.3

13 Jan 14:52
Compare
Choose a tag to compare

Changes in this version:

[0.15.3] - 2025-01-08 (yanked)

New Function 🚀

  • use_calendar

Fix 🍕

  • added Debug to Size (thanks to @Ahlman)

Special thanks to our sponsor

Version 0.13.13

11 Jan 18:20
Compare
Choose a tag to compare

Changes in this version:

[0.13.13] - 2025-01-07

New Function 🚀

  • use_calendar

Thanks to our generous sponsor:

Version 0.15.2

04 Jan 02:44
Compare
Choose a tag to compare

Changes in this version:

[0.15.2] - 2025-01-03

Fixes 🍕

  • Fixed path of use_color_mode cookie
  • ElementMaybeSignal and ElementsMaybeSignal are now properly Clone and Copy

Special thanks to our sponsor

Version 0.13.12

04 Jan 02:45
Compare
Choose a tag to compare

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

31 Dec 22:55
Compare
Choose a tag to compare

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

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: