victory-pie
Advanced tools
Comparing version 13.3.1 to 14.0.0
# VictoryPie Changelog | ||
## 14.0.0 (2018-02-04) | ||
-[166](https://github.com/FormidableLabs/victory-pie/pull/166) Update Victory primitives | ||
**This is a breaking change** | ||
Internal methods for _all_ Victory primitive components have changed. This will be a breaking change for users who are extending primitive components, including `victory-native`. | ||
## 13.3.1 (2018-01-08) | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "victory-pie", | ||
"version": "13.3.1", | ||
"version": "14.0.0", | ||
"description": "D3 pie & donut chart component for React", | ||
@@ -28,3 +28,5 @@ "main": "lib/index.js", | ||
"version": "builder run npm:version", | ||
"storybook": "start-storybook -p 3001" | ||
"storybook": "start-storybook -p 3001", | ||
"lank-watch": "lank exec -u -- builder run build-watch", | ||
"lank-run": "lank exec -m victory-pie -uq -- builder run dev --expand-archetype" | ||
}, | ||
@@ -34,3 +36,3 @@ "dependencies": { | ||
"lodash": "^4.17.4", | ||
"victory-core": "^20.6.0" | ||
"victory-core": "^21.0.0" | ||
}, | ||
@@ -37,0 +39,0 @@ "devDependencies": { |
@@ -30,3 +30,30 @@ [![Travis Status][trav_img]][trav_site] | ||
``` | ||
### Multi-repo development | ||
Victory uses [`lank`](https://github.com/FormidableLabs/lank) for multi-repo development. Use a lank workflow to test changes in victory dependencies. Here's an example of setting up lank to test changes in `victory-core` from `victory-pie` | ||
**First, make sure that all of your Victory repos are _siblings_ in the same directory** | ||
```sh | ||
# Install lank globally | ||
$ npm install -g lank | ||
``` | ||
Victory repos are already configured with appropriate `.lankrc` and lank scripts. To test changes in `victory-core` from `victory-pie`: | ||
```sh | ||
# Run all commands from the root of `victory-pie` | ||
$ cd victory-pie | ||
# Run `lank link` to remove `victory-core` from node_modules | ||
$ lank link | ||
# Watch for changes to lanked repos. Leave this process running in its own terminal window | ||
$ npm run lank-watch | ||
# Run a dev server with your lanked repos. In a new terminal window... | ||
$ npm run lank-run | ||
``` | ||
Refresh your browser to pick up changes. | ||
For more on the development environment, see [DEVELOPMENT](https://github.com/FormidableLabs/builder-victory-component-dev/blob/master/DEVELOPMENT.md) in the project builder archetype. | ||
@@ -33,0 +60,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
1419958
24936
76
+ Addedreact-fast-compare@1.0.0(transitive)
+ Addedvictory-core@21.1.13(transitive)
- Removedvictory-core@20.6.0(transitive)
Updatedvictory-core@^21.0.0