react-svg-worldmap
Advanced tools
Comparing version 1.0.23 to 1.0.24
@@ -8,1 +8,6 @@ # CHANGELOG | ||
* On hover - refine the highlighting. | ||
## 1.0.24 | ||
* Fixed dependency bug for d3-geo not being a module | ||
* Added marker type that is still in progress in beta (see README.md file for more detail) |
@@ -17,2 +17,3 @@ import React from "react"; | ||
frameColor?: string; | ||
type?: string; | ||
borderColor?: string; | ||
@@ -19,0 +20,0 @@ } |
{ | ||
"name": "react-svg-worldmap", | ||
"version": "1.0.23", | ||
"version": "1.0.24", | ||
"license": "MIT", | ||
@@ -24,3 +24,7 @@ "displayName": "React Worldmap", | ||
"react": ">=16", | ||
"react-dom": ">=16.0.0" | ||
}, | ||
"dependencies": { | ||
"react-path-tooltip": "^1.0.8", | ||
"react-path-marker": "^1.0.4", | ||
"@types/d3-geo": "^1.11.1", | ||
@@ -50,2 +54,3 @@ "d3-geo": "^1.11.9" | ||
"husky": "^4.2.3", | ||
"react-path-marker": "^1.0.4", | ||
"react-path-tooltip": "^1.0.8", | ||
@@ -52,0 +57,0 @@ "tsdx": "^0.13.0", |
@@ -103,4 +103,5 @@ # react-svg-worldmap [![License: MIT](https://img.shields.io/badge/license-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://img.shields.io/npm/v/react-svg-worldmap.svg?style=flat)](https://www.npmjs.com/package/react-svg-worldmap) [![Demo: Simple Example](https://img.shields.io/badge/demo-live-red.svg)](https://react-svg-worldmap-simple-example.imfast.io) | ||
| borderColor | string | Border color around each individual country. "black" by default | | ||
| type | string | Select type of map you want, either "tooltip" or "marker" :warning: ** Still in beta ** :warning: | | ||
## License | ||
MIT |
Sorry, the diff of this file is too big to display
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
429301
3334
107
6
11
+ Added@types/d3-geo@^1.11.1
+ Addedd3-geo@^1.11.9
+ Addedreact-path-marker@^1.0.4
+ Addedreact-path-tooltip@^1.0.8
+ Addedreact-path-marker@1.0.8(transitive)