Comparing version 0.27.0 to 0.27.1
# Victory Changelog | ||
## 0.27.1 (2018-06-21) | ||
VictoryCore | ||
-[390](https://github.com/FormidableLabs/victory-core/pull/390) *Breaking Change for other Victory packages* | ||
This PR changes how the exported helper `reduceChildren` operates, and removes `getDomainFromGroupedData` | ||
VictoryChart | ||
-[555](https://github.com/FormidableLabs/victory-chart/pull/555) Refactors how `VictoryStack` and `VictoryGroup` interact with child data. Fixes bugs related to stacked and grouped charts in `VictoryVoronoiContainer` | ||
## 0.27.0 (2018-06-05) | ||
@@ -10,3 +20,3 @@ | ||
**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 `minDomain` and `maxDomain` 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. `minDomain` and `maxDomain` 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. | ||
@@ -13,0 +23,0 @@ |
{ | ||
"name": "victory", | ||
"version": "0.27.0", | ||
"version": "0.27.1", | ||
"description": "Data viz for React", | ||
@@ -36,5 +36,5 @@ "keywords": [ | ||
"dependencies": { | ||
"victory-chart": "^27.0.0", | ||
"victory-core": "^23.0.2", | ||
"victory-pie": "^16.0.0" | ||
"victory-chart": "^27.1.0", | ||
"victory-core": "^24.0.0", | ||
"victory-pie": "^16.0.1" | ||
}, | ||
@@ -45,3 +45,3 @@ "devDependencies": { | ||
"lodash": "^4.17.5", | ||
"mocha": "^3.0.2", | ||
"mocha": "^5.0.0", | ||
"prop-types": "^15.5.8", | ||
@@ -48,0 +48,0 @@ "react": "^16.0.0", |
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
2131153
33118
- Removedvictory-core@23.0.7(transitive)
Updatedvictory-chart@^27.1.0
Updatedvictory-core@^24.0.0
Updatedvictory-pie@^16.0.1