Skip to content

Releases: no23reason/react-geolocated

TypeScript type definitions

24 Jul 14:19
Compare
Choose a tag to compare
Pre-release

New features

  • Added TypeScript type definitions

Handle Firefox behaviour when API call is not allowed

21 Jul 09:00
Compare
Choose a tag to compare

Adds the option to specify timeout for the user decision to allow us to fallback to not enable state even when the browser (Firefox) does not return an error from the Geolocation API call.

New features

  • Added the userDecisionTimeout config option

Enhancements

  • Made the default config values declaration simpler
  • Improved the build process by cleaning the output directory first

Deprecate isGettingLocation

17 Jul 17:03
Compare
Choose a tag to compare
Pre-release

New features

  • Removed the isGettingLocation prop as it was misleading
  • The isLoactionEnabled is now optimistically initially set to true

Enhancements

  • Upgraded ESLint to v 3.1.0 -> dropped support for Node.js of versions < 4

PropTypes

04 Jul 09:00
Compare
Choose a tag to compare
PropTypes Pre-release
Pre-release

New features

  • Added the propTypes definition

Remove lodash.merge dependency

03 Jul 19:10
Compare
Choose a tag to compare
Pre-release

Enhancements

  • Removed the lodash.merge dependency, making the package smaller

v0.1.1

03 Jul 18:56
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Bugfixes

  • Fixed the import id demo example in README.md

v0.1.0

24 Jul 14:10
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

New features

  • Initial working release