react-svg-worldmap
Advanced tools
Comparing version 1.0.27 to 1.0.28
@@ -25,2 +25,6 @@ # CHANGELOG | ||
* Bug fix, console.log that was forgotten, solved issue | ||
* Bug fix, console.log that was forgotten, solved issue | ||
## 1.0.28 | ||
* Marker update, changed the style of markers and updated them to be circular because I believe that those would be more optimal for small countries rather than a larger icon like the old version |
{ | ||
"name": "react-svg-worldmap", | ||
"version": "1.0.27", | ||
"version": "1.0.28", | ||
"license": "MIT", | ||
@@ -28,3 +28,3 @@ "displayName": "React Worldmap", | ||
"react-path-tooltip": "^1.0.8", | ||
"react-path-marker": "^1.0.4", | ||
"react-path-marker": "^1.0.8", | ||
"@types/d3-geo": "^1.11.1", | ||
@@ -48,10 +48,6 @@ "d3-geo": "^1.11.9" | ||
"devDependencies": { | ||
"@types/d3-geo": "^1.11.1", | ||
"@types/jest": "^25.1.4", | ||
"@types/react": "^16.9.27", | ||
"@types/react": "^16.9.46", | ||
"@types/react-dom": "^16.9.5", | ||
"d3-geo": "^1.12.1", | ||
"husky": "^4.2.3", | ||
"react-path-marker": "^1.0.4", | ||
"react-path-tooltip": "^1.0.8", | ||
"tsdx": "^0.13.0", | ||
@@ -58,0 +54,0 @@ "tslib": "^1.11.1", |
@@ -125,3 +125,3 @@ # 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: | | ||
| type | string | Select type of map you want, either "tooltip" or "marker" | | ||
@@ -128,0 +128,0 @@ ## Samples |
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
432589
7
3358
Updatedreact-path-marker@^1.0.8