react-google-maps
Advanced tools
Comparing version 8.3.5 to 8.4.0
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="8.4.0"></a> | ||
# [8.4.0](https://github.com/tomchentw/react-google-maps/compare/v8.3.5...v8.4.0) (2017-10-10) | ||
### Features | ||
* **BicyclingLayer:** Add new component for _Google Maps BicyclingLayer_ ([26ce879](https://github.com/tomchentw/react-google-maps/commit/26ce879)) | ||
<a name="8.3.5"></a> | ||
@@ -7,0 +17,0 @@ ## [8.3.5](https://github.com/tomchentw/react-google-maps/compare/v8.3.4...v8.3.5) (2017-10-06) |
@@ -66,1 +66,4 @@ "use strict" | ||
"__SECRET_STREET_VIEW_PANORAMA_DO_NOT_USE_OR_YOU_WILL_BE_FIRED") | ||
var BICYCLING_LAYER = (exports.BICYCLING_LAYER = | ||
"__SECRET_BICYCLING_LAYER_DO_NOT_USE_OR_YOU_WILL_BE_FIRED") |
@@ -151,4 +151,13 @@ "use strict" | ||
var _BicyclingLayer = require("./components/BicyclingLayer") | ||
Object.defineProperty(exports, "BicyclingLayer", { | ||
enumerable: true, | ||
get: function get() { | ||
return _interopRequireDefault(_BicyclingLayer).default | ||
}, | ||
}) | ||
function _interopRequireDefault(obj) { | ||
return obj && obj.__esModule ? obj : { default: obj } | ||
} |
{ | ||
"name": "react-google-maps", | ||
"version": "8.3.5", | ||
"version": "8.4.0", | ||
"description": "React.js Google Maps integration component", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -19,2 +19,3 @@ describe("react-google-maps module (index.js)", () => { | ||
TrafficLayer, | ||
BicyclingLayer, | ||
StreetViewPanorama, | ||
@@ -46,4 +47,5 @@ } = require("../") | ||
expect(TrafficLayer).toBeDefined() | ||
expect(BicyclingLayer).toBeDefined() | ||
expect(StreetViewPanorama).toBeDefined() | ||
}) | ||
}) |
@@ -42,1 +42,3 @@ export const MAP = `__SECRET_MAP_DO_NOT_USE_OR_YOU_WILL_BE_FIRED` | ||
export const STREET_VIEW_PANORAMA = `__SECRET_STREET_VIEW_PANORAMA_DO_NOT_USE_OR_YOU_WILL_BE_FIRED` | ||
export const BICYCLING_LAYER = `__SECRET_BICYCLING_LAYER_DO_NOT_USE_OR_YOU_WILL_BE_FIRED` |
@@ -32,1 +32,3 @@ export { default as withScriptjs } from "./withScriptjs" | ||
export { default as StreetViewPanorama } from "./components/StreetViewPanorama" | ||
export { default as BicyclingLayer } from "./components/BicyclingLayer" |
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
470921
120
12803