Comparing version 0.26.1 to 0.27.0
# Victory Changelog | ||
## 0.27.0 (2018-06-05) | ||
**Breaking Changes** | ||
- Refactors utility methods. This is an internal breaking change, but should not be a breaking change for most Victory users. See [victory-core/380](https://github.com/FormidableLabs/victory-core/pull/380) for details | ||
- Upgrades to `react-fast-compare@^2.0.0` which changes function comparison. This means that Victory components _will_ update when functions are not equal. This closes several Victory issues, but may cause a slight performance decline | ||
**New Features** | ||
- Adds `domainMin` and `domainMax` props. These props may be used to set one edge of a domain while allowing the other edge to be determined by data or other props. `domainMin` and `domainMax` override `domainPadding`. | ||
- Adds `singleQuadrantDomainPadding` prop. This prop may be given as a boolean or an object with boolean values for x and y. When this prop is set to `false` for a given dimension, any `domainPadding` applied in that dimension will _not_ be constrained to existing quadrants. | ||
## 0.26.1 (2018-05-17) | ||
@@ -4,0 +15,0 @@ |
{ | ||
"name": "victory", | ||
"version": "0.26.1", | ||
"version": "0.27.0", | ||
"description": "Data viz for React", | ||
@@ -36,5 +36,5 @@ "keywords": [ | ||
"dependencies": { | ||
"victory-chart": "^26.1.0", | ||
"victory-core": "^22.1.1", | ||
"victory-pie": "^15.0.1" | ||
"victory-chart": "^27.0.0", | ||
"victory-core": "^23.0.2", | ||
"victory-pie": "^16.0.0" | ||
}, | ||
@@ -41,0 +41,0 @@ "devDependencies": { |
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
2130182
33137
+ Addedreact-fast-compare@2.0.4(transitive)
+ Addedvictory-chart@27.1.1(transitive)
+ Addedvictory-core@23.0.724.0.1(transitive)
+ Addedvictory-pie@16.1.0(transitive)
- Removedreact-fast-compare@1.0.0(transitive)
- Removedvictory-chart@26.1.1(transitive)
- Removedvictory-core@22.1.6(transitive)
- Removedvictory-pie@15.0.1(transitive)
Updatedvictory-chart@^27.0.0
Updatedvictory-core@^23.0.2
Updatedvictory-pie@^16.0.0