Releases: Synphonyte/leptos-use
Releases · Synphonyte/leptos-use
Version 0.14.0-rc3
Changes in this version:
[0.14.0-rc3] - 2024-11-14
- Fixed potential SSR panic in use_locale(s) (thanks to @veigaribo)
- Make
use_locale
prioritize user preferred locales over app preferred ones
Version 0.13.10
Changes in this version:
[0.13.10] - 2024-11-14
- Fixed potential SSR crash in
use_locale(s)
(thanks to @veigaribo)
Version 0.14.0-rc2
Version 0.13.9
Changes in this version:
[0.13.9] - 2024-11-10
- Reverted use_user_media to have video enabled by default
- Fixed exponential increase on websocket reconnects
Version 0.14.0-rc1
Changes in this version:
[0.14.0-rc1] - 2024-11-06
- Fixed MediaTrackConstraints dependency (thanks to @mollymorphous)
- Fixed warnings and tests (thanks to @SleeplessOne1917 and @jheuel)
- Unpinned the wasm-bindgen version (thanks to @jheuel)
Version 0.13.8
Changes in this version:
[0.13.8] - 2024-11-06
- Backported fixes from 0.14.0-rc1
Version 0.14.0-rc0
Changes in this version:
[0.14.0-rc0] - 2024-11-03
- Latest changes up to version 0.13.7 ported
- Updated to Leptos 0.7.0-rc0
Version 0.13.7
Changes in this version:
[0.13.7] - 2024-10-20
- Added video and audio options to
use_user_media
(thanks to @sauloco). - Fixed cookies in SSR (thanks to @jim-taylor-business).
Version 0.13.6
Changes in this version:
[0.13.6] - 2024-10-20
- Updated leptos-spin version to 0.2 (thanks to @tqq1994516).
Version 0.14.0-gamma2
Changes in this version:
[0.14.0-gamma2] - 2024-10-16
- Updated to Leptos 0.7.0-gamma3 by using
Signal
instead ofMaybeSignal