UNPKG

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