React Geolocated Versions Save

React hook for using Geolocation API

v3.0.0

4 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.

v2.5.1

4 years ago

2.5.1 (2019-08-23)

Bug Fixes

  • typings: add missing field of the HOC config (b40e0f1) thanks @chulanovskyi!

v2.5.0

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!

v2.4.1

5 years ago

2.4.1 (2019-01-29)

Bug Fixes

  • make demo show positionError if needed (0f867da)

v2.4.0

6 years ago

2.4.0 (2018-05-06)

Features

  • add onError and onSuccess callbacks (0aeb4fa), closes #188

v2.3.2

6 years ago

2.3.2 (2018-04-24)

Bug Fixes

  • typings: add missing config options (1cd1d49), closes #186

v2.3.1

6 years ago

2.3.1 (2018-04-18)

Bug Fixes

  • save reference to position watch (89d79cd), closes #183 thanks @giautm!

v2.3.0

6 years ago

2.3.0 (2018-01-24)

Features

  • component: add support for watchPosition() (a138845), closes #170

v2.2.1

6 years ago

2.2.1 (2017-10-27)

Bug Fixes

  • prevent warnings about setting the state on unmounted components (717539d)

v2.2.0

6 years ago

2.2.0 (2017-10-22)

Features

  • add option to delay location query (dcbe587)