You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
## [2.0.2] - 2020-07-30
2
+
3
+
-#878 Fix heatmap options not being updated
4
+
1
5
## [2.0.1] - 2020-07-30
2
6
3
7
-#864 On resize it's getting undefined minZoom
@@ -8,7 +12,7 @@
8
12
### Changed
9
13
10
14
- Rewrite library using [create-react-library](https://www.npmjs.com/package/create-react-library)
11
-
-**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`
15
+
-**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`
0 commit comments