React Geolocated Versions Save

React hook for using Geolocation API

v4.1.2

10 months ago

4.1.2 (2023-07-15)

Bug Fixes

  • add catch to permissions query, avoid bind (fa2817d)

v4.1.1

10 months ago

4.1.1 (2023-07-10)

Bug Fixes

  • reference the correct function in readme (f9cd616), closes #1374

v4.1.0

1 year ago

4.1.0 (2023-05-12)

Features

  • demo: enable location permission change in demo (82a888a), closes #1118
  • usegeolocated: add support to watch location permission change (ca1fdd2) thanks @mfaheemakhtar!

v4.0.3

1 year ago

4.0.3 (2022-06-09)

Bug Fixes

  • npm: fix npm description and keywords (70455ca)

v4.0.2

1 year ago

4.0.2 (2022-06-09)

Bug Fixes

v4.0.1

1 year ago

4.0.1 (2022-05-28)

Bug Fixes

  • ignore non-essential files, add sideEffects: false (b3319c1)

v4.0.0

1 year ago

4.0.0 (2022-05-28)

Features

  • rewrite from HOC to hook, support React 18 (ac0bc6b), closes #918

BREAKING CHANGES

  • Changed the component from HOC to hook.
  • The TypeScript types are now generated from code so there might be some slight changes.
  • We now require React >= 16.8.0 since we need hook support.
  • Dropped IE11 support, we now require ES6 support.

v3.2.0

3 years ago

3.2.0 (2021-04-25)

Features

  • add timestamp prop to the wrapped component (e110b08), closes #734

v3.1.0

3 years ago

3.1.0 (2020-10-26)

Features

  • allow React 17 as peerDependency (15fbd38) thanks @danbtl!

v3.0.1

4 years ago

3.0.1 (2019-09-08)

Bug Fixes

  • remove frontmatter from README (b6cd27d)