Skip to content

Releases: Synphonyte/leptos-use

Version 0.10.10

10 May 23:16
Compare
Choose a tag to compare

Changes in this version:

[0.10.10] - 2024-05-10

Change 🔥

  • Added compile-time warning when you use ssr feature with wasm32. You can enable wasm_ssr to remove the warning.

Version 0.10.9

27 Apr 18:57
Compare
Choose a tag to compare

Changes in this version:

[0.10.9] - 2024-04-27

Fixes 🍕

  • Fixed use_color_mode without cookies and make cookies sync properly with local storage
  • Fixed use_infinite_scroll edge case bug with disposed signals

Version 0.10.8

20 Apr 22:14
Compare
Choose a tag to compare

Changes in this version:

[0.10.8] - 2024-04-19

Change 🔥

  • use_cookie now supports Spin out of the box (thanks to @javierEd).

Version 0.10.7

10 Apr 23:12
Compare
Choose a tag to compare

Changes in this version:

[0.10.7] - 2024-04-10

New Function 🚀

  • sync_signal

Change 🔥

  • use_color_mode now supports cookies.

Version 0.10.6

02 Apr 10:54
Compare
Choose a tag to compare

Changes in this version:

[0.10.6] - 2024-04-02

Fixes 🍕

  • Corrected docs of use_cookie's max-age unit to milliseconds (thanks to @sify21).
  • Fixed setting multiple cookies in the browser (thanks to @sbking).

Version 0.10.5

12 Mar 17:52
Compare
Choose a tag to compare

Changes in this version:

[0.10.5] - 2024-03-12

Fix 🍕

  • Fixed SSR detection from an url query parameter for use_color_mode (thanks to @mondeja).

Version 0.10.4

05 Mar 21:23
Compare
Choose a tag to compare

Changes in this version:

[0.10.4] - 2024-03-05

New Functions 🚀

  • use_event_source

Changes 🔥

  • Wrapped callbacks in a non-reactive zone to remove potential warnings.
  • Updated SSR chapter in the book to make it more clear and beginner-friendly (thanks to @flupke).

Version 0.10.3

23 Feb 02:56
Compare
Choose a tag to compare

Changes in this version:

[0.10.3] - 2024-02-23

New Functions 🚀

  • use_or
  • use_and
  • use_not

Fix 🍕

  • Removed signal warnings from use_websocket's send... methods.

Changes 🔥

  • use_color_mode now supports detection from an url query parameter. (thanks to @mondeja)

Version 0.10.2

09 Feb 04:34
Compare
Choose a tag to compare

Changes in this version:

[0.10.2] - 2024-02-09

New Functions 🚀

  • use_permission
  • use_clipboard
  • use_timeout_fn

Version 0.10.1

31 Jan 21:34
Compare
Choose a tag to compare

Changes in this version:

[0.10.1] - 2024-010-31

Fix 🍕

  • Fixed docs.rs build