mirror of
https://github.com/google-map-react/google-map-react.git
synced 2025-12-08 18:26:32 +00:00
2.0.2
This commit is contained in:
parent
75613cb7cd
commit
d0b242e8a9
@ -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
|
||||
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user