victory-line
Advanced tools
Comparing version 36.6.8 to 36.6.10
# victory-line | ||
## 36.6.10 | ||
### Patch Changes | ||
- Setup NPM Provenance ([#2590](https://github.com/FormidableLabs/victory/pull/2590)) | ||
## 36.6.9 | ||
### Patch Changes | ||
- Setup NPM Provenance ([#2587](https://github.com/FormidableLabs/victory/pull/2587)) | ||
* Set VictoryLine to default to "pointer-events: stroke" so that events fire properly when lines overlap (fixes [#2468](https://github.com/FormidableLabs/victory/issues/2468)) ([#2530](https://github.com/FormidableLabs/victory/pull/2530)) | ||
## 36.6.8 | ||
@@ -4,0 +18,0 @@ |
@@ -26,3 +26,4 @@ import _assign from "lodash/assign"; | ||
fill: "none", | ||
stroke: "black" | ||
stroke: "black", | ||
pointerEvents: "stroke" | ||
}, props.style), props); | ||
@@ -29,0 +30,0 @@ var tabIndex = Helpers.evaluateProp(props.tabIndex, props); |
@@ -38,3 +38,4 @@ "use strict"; | ||
fill: "none", | ||
stroke: "black" | ||
stroke: "black", | ||
pointerEvents: "stroke" | ||
}, props.style), props); | ||
@@ -41,0 +42,0 @@ |
{ | ||
"name": "victory-line", | ||
"version": "36.6.8", | ||
"version": "36.6.10", | ||
"description": "Line Component for Victory", | ||
@@ -13,3 +13,3 @@ "keywords": [ | ||
"type": "git", | ||
"url": "https://github.com/formidablelabs/victory.git" | ||
"url": "https://github.com/FormidableLabs/victory" | ||
}, | ||
@@ -26,4 +26,4 @@ "homepage": "https://formidable.com/open-source/victory", | ||
"prop-types": "^15.8.1", | ||
"victory-core": "^36.6.8", | ||
"victory-vendor": "^36.6.8" | ||
"victory-core": "^36.6.10", | ||
"victory-vendor": "^36.6.10" | ||
}, | ||
@@ -37,2 +37,5 @@ "peerDependencies": { | ||
}, | ||
"publishConfig": { | ||
"provenance": true | ||
}, | ||
"wireit": { | ||
@@ -39,0 +42,0 @@ "### THESE WIREIT CONFIGS ARE GENERATED ####": {}, |
Sorry, the diff of this file is too big to display
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
1441469
23705
+ Added@types/d3-time@3.0.4(transitive)
- Removed@types/d3-time@3.0.3(transitive)
Updatedvictory-core@^36.6.10
Updatedvictory-vendor@^36.6.10