Update leptos-use requirement from 0.12 to 0.13
Updates the requirements on leptos-use to permit the latest version.
Release notes
Sourced from leptos-use's releases.
Version 0.12.0
Changes in this version:
[0.12.0] - 2024-08-14
Make sure you also update
cargo-leptos
to the latest version if you use that.Breaking Changes
🛠
- Updated to web_sys 0.3.70 which unfortunately is breaking some things.
use_clipboard
doesn't need the unstable flags anymore.use_locale
now usesunic_langid::LanguageIdentifier
and proper locale matching (thanks to@mondeja
).- Removed
UseMouseEventExtractorDefault
and reworkedUseMouseCoordType
(thanks to@carloskiki
)use_preferred_dark
anduse_color_mode
now try to read theSec-CH-Prefers-Color-Scheme
header in SSR. This brings the necessity to enable an additional feature for them (axum
/actix
/spin
).Fixes
🍕
- Fixed the codec chapter in the book to refer to crate
codee
.
Changelog
Sourced from leptos-use's changelog.
[0.12.0] - 2024-08-14
Make sure you also update
cargo-leptos
to the latest version if you use that.Breaking Changes
🛠
- Updated to web_sys 0.3.70 which unfortunately is breaking some things.
use_clipboard
doesn't need the unstable flags anymore.use_locale
now usesunic_langid::LanguageIdentifier
and proper locale matching (thanks to@mondeja
).- Removed
UseMouseEventExtractorDefault
and reworkedUseMouseCoordType
(thanks to@carloskiki
)use_preferred_dark
anduse_color_mode
now try to read theSec-CH-Prefers-Color-Scheme
header in SSR. This brings the necessity to enable an additional feature for them (axum
/actix
/spin
).Fixes
🍕
- Fixed the codec chapter in the book to refer to crate
codee
.[0.11.4] - 2024-08-12
New Features
🚀
use_web_notification
now supports the optionsrenotify
,silent
andimage
(thanks to@hcandelaria
).sync_signal
no supports the optionsassign_ltr
andassign_rtl
.[0.11.3] - 2024-07-31
Fix
🍕
- Made
use_timeout_fn
SSR-safe[0.11.2] - 2024-07-30
Change
🔥
use_locale
has now a supported locale list.(yanked) [0.11.1] - 2024-07-28
New Functions
🚀
use_locale
(thanks to@BrandonDyer64
)use_locales
(thanks to@BrandonDyer64
)header
– Standard implementations for reading a header on the server.[0.11.0] - 2024-07-27
New Functions
🚀
use_user_media
... (truncated)
Commits
- See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts