Skip to content

Releases: Synphonyte/leptos-use

Version 0.14.0-gamma2

16 Oct 17:42
Compare
Choose a tag to compare
Version 0.14.0-gamma2 Pre-release
Pre-release

Changes in this version:

[0.14.0-gamma2] - 2024-10-16

  • Updated to Leptos 0.7.0-gamma3 by using Signal instead of MaybeSignal

Version 0.14.0-gamma1

10 Oct 07:52
Compare
Choose a tag to compare
Version 0.14.0-gamma1 Pre-release
Pre-release

Changes in this version:

[0.14.0-gamma1] - 2024-10-10

  • Adapted to the latest changes in Leptos (thanks to @BakerNet and @nikessel)
  • Fixed all the examples
  • use_active_element ported
  • use_drop_zone now returns Signal<Vec<SendSignal<web_sys::File>>> instead of Signal<Vec<web_sys::File>, LocalStorage>
    to make it easier to use with <For>

Version 0.14.0-beta4

16 Sep 02:48
Compare
Choose a tag to compare
Version 0.14.0-beta4 Pre-release
Pre-release

Changes in this version:

[0.14.0-beta4] - 2024-09-15

  • Latest changes from version 0.13.4 and 0.13.5 ported

Version 0.13.5

15 Sep 19:01
Compare
Choose a tag to compare

Changes in this version:

[0.13.5] - 2024-09-15

New Function 🚀

  • use_textarea_autosize

Version 0.14.0-beta3

11 Sep 17:30
Compare
Choose a tag to compare
Version 0.14.0-beta3 Pre-release
Pre-release

Changes in this version:

[0.14.0-beta3] - 2024-09-02

Breaking Changes 🛠

  • Refactored ElementMaybeSignal and ElementsMaybeSignal to have a simpler implementation. For the vast majority
    of cases this should continue to work as before.

Version 0.14.0-beta2

10 Sep 01:26
Compare
Choose a tag to compare
Version 0.14.0-beta2 Pre-release
Pre-release

Changes in this version:

[0.14.0-beta2] - 2024-09-09

Change 🔥

  • Latest Leptos 0.7 beta changed the trigger trait method (thanks to @BakerNet)
  • Latest changes from version 0.13.3 ported

Version 0.13.4

05 Sep 00:19
Compare
Choose a tag to compare

Changes in this version:

[0.13.4] - 2024-09-05

Fix 🍕

  • use_websocket now returns a signal for the websocket instance so the user can actually use it. Before it always
    returned None.

Version 0.14.0-beta1

02 Sep 14:32
Compare
Choose a tag to compare
Version 0.14.0-beta1 Pre-release
Pre-release

Changes in this version:

[0.14.0-beta1] - 2024-09-02

Ported everything to Leptos 0.7
Some example don't run yet.

Version 0.13.3

02 Sep 18:54
Compare
Choose a tag to compare

Changes in this version:

[0.13.3] - 2024-09-02

Fix 🍕

  • Fixed use_color_mode with cookies enabled

Version 0.13.2

02 Sep 11:43
Compare
Choose a tag to compare

Changes in this version:

[0.13.2] - 2024-09-02

Fix 🍕

  • Fixed web-sys unstable_apis flag for use_web_lock