victory-pie
Advanced tools
Comparing version 10.1.0 to 10.2.0
# VictoryPie Changelog | ||
## 10.2.0 (2017-02-25) | ||
Updates `victory-core` to include the following changes: | ||
- Removes default `title` and `desc` props from `VictoryContainer` | ||
- Adds support for providing `text` as an array for `VictoryLabel` | ||
- Adds support for providing `style` as an array for `VictoryLabel` so that each line of a multi-line label may be styled independently | ||
- `VictoryTooltip` no longer automatically adds the `active` prop to data when hovered. To turn this behavior on, set the new `activateData` boolean prop on `VictoryTooltip` | ||
## 10.1.0 (2017-01-30) | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "victory-pie", | ||
"version": "10.1.0", | ||
"version": "10.2.0", | ||
"description": "D3 pie & donut chart component for React", | ||
@@ -32,3 +32,3 @@ "main": "lib/index.js", | ||
"lodash": "^4.12.0", | ||
"victory-core": "^13.0.1" | ||
"victory-core": "^14.0.0" | ||
}, | ||
@@ -35,0 +35,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
928154
17503
+ Addedvictory-core@14.1.1(transitive)
- Removedvictory-core@13.0.4(transitive)
Updatedvictory-core@^14.0.0