1
+ ## [ unreleased(major)]
2
+
3
+ - Remove deprecated props (#952 ):
4
+ - Remove ` apiKey ` which has been deprecated for a long time
5
+ - Remove ` heatmapLibrary ` that we flagged as deprecated in #948
6
+ - Remove ` onBoundsChange ` which has been deprecated for a long time
7
+
8
+ ## [ 2.1.6] - 2020-09-25
9
+
10
+ - Change ` componentWillReceiveProps ` to ` componentDidUpdate ` (#950 )
11
+
12
+ ## [ 2.1.5] - 2020-09-22
13
+
14
+ - Use ` @googlemaps/js-api-loader ` (#946 )
15
+ - Fix libraries usage (#946 )
16
+
17
+ ## [ 2.1.3] - 2020-09-01
18
+
19
+ - Produce CommonJS and UMD bundles (#932 )
20
+
1
21
## [ 2.1.0] - 2020-08-31
2
22
3
- - # 921 Add support to libraries: places, visualization, places, and geomerty.
23
+ - Add support to libraries: places, visualization, places, and geomerty. ( # 921 )
4
24
And keeps support for previous heatMapLibrary prop to avoid breaking older usage.
5
25
6
26
## [ 2.0.4] - 2020-07-30
@@ -9,12 +29,12 @@ And keeps support for previous heatMapLibrary prop to avoid breaking older usage
9
29
10
30
## [ 2.0.2] - 2020-07-30
11
31
12
- - # 878 Fix heatmap options not being updated
32
+ - Fix heatmap options not being updated ( # 878 )
13
33
14
34
## [ 2.0.1] - 2020-07-30
15
35
16
- - # 864 On resize it's getting undefined minZoom
17
- - # 873 Moves marker dispatcher binds to componentDidMount
36
+ - On resize it's getting undefined minZoom ( # 864 )
37
+ - Moves marker dispatcher binds to componentDidMount ( # 873 )
18
38
19
39
## [ 2.0.0] - 2020-07-30
20
40
@@ -25,120 +45,120 @@ And keeps support for previous heatMapLibrary prop to avoid breaking older usage
25
45
26
46
## [ 1.1.7] - 2020-03-17
27
47
28
- - # 835 Add dev folders to .gitignore
48
+ - Add dev folders to .gitignore ( # 835 )
29
49
30
50
## [ 1.1.6] - 2020-02-04
31
51
32
- - # 827 Updated China base url
52
+ - Updated China base url ( # 827 )
33
53
34
54
## [ 1.1.5] - 2019-09-20
35
55
36
- - # 778 Add UNSAFE_ prefix to deprecated lifecycle methods
37
- - # 769 Move prop-types to dependencies
38
- - # 759 Add shouldUnregisterMapOnUnmount prop to persist map object on unmount
39
- - # 754 Add prop 'onDragEnd'
56
+ - Add UNSAFE_ prefix to deprecated lifecycle methods ( # 778 )
57
+ - Move prop-types to dependencies ( # 769 )
58
+ - Add shouldUnregisterMapOnUnmount prop to persist map object on unmount ( # 759 )
59
+ - Add prop 'onDragEnd' ( # 754 )
40
60
41
61
## [ 1.1.4] - 2019-04-03
42
62
43
- - # 738 Revert #726 Google Map loader respecting the app language change
44
- - # 739 Revert #722 Add shouldUnregisterMapOnUnmount prop to persist map object on unmount
63
+ - Revert #726 Google Map loader respecting the app language change ( # 738 )
64
+ - Revert #722 Add shouldUnregisterMapOnUnmount prop to persist map object on unmount ( # 739 )
45
65
46
66
## [ 1.1.3] - 2019-04-01
47
67
48
- - # 726 Google Map loader respecting the app language change
49
- - # 722 Add shouldUnregisterMapOnUnmount prop to persist map object on unmount
50
- - # 728 Fix: Update heatmap layer when heatmap positions prop changes
68
+ - Google Map loader respecting the app language change ( # 726 )
69
+ - Add shouldUnregisterMapOnUnmount prop to persist map object on unmount ( # 722 )
70
+ - Fix: Update heatmap layer when heatmap positions prop changes ( # 728 )
51
71
52
72
## [ 1.1.2] - 2018-12-18
53
73
54
- - # 696 Add React 16 createPortal with backwards compatibility
74
+ - Add React 16 createPortal with backwards compatibility ( # 696 )
55
75
56
76
## [ 1.1.1] - 2018-10-21
57
77
58
- - # 679 Revert #593 (had a problem with the way of importing libraries)
78
+ - Revert #593 (had a problem with the way of importing libraries) ( # 679 )
59
79
60
80
## [ 1.1.0] - 2018-10-08
61
81
62
- - # 655 Add math abs to avoid negative values when calculating zoom
63
- - # 656 Pass map instance to onDrag handler
64
- - # 593 Added feature: update heat map on data change + fix linting
82
+ - Add math abs to avoid negative values when calculating zoom ( # 655 )
83
+ - Pass map instance to onDrag handler ( # 656 )
84
+ - Added feature: update heat map on data change + fix linting ( # 593 )
65
85
66
86
## [ 1.0.9] - 2018-09-29
67
87
68
- - # 634 Custom div style options
88
+ - Custom div style options ( # 634 )
69
89
70
90
## [ 1.0.8] - 2018-09-21
71
91
72
- - # 645 Revert #643 Use React 16 map portal to render map overlay. Was causing problems for users using React version < 16
92
+ - Revert #643 Use React 16 map portal to render map overlay. Was causing problems for users ( # 645 ) using React version < 16
73
93
74
94
## [ 1.0.7] - 2018-09-20
75
95
76
- - # 631 Add passive scroll
77
- - # 643 Use React 16 map portal to render map overlay
96
+ - Add passive scroll ( # 631 )
97
+ - Use React 16 map portal to render map overlay ( # 643 )
78
98
79
99
## [ 1.0.6] - 2018-08-03
80
100
81
- - # 620 Fix bug in fromContainerPixelToLatLng()
82
- - # 615 Add prop ` onTilesLoaded `
101
+ - Fix bug in fromContainerPixelToLatLng() ( # 620 )
102
+ - Add prop ` onTilesLoaded ` ( # 615 )
83
103
84
104
## [ 1.0.5] - 2018-06-26
85
105
86
- - # 605 Fix build
87
- - # 603 Remove marker jiggle, Issue #575
106
+ - Fix build ( # 605 )
107
+ - Remove marker jiggle, Issue #575 ( # 603 )
88
108
89
109
## [ 1.0.4] - 2018-06-11
90
110
91
- - # 570 Avoid null error
92
- - # 594 Add guard around mapDom event listener
93
- - # 592 Move dep for react-dom
111
+ - Avoid null error ( # 570 )
112
+ - Add guard around mapDom event listener ( # 594 )
113
+ - Move dep for react-dom ( # 592 )
94
114
95
115
## [ 1.0.3] - 2018-05-17
96
116
97
- - # 580 : Scales tiles properly
117
+ -: Scales tiles properly ( # 580 )
98
118
99
119
## [ 1.0.2] - 2018-05-13
100
120
101
- - # 577 Move react-dom to dependencies
121
+ - Move react-dom to dependencies ( # 577 )
102
122
103
123
## [ 1.0.1] - 2018-05-12
104
124
105
- - # 572 Add weights to the heatmap
125
+ - Add weights to the heatmap ( # 572 )
106
126
107
127
## [ 1.0.0] - 2018-04-27
108
128
109
- - # 559 Fix soom animation for google maps' version 3.32
110
- - # 548 Improves to documentation
111
- - # 535 Remove lodash completely, using our own functions, now the build size is 4 times smaller.
112
- - # 533 Fixes some of the examples in the documentation
113
- - # 555 & #563 Fix error Target container is not a DOM element
129
+ - Fix soom animation for google maps' version 3.32 ( # 559 )
130
+ - Improves to documentation ( # 548 )
131
+ - Remove lodash completely, using our own functions, now the build size is 4 times smaller. ( # 535 )
132
+ - Fixes some of the examples in the documentation ( # 533 )
133
+ - & #563 Fix error Target container is not a DOM element ( # 555 )
114
134
115
135
## [ 0.34.0] - 2018-04-27
116
136
117
- - # 521 Upgrade .babelrc
118
- - # 211 Call zoomControlClickTime on all clicks
119
- - # 530 Set latest release version as default if user does not specify a version
137
+ - Upgrade .babelrc ( # 521 )
138
+ - Call zoomControlClickTime on all clicks ( # 211 )
139
+ - Set latest release version as default if user does not specify a version ( # 530 )
120
140
121
141
## [ 0.33.0] - 2018-03-09
122
142
123
- - # 504 Added loose to es2015 for IE10, IE11 support
124
- - # 517 Fix error about fromLatLngToDivPixel
125
- - # 525 Accept 0 as zoom value
126
- - # 529 Update package.json
143
+ - Added loose to es2015 for IE10, IE11 support ( # 504 )
144
+ - Fix error about fromLatLngToDivPixel ( # 517 )
145
+ - Accept 0 as zoom value ( # 525 )
146
+ - Update package.json ( # 529 )
127
147
128
148
## [ 0.30.0] - 2018-02-12
129
149
130
- - # 441 Add heatmap functionality
131
- - # 496 Fix support for china
150
+ - Add heatmap functionality ( # 441 )
151
+ - Fix support for china ( # 496 )
132
152
133
153
## [ 0.28.0] - 2018-01-18
134
154
135
- - # 494 Add support for China
155
+ - Add support for China ( # 494 )
136
156
137
157
## [ 0.27.0] - 2018-01-04
138
158
139
- - # 485 Add fullscreen check for Internet explorer 11
140
- - # 482 Make ` resetBoundsOnResize ` preserve center when full-screened
141
- - # 483 Updates yarn.lock to fix @mapbox/point-geometry warning
159
+ - Add fullscreen check for Internet explorer 11 ( # 485 )
160
+ - Make ` resetBoundsOnResize ` preserve center when full-screened ( # 482 )
161
+ - Updates yarn.lock to fix @mapbox/point-geometry warning ( # 483 )
142
162
143
163
## [ 0.9]
144
164
0 commit comments