File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 33The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
44and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
55
6+ ## [ 0.18.1] - 2026-02-23
7+
8+ ### Fixes 🍕
9+
10+ - Added ` GeolocationPosition ` and ` GeolocationPositionError ` web-sys features as dependencies for use_geolocation.
11+
12+ ### Special thanks to our sponsor
13+ - @benwis
14+
615## [ 0.18.0] - 2026-01-11
716
817### Breaking Changes 🛠
Original file line number Diff line number Diff line change 11[package ]
22name = " leptos-use"
3- version = " 0.18.0 "
3+ version = " 0.18.1 "
44edition = " 2024"
55categories = [" gui" , " web-programming" , " wasm" ]
66description = " Collection of essential Leptos utilities inspired by React-Use / VueUse"
@@ -267,6 +267,8 @@ use_geolocation = [
267267 " use_window" ,
268268 " web-sys/Coordinates" ,
269269 " web-sys/Geolocation" ,
270+ " web-sys/GeolocationPosition" ,
271+ " web-sys/GeolocationPositionError" ,
270272 " web-sys/Position" ,
271273 " web-sys/PositionError" ,
272274 " web-sys/PositionOptions" ,
You can’t perform that action at this time.
0 commit comments