Releases: no23reason/react-geolocated
Releases · no23reason/react-geolocated
v3.1.0
3.1.0 (2020-10-26)
Features
v3.0.1
3.0.1 (2019-09-08)
Bug Fixes
- remove frontmatter from README (b6cd27d)
v3.0.0
3.0.0 (2019-09-08)
Bug Fixes
- simplify code using class properties (55453c4)
Features
BREAKING CHANGES
- The main exported file is now just src/index, not src/components/geolocated.
v2.5.1
2.5.1 (2019-08-23)
Bug Fixes
v2.5.0
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
2.4.1 (2019-01-29)
Bug Fixes
- make demo show positionError if needed (0f867da)
v2.4.0
2.4.0 (2018-05-06)
Features
- add onError and onSuccess callbacks (0aeb4fa), closes #188
v2.3.2
2.3.2 (2018-04-24)
Bug Fixes
- typings: add missing config options (1cd1d49), closes #186
v2.3.1
2.3.1 (2018-04-18)
Bug Fixes
v2.3.0
2.3.0 (2018-01-24)
Features
- component: add support for watchPosition() (a138845), closes #170