react-geolocated

React hook for using Geolocation API

MIT License

Downloads
58.8K
Stars
296
Committers
12

Bot releases are hidden (Show)

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)
react-geolocated - v2.1.0

Published by no23reason about 7 years ago

2.1.0 (2017-10-13)

Features

  • add support for React 16 (ed6ba48)
react-geolocated - v2.0.0

Published by no23reason over 7 years ago

<a name"2.0.0">

2.0.0 (2017-07-03)

Bug Fixes

  • typings: hide injected props from the HOC result (824ccc0c)

Breaking Changes

  • Injected props are no longer available for setting in the resulting components

#113

(824ccc0c)

react-geolocated - v1.0.3

Published by no23reason over 7 years ago

<a name"1.0.3">

1.0.3 (2017-04-13)

Bug Fixes

  • prop-types: fix dependency declaration according to prop-types docs (7e26330d)
react-geolocated - v1.0.2

Published by no23reason over 7 years ago

<a name"1.0.2">

1.0.2 (2017-04-10)

Bug Fixes

  • PropTypes: fix PropTypes deprecation warning (74c5562a)
react-geolocated - v1.0.1

Published by no23reason almost 8 years ago

<a name"1.0.1">

1.0.1 (2016-12-07)

Bug Fixes

  • typings: add support for functional stateless components to typings (7d3aa508)
react-geolocated - v1.0.0

Published by no23reason almost 8 years ago

<a name"1.0.0">

1.0.0 (2016-11-20)

Bug Fixes

  • simplify package.json, deprecate dist (68f6298e)
  • remove unnecessary files from distributed package (15279267)

Breaking Changes

  • No longer generates dist folder

    (68f6298e)

react-geolocated - Documentation and semantic-release

Published by no23reason almost 8 years ago

Enhancements

  • Improved the demo and its build process
  • Documented TypeScript definitions
  • Moved to semantic-release, added commitizen support
react-geolocated - Props passing

Published by no23reason about 8 years ago

Bugfixes

  • Pass props to child component properly (shout out to @RishabhJain96 for pointing this out)

Enhancements

  • Migrated tests to jest
  • Added code coverage reporting via codecov
  • Added tests for the TypeScript typings
react-geolocated - Type definitions fix

Published by no23reason about 8 years ago

Bugifixes

  • Made the props in TypeScript optional
  • Added npm-debug.log to .gitignore