Comparing version 0.21.2 to 0.21.3
# Victory Changelog | ||
## 0.21.3 (2017-07-24) | ||
VictoryCore | ||
- [267](https://github.com/FormidableLabs/victory-core/pull/267) Correct single-point domain logic | ||
- [268](https://github.com/FormidableLabs/victory-core/pull/268) Correct stacked domain logic | ||
- [269](https://github.com/FormidableLabs/victory-core/pull/269) `VictoryLabel` accepts percentage values for `x` and `y` | ||
- [270](https://github.com/FormidableLabs/victory-core/pull/270) `VictoryLegend` supports events | ||
- [272](https://github.com/FormidableLabs/victory-core/pull/272) Aggressive `shouldComponentUpdate` logic for evented Victory components *Breaking change for some components using `addEvents` | ||
VictoryChart | ||
- [496](https://github.com/FormidableLabs/victory-chart/pull/496) `VictoryZoomContainer` improvements for real-time, updating data | ||
- [497](https://github.com/FormidableLabs/victory-chart/pull/497) bugfix: apply `domainPadding` to explicit domains | ||
- [498](https://github.com/FormidableLabs/victory-chart/pull/498) `VictoryAxis` determines its own default `tickFormat` | ||
- [499](https://github.com/FormidableLabs/victory-chart/pull/499) Fix label prop merge order for `VictoryVoronoiContainer` labels | ||
- [500](https://github.com/FormidableLabs/victory-chart/pull/500) Support performance improvements for evented components _e.g._ `VictoryArea`, `VictoryBar` ... | ||
## 0.21.2 (2017-07-13) | ||
@@ -4,0 +20,0 @@ |
{ | ||
"name": "victory", | ||
"version": "0.21.2", | ||
"version": "0.21.3", | ||
"description": "Data viz for React", | ||
@@ -36,5 +36,5 @@ "keywords": [ | ||
"dependencies": { | ||
"victory-chart": "^21.3.0", | ||
"victory-core": "^16.3.0", | ||
"victory-pie": "^11.3.0" | ||
"victory-chart": "^21.4.0", | ||
"victory-core": "^17.0.0", | ||
"victory-pie": "^11.4.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
2313127
40846
- Removedvictory-core@16.3.0(transitive)
Updatedvictory-chart@^21.4.0
Updatedvictory-core@^17.0.0
Updatedvictory-pie@^11.4.0