react-geolocated

React hook for using Geolocation API

MIT License

Downloads
58.8K
Stars
296
Committers
12

Bot releases are visible (Hide)

react-geolocated - v4.1.2 Latest Release

Published by github-actions[bot] over 1 year ago

4.1.2 (2023-07-15)

Bug Fixes

  • add catch to permissions query, avoid bind (fa2817d)
react-geolocated - v4.1.1

Published by github-actions[bot] over 1 year ago

4.1.1 (2023-07-10)

Bug Fixes

  • reference the correct function in readme (f9cd616), closes #1374
react-geolocated - v4.1.0

Published by github-actions[bot] over 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!
react-geolocated - v4.0.3

Published by github-actions[bot] over 2 years ago

4.0.3 (2022-06-09)

Bug Fixes

  • npm: fix npm description and keywords (70455ca)
react-geolocated - v4.0.2

Published by github-actions[bot] over 2 years ago

4.0.2 (2022-06-09)

Bug Fixes

react-geolocated - v4.0.1

Published by github-actions[bot] over 2 years ago

4.0.1 (2022-05-28)

Bug Fixes

  • ignore non-essential files, add sideEffects: false (b3319c1)
react-geolocated - v4.0.0

Published by github-actions[bot] over 2 years 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.
react-geolocated - v3.2.0

Published by github-actions[bot] over 3 years ago

3.2.0 (2021-04-25)

Features

  • add timestamp prop to the wrapped component (e110b08), closes #734
react-geolocated - v3.1.0

Published by github-actions[bot] almost 4 years ago

3.1.0 (2020-10-26)

Features

  • allow React 17 as peerDependency (15fbd38) thanks @danbtl!
react-geolocated - v3.0.1

Published by no23reason about 5 years ago

3.0.1 (2019-09-08)

Bug Fixes

  • remove frontmatter from README (b6cd27d)
react-geolocated - v3.0.0

Published by no23reason about 5 years ago

3.0.0 (2019-09-08)

Bug Fixes

  • simplify code using class properties (55453c4)

Features

  • simplify file structure (eb7909b)

BREAKING CHANGES

  • The main exported file is now just src/index, not src/components/geolocated.
react-geolocated - v2.5.1

Published by no23reason about 5 years ago

2.5.1 (2019-08-23)

Bug Fixes

  • typings: add missing field of the HOC config (b40e0f1) thanks @chulanovskyi!
react-geolocated - v2.5.0

Published by no23reason over 5 years ago

2.5.0 (2019-05-17)

Features

  • a user of react geolocated may not want to assume optimisitically that the end user will give (af3f355), closes #215 thanks @tyleraadams!
react-geolocated - v2.4.1

Published by no23reason over 5 years ago

2.4.1 (2019-01-29)

Bug Fixes

  • make demo show positionError if needed (0f867da)
react-geolocated - v2.4.0

Published by no23reason over 6 years ago

2.4.0 (2018-05-06)

Features

  • add onError and onSuccess callbacks (0aeb4fa), closes #188
react-geolocated - v2.3.2

Published by no23reason over 6 years ago

2.3.2 (2018-04-24)

Bug Fixes

  • typings: add missing config options (1cd1d49), closes #186
react-geolocated - v2.3.1

Published by no23reason over 6 years ago

2.3.1 (2018-04-18)

Bug Fixes

  • save reference to position watch (89d79cd), closes #183 thanks @giautm!
react-geolocated - v2.3.0

Published by no23reason over 6 years ago

2.3.0 (2018-01-24)

Features

  • component: add support for watchPosition() (a138845), closes #170
react-geolocated - v2.2.1

Published by no23reason almost 7 years ago

2.2.1 (2017-10-27)

Bug Fixes

  • prevent warnings about setting the state on unmounted components (717539d)
react-geolocated - v2.2.0

Published by no23reason almost 7 years ago

2.2.0 (2017-10-22)

Features

  • add option to delay location query (dcbe587)
Package Rankings
Top 1.78% on Npmjs.org
Badges
Extracted from project README
npm version semantic-release
Related Projects