Releases: Synphonyte/leptos-use
Releases · Synphonyte/leptos-use
Release list
Version 0.14.0-gamma1
Changes in this version:
[0.14.0-gamma1] - 2024-10-10
Version 0.14.0-beta4
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
Changes in this version:
[0.13.5] - 2024-09-15
New Function 🚀
use_textarea_autosize
Version 0.14.0-beta3
Changes in this version:
[0.14.0-beta3] - 2024-09-02
Breaking Changes 🛠
- Refactored
ElementMaybeSignalandElementsMaybeSignalto have a simpler implementation. For the vast majority
of cases this should continue to work as before.
Version 0.14.0-beta2
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
Changes in this version:
[0.13.4] - 2024-09-05
Fix 🍕
use_websocketnow returns a signal for the websocket instance so the user can actually use it. Before it always
returnedNone.
Version 0.14.0-beta1
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
Changes in this version:
[0.13.3] - 2024-09-02
Fix 🍕
- Fixed
use_color_modewith cookies enabled
Version 0.13.2
Changes in this version:
[0.13.2] - 2024-09-02
Fix 🍕
- Fixed web-sys
unstable_apisflag foruse_web_lock
Version 0.13.1
Changes in this version:
[0.13.1] - 2024-09-01
New Functions 🚀
use_web_lockuse_window_size
Change 🔥
UseWebsocket::protocolsnow supports a signal. It is read right beforeopenis called. (thanks to @zakstucke)