This commit is contained in:
Michael 2020-07-30 08:56:13 -03:00
parent 75613cb7cd
commit d0b242e8a9
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## [2.0.2] - 2020-07-30
- #878 Fix heatmap options not being updated
## [2.0.1] - 2020-07-30
- #864 On resize it's getting undefined minZoom
@ -8,7 +12,7 @@
### Changed
- Rewrite library using [create-react-library](https://www.npmjs.com/package/create-react-library)
- **Breaking** Move `google-map-react/utils` to module import, so instead of doing `import { utilName } from 'google-map-react/utils` you will do `import { utilName } from google-map-react`
- **Breaking** Move `google-map-react/utils` to module import, meaning that instead of doing: `import { utilName } from 'google-map-react/utils` you will do `import { utilName } from google-map-react`
## [1.1.7] - 2020-03-17

View File

@ -1,6 +1,6 @@
{
"name": "google-map-react",
"version": "2.0.1",
"version": "2.0.2",
"description": "Isomorphic component that allows rendering react components on a google map",
"author": "istarkov https://github.com/istarkov",
"license": "MIT",