@react-google-maps/api
Advanced tools
Comparing version 1.8.2 to 1.8.3
# Changelog | ||
## 1.8.2 update dependencies | ||
## 1.8.1 cleanup | ||
@@ -4,0 +6,0 @@ |
@@ -65,5 +65,5 @@ /// <reference types="googlemaps" /> | ||
onZoomChanged?: () => void; | ||
/** This callback is called when the map instance has loaded. It is called with the map instance. */ | ||
onLoad?: (map: google.maps.Map) => void | Promise<void>; | ||
/** This callback is called when the component unmounts. It is called with the map instance. */ | ||
onLoad?: (map: google.maps.Map) => void | Promise<void>; | ||
/** This callback is called when the map instance has loaded. It is called with the map instance. */ | ||
onUnmount?: (map: google.maps.Map) => void | Promise<void>; | ||
@@ -70,0 +70,0 @@ } |
{ | ||
"name": "@react-google-maps/api", | ||
"sideEffects": false, | ||
"version": "1.8.2", | ||
"version": "1.8.3", | ||
"description": "React.js Google Maps API integration", | ||
@@ -71,3 +71,2 @@ "license": "MIT", | ||
"visualization/HeatmapLayer", | ||
"withGoogleMap", | ||
"ScriptLoader", | ||
@@ -105,6 +104,6 @@ "Typescript" | ||
"@types/invariant": "2.2.31", | ||
"@types/jest": "24.9.0", | ||
"@types/react-dom": "16.9.4", | ||
"@typescript-eslint/eslint-plugin": "2.16.0", | ||
"@typescript-eslint/parser": "2.16.0", | ||
"@types/jest": "25.1.1", | ||
"@types/react-dom": "16.9.5", | ||
"@typescript-eslint/eslint-plugin": "2.19.0", | ||
"@typescript-eslint/parser": "2.19.0", | ||
"awesome-typescript-loader": "5.2.1", | ||
@@ -119,3 +118,3 @@ "eslint": "6.8.0", | ||
"eslint-plugin-html": "6.0.0", | ||
"eslint-plugin-import": "2.20.0", | ||
"eslint-plugin-import": "2.20.1", | ||
"eslint-plugin-json": "2.0.1", | ||
@@ -127,3 +126,3 @@ "eslint-plugin-jsx-a11y": "6.2.3", | ||
"eslint-plugin-promise": "4.2.1", | ||
"eslint-plugin-react": "7.18.0", | ||
"eslint-plugin-react": "7.18.3", | ||
"eslint-plugin-react-functional-set-state": "1.2.1", | ||
@@ -134,5 +133,5 @@ "eslint-plugin-react-hooks": "2.3.0", | ||
"eslint-plugin-standard": "4.0.1", | ||
"eslint-plugin-you-dont-need-lodash-underscore": "6.8.0", | ||
"jest": "24.9.0", | ||
"jest-cli": "24.9.0", | ||
"eslint-plugin-you-dont-need-lodash-underscore": "6.9.0", | ||
"jest": "25.1.0", | ||
"jest-cli": "25.1.0", | ||
"react": "16.12.0", | ||
@@ -142,5 +141,5 @@ "react-docgen": "5.1.0", | ||
"react-dom": "16.12.0", | ||
"react-styleguidist": "10.6.0", | ||
"rimraf": "3.0.0", | ||
"ts-jest": "24.3.0", | ||
"react-styleguidist": "10.6.1", | ||
"rimraf": "3.0.1", | ||
"ts-jest": "25.2.0", | ||
"tsdx": "0.12.3", | ||
@@ -147,0 +146,0 @@ "typescript": "3.7.5", |
@@ -22,6 +22,6 @@ # OverlayView example | ||
const divStyle = { | ||
background: `white`, | ||
border: `1px solid #ccc`, | ||
background: 'white', | ||
border: '1px solid #ccc', | ||
padding: 15 | ||
} | ||
}; | ||
@@ -28,0 +28,0 @@ <ScriptLoaded> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1753810