Releases: bence-toth/react-hook-geolocation
Releases · bence-toth/react-hook-geolocation
v1.1.0
What's Changed
- Updated workflow after renaming master to main by @bence-toth in #50
- Added
isEnabled
option to prevent asking for Geolocation data from be user immediately when the component mounts by @tremby in #52 and by @bence-toth in #53 and in #54
New Contributors
Full Changelog: 1.0.12...v1.1.0
v1.0.12
What's Changed
- Operability improvements by @bence-toth in #42
- Unit tests by @bence-toth in #46 and #47
Full Changelog: v1.0.11...1.0.12
v1.0.11
- Added ambient types for TypeScript
- Removed
/src
folder from published npm package
v1.0.10
Added React 18.x to peer dependencies
v1.0.9
- Updated dependencies
- Allowed React 17 as peer dependency
1.0.8: Merge pull request #31 from bence-toth/package-updates
- Added TS types
- Updated some vulnerable dependencies
v1.0.7
Changes
- Used correct update function on error
- Added missing
useEffect
deps