victory-voronoi
Advanced tools
Comparing version 37.0.1 to 37.0.2
# victory-voronoi | ||
## 37.0.2 | ||
### Patch Changes | ||
- Ensure undefined props do not overwrite defaults ([#2852](https://github.com/FormidableLabs/victory/pull/2852)) | ||
## 37.0.1 | ||
@@ -4,0 +10,0 @@ |
@@ -0,1 +1,2 @@ | ||
import _defaults from "lodash/defaults"; | ||
import React from "react"; | ||
@@ -40,6 +41,3 @@ import { Helpers, ClipPath, Path, Circle, UserProps } from "victory-core"; | ||
export const Voronoi = initialProps => { | ||
const props = evaluateProps({ | ||
...defaultProps, | ||
...initialProps | ||
}); | ||
const props = evaluateProps(_defaults({}, initialProps, defaultProps)); | ||
const { | ||
@@ -46,0 +44,0 @@ ariaLabel, |
@@ -7,2 +7,3 @@ "use strict"; | ||
exports.Voronoi = void 0; | ||
var _defaults2 = _interopRequireDefault(require("lodash/defaults")); | ||
var _react = _interopRequireDefault(require("react")); | ||
@@ -48,6 +49,3 @@ var _victoryCore = require("victory-core"); | ||
const Voronoi = initialProps => { | ||
const props = evaluateProps({ | ||
...defaultProps, | ||
...initialProps | ||
}); | ||
const props = evaluateProps((0, _defaults2.default)({}, initialProps, defaultProps)); | ||
const { | ||
@@ -54,0 +52,0 @@ ariaLabel, |
{ | ||
"name": "victory-voronoi", | ||
"version": "37.0.1", | ||
"version": "37.0.2", | ||
"description": "Voronoi Component for Victory", | ||
@@ -25,3 +25,3 @@ "keywords": [ | ||
"lodash": "^4.17.19", | ||
"victory-core": "^37.0.1" | ||
"victory-core": "^37.0.2" | ||
}, | ||
@@ -28,0 +28,0 @@ "peerDependencies": { |
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
1014484
18154
Updatedvictory-core@^37.0.2