victory-pie
Advanced tools
Comparing version 13.3.0 to 13.3.1
# VictoryPie Changelog | ||
## 13.3.1 (2018-01-08) | ||
-[164](https://github.com/FormidableLabs/victory-pie/pull/164) Correct typo | ||
## 13.3.0 (2018-01-02) | ||
@@ -4,0 +8,0 @@ |
@@ -124,3 +124,3 @@ import _partialRight from "lodash/partialRight"; | ||
sortKey: PropTypes.oneOfType([PropTypes.func, CustomPropTypes.allOfType([CustomPropTypes.integer, CustomPropTypes.nonNegative]), PropTypes.string, PropTypes.arrayOf(PropTypes.string)]), | ||
sortOder: PropTypes.oneOf(["ascending", "descending"]), | ||
sortOrder: PropTypes.oneOf(["ascending", "descending"]), | ||
standalone: PropTypes.bool, | ||
@@ -127,0 +127,0 @@ startAngle: PropTypes.number, |
@@ -140,3 +140,3 @@ Object.defineProperty(exports, "__esModule", { | ||
sortKey: _propTypes2.default.oneOfType([_propTypes2.default.func, _victoryCore.PropTypes.allOfType([_victoryCore.PropTypes.integer, _victoryCore.PropTypes.nonNegative]), _propTypes2.default.string, _propTypes2.default.arrayOf(_propTypes2.default.string)]), | ||
sortOder: _propTypes2.default.oneOf(["ascending", "descending"]), | ||
sortOrder: _propTypes2.default.oneOf(["ascending", "descending"]), | ||
standalone: _propTypes2.default.bool, | ||
@@ -143,0 +143,0 @@ startAngle: _propTypes2.default.number, |
{ | ||
"name": "victory-pie", | ||
"version": "13.3.0", | ||
"version": "13.3.1", | ||
"description": "D3 pie & donut chart component for React", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -124,3 +124,3 @@ /*eslint no-magic-numbers: ["error", { "ignore": [-1, 0, 1, 2] }]*/ | ||
]), | ||
sortOder: PropTypes.oneOf(["ascending", "descending"]), | ||
sortOrder: PropTypes.oneOf(["ascending", "descending"]), | ||
standalone: PropTypes.bool, | ||
@@ -127,0 +127,0 @@ startAngle: PropTypes.number, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1388944
106823