Skip to content

Releases: no23reason/react-geolocated

v3.1.0

26 Oct 16:06
d660203
Compare
Choose a tag to compare

3.1.0 (2020-10-26)

Features

v3.0.1

08 Sep 15:10
b88abac
Compare
Choose a tag to compare

3.0.1 (2019-09-08)

Bug Fixes

  • remove frontmatter from README (b6cd27d)

v3.0.0

08 Sep 14:21
4de62a7
Compare
Choose a tag to compare

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

23 Aug 14:16
8b9683f
Compare
Choose a tag to compare

2.5.1 (2019-08-23)

Bug Fixes

v2.5.0

17 May 14:21
1641168
Compare
Choose a tag to compare

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

29 Jan 12:30
1b8c95c
Compare
Choose a tag to compare

2.4.1 (2019-01-29)

Bug Fixes

  • make demo show positionError if needed (0f867da)

v2.4.0

06 May 05:59
a18a55c
Compare
Choose a tag to compare

2.4.0 (2018-05-06)

Features

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

v2.3.2

24 Apr 07:00
5bee205
Compare
Choose a tag to compare

2.3.2 (2018-04-24)

Bug Fixes

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

v2.3.1

18 Apr 06:33
049569a
Compare
Choose a tag to compare

2.3.1 (2018-04-18)

Bug Fixes

v2.3.0

24 Jan 07:17
a7dc706
Compare
Choose a tag to compare

2.3.0 (2018-01-24)

Features

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