victory-area
Advanced tools
Comparing version 37.0.1 to 37.0.2
# victory-area | ||
## 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"; | ||
/* eslint no-magic-numbers: ["error", { "ignore": [-1, 0, 1, 2] }]*/ | ||
@@ -75,6 +76,3 @@ import React from "react"; | ||
export const Area = initialProps => { | ||
const props = evaluateProps({ | ||
...defaultProps, | ||
...initialProps | ||
}); | ||
const props = evaluateProps(_defaults({}, initialProps, defaultProps)); | ||
const { | ||
@@ -81,0 +79,0 @@ ariaLabel, |
@@ -7,2 +7,3 @@ "use strict"; | ||
exports.Area = void 0; | ||
var _defaults2 = _interopRequireDefault(require("lodash/defaults")); | ||
var _react = _interopRequireDefault(require("react")); | ||
@@ -86,6 +87,3 @@ var d3Shape = _interopRequireWildcard(require("victory-vendor/d3-shape")); | ||
const Area = initialProps => { | ||
const props = evaluateProps({ | ||
...defaultProps, | ||
...initialProps | ||
}); | ||
const props = evaluateProps((0, _defaults2.default)({}, initialProps, defaultProps)); | ||
const { | ||
@@ -92,0 +90,0 @@ ariaLabel, |
{ | ||
"name": "victory-area", | ||
"version": "37.0.1", | ||
"version": "37.0.2", | ||
"description": "Area Component for Victory", | ||
@@ -24,4 +24,4 @@ "keywords": [ | ||
"lodash": "^4.17.19", | ||
"victory-core": "^37.0.1", | ||
"victory-vendor": "^37.0.1" | ||
"victory-core": "^37.0.2", | ||
"victory-vendor": "^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
1184169
20532
Updatedvictory-core@^37.0.2
Updatedvictory-vendor@^37.0.2