Releases: no23reason/react-geolocated
Releases · no23reason/react-geolocated
v2.2.1
2.2.1 (2017-10-27)
Bug Fixes
- prevent warnings about setting the state on unmounted components (717539d)
v2.2.0
2.2.0 (2017-10-22)
Features
- add option to delay location query (dcbe587)
v2.1.0
2.1.0 (2017-10-13)
Features
v2.0.0
<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)
v1.0.3
<a name"1.0.3">
1.0.3 (2017-04-13)
Bug Fixes
- prop-types: fix dependency declaration according to prop-types docs (7e26330d)
v1.0.2
<a name"1.0.2">
1.0.2 (2017-04-10)
Bug Fixes
- PropTypes: fix PropTypes deprecation warning (74c5562a)
v1.0.1
<a name"1.0.1">
1.0.1 (2016-12-07)
Bug Fixes
- typings: add support for functional stateless components to typings (7d3aa508)
v1.0.0
<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
Documentation and semantic-release
Enhancements
- Improved the demo and its build process
- Documented TypeScript definitions
- Moved to
semantic-release
, added commitizen
support
Props passing
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