UNPKG

2.59 kBMarkdownView Raw
1# Changelog
2
3## 1.8.2 update dependencies
4
5## 1.8.1 cleanup
6
7## 1.8.0 cleanup, fix typos
8
9## 1.7.13 fixed umd build
10
11## 1.7.10 fixed InfoBox options bug
12
13## 1.7.9 fixed types for OverlayView props
14
15## 1.7.8 added panTo prop on `<GoogleMap />` component
16
17## 1.7.7 fix bug in Autocomplete
18
19## 1.7.6 fix types for Data component
20
21## 1.7.1 Added Transport Layer
22
23## 1.7.0 Added Infobox
24
25## 1.6.0 Update dependencies
26
27## 1.5.4 fix tsdx build issues
28
29## 1.5.3 fix umd build
30
31## 1.5.2 refactor script loading algorithm
32
33## 1.5.1 fix import for distance matrix
34
35## 1.5.0 Changes to loading script algorithm
36
37## 1.4.2 Fix onOverlayComplete
38
39## 1.4.0 Added DistanceMatrixService, fixed invariant errors, fixed getPixelPositionOffset in OverlayView, updated @react-google-maps/marker-clusterer@1.4.0
40
41## 1.2.4 Fixed builds with TSDX
42
43## 1.2.3 Added MarkerClusterer refactored to typescript
44
45- Removed instance persistance feature due to bugs with google-maps-api.
46
47- UMD and ESM builds
48
49- Added new onMouseUp and onMouseDown props for `<GoogleMap />` component
50
51## 1.2.2 fix draggable type on Marker, export Types alongside with Components, useGoogleMap hook
52
53## 1.2.1 fix InfoBox rendering issue
54
55## 1.2.0 Typescript refactoring
56
57- BREAKING: LoadScript wrapping div was changed to a sibling div [https://github.com/JustFly1984/react-google-maps-api/commit/3f52446b756ce7dc47b5886f1a07071f6a2643ec](https://github.com/JustFly1984/react-google-maps-api/commit/3f52446b756ce7dc47b5886f1a07071f6a2643ec)
58- Full embrace of strongly typed functionality. Autocomplete in your typescript projects out of the box.
59- Added onLoad and onUnmount callback props for each component.
60- added addon MarkerClusterer
61
62## 1.1.1-alpha Additional component support
63
64- StreetViewPanorama
65- StreetViewService
66- MarkerClusterer
67
68## 1.1.0
69
70- Re-write in Typescript
71- DEPRECATED: FuctionTablesLayer (was deprecated by google and support will be cut completely on December 3, 2019)
72
73## 1.0.10 Fix cleanup in `<LoadScript />`
74
75## 1.0.9 Fix hanging jest-worker child processes on `setInterval`
76
77## 1.0.8 Added StandaloneSearchBox component, update docs and examples
78
79## 1.0.3 Moved to organization @react-google-maps
80
81## Archive
82
83## 1.0.5
84
85Fixed a bug with `<LoadScript language />` prop update and cleanup after unmount
86
87## 1.0.6
88
89added `onUnmount` func prop to `<LoadScript />`
90
91## 1.0.7
92
93fix memory leak of google-maps-api-v3
94
95## 1.0.8
96
97added property `options` to `<GoogleMap options={}>`
98
99options are consistent with [MapOptions Interface](https://developers.google.com/maps/documentation/javascript/reference/map#MapOptions)