Releases: metonym/svelte-geolocation
Releases · metonym/svelte-geolocation
v1.0.0
Compare
Sorry, something went wrong.
No results found
Breaking Changes
add exports map and use type: module
drop bundled ESM/UMD support
Fixes
fix TypeScript definitions to reflect that watchPosition, clearWatcher accessors are not async
v0.3.0
Compare
Sorry, something went wrong.
No results found
use .svelte.d.ts extension for TypeScript definitions
add component imports to examples in README.md
v0.2.3
Compare
Sorry, something went wrong.
No results found
guard against window is undefined to support SSR environments, like SvelteKit
v0.2.2
Compare
Sorry, something went wrong.
No results found
add watchPosition, getGeolocationPosition, clearWatcher as accessor methods in the TypeScript definitions
v0.2.1
Compare
Sorry, something went wrong.
No results found
clear watcher in watchPosition method
v0.2.0
Compare
Sorry, something went wrong.
No results found
set watch to true to enable the geolocation.watchPosition API
export getGeolocationPosition, watchPosition, clearWatcher functions
v0.1.0
Compare
Sorry, something went wrong.
No results found