Comparing version 0.14.0 to 0.14.1
# Victory Changelog | ||
## 0.14.1 (2016-12-12) | ||
- Fixes minor animation bugs | ||
- Fixes bugs in VictoryZoom | ||
- Adds `pointerEvent: "none"` to tooltip | ||
## 0.14.0 (2016-12-02) | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "victory", | ||
"version": "0.14.0", | ||
"version": "0.14.1", | ||
"description": "Data viz for React", | ||
@@ -35,4 +35,4 @@ "keywords": [ | ||
"dependencies": { | ||
"victory-chart": "^14.0.0", | ||
"victory-core": "^10.0.0", | ||
"victory-chart": "^14.0.3", | ||
"victory-core": "^10.0.2", | ||
"victory-pie": "^7.2.0" | ||
@@ -39,0 +39,0 @@ }, |
[![Travis Status][trav_img]][trav_site] | ||
![](https://badge-size.herokuapp.com/FormidableLabs/victory/master/dist/victory.min.js?compression=gzip) | ||
[![Join the chat at https://gitter.im/FormidableLabs/victory](https://badges.gitter.im/FormidableLabs/victory.svg)](https://gitter.im/FormidableLabs/victory?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
Victory | ||
======= | ||
Victory is an opinionated, but fully overridable, ecosystem of composable React components for building interactive data visualizations. This repo aggregates all of the stable Victory components so they can be conveniently included. | ||
<h1 align="center">Victory</h1> | ||
<h4 align="center"> | ||
an ecosystem of composable React components for building interactive data visualizations. | ||
</h4> | ||
<p align="center"> | ||
<img width="471" alt="animation" src="https://cloud.githubusercontent.com/assets/3719995/20915445/ca54be30-bb3a-11e6-95d0-7867af91f269.gif"> | ||
</p> | ||
- [Getting Started](#getting-started) | ||
- [Victory Native](#victory-native) | ||
- [API Documentation](http://formidable.com/open-source/victory/docs) | ||
- [Guides](http://formidable.com/open-source/victory/guides) | ||
- [Contributing](#contributing) | ||
- [_IMPORTANT_](#important) | ||
* See the **docs and examples** on the website: http://formidable.com/open-source/victory. | ||
@@ -14,13 +26,6 @@ * **Experiment** with all Victory components in this [JSBin](http://jsbin.com/qekike/edit) or this [JSFiddle](https://jsfiddle.net/5g20p8vd/6/). | ||
**Important:** _This project is in alpha release. We're hard at work fixing bugs and improving the API. Be prepared for breaking changes!_ | ||
**SEMVER** Minor version bumps should be considered breaking changes until we hit v1.0.0. Patches can be considered safe. | ||
**Caveats** git installs using npm 2 may fail in postinstall. If you are consuming Victory via git installs please use npm >=3.0.0 | ||
## Getting started | ||
**VictoryNative** | ||
Want to use `Victory` with React Native? Check out [VictoryNative](https://github.com/FormidableLabs/victory-native) | ||
## Get started | ||
1. Add Victory to your project: | ||
@@ -52,39 +57,19 @@ | ||
![VictoryPie](https://cloud.githubusercontent.com/assets/3802023/12114963/369a6538-b3a6-11e5-898c-db410a335a7b.png) | ||
<p align="center"> | ||
<img align="center" width="471" alt="pie" src="https://cloud.githubusercontent.com/assets/3719995/20915779/b51e3652-bb3c-11e6-8243-6e7521a59115.png"> | ||
</p> | ||
## Victory Native | ||
Want to use `Victory` with React Native? Check out [victory-native](https://github.com/FormidableLabs/victory-native) | ||
Victory Native shares most of its code with Victory, and has a nearly identical api! | ||
## Including components: | ||
## Contributing | ||
Components can be included individually | ||
The `victory` repo aggregates stable victory components that are developed in other repos. The `victory` | ||
repo is only updated with new releases, but the following repos are under very active development. | ||
```js | ||
import {VictoryLine, VictoryAxis} from "victory" | ||
[`victory-core`](https://github.com/FormidableLabs/victory-core) | ||
[`victory-chart`](https://github.com/FormidableLabs/victory-chart) | ||
[`victory-pie`](https://github.com/FormidableLabs/victory-pie) | ||
<VictoryLine/> | ||
``` | ||
Or imported as a set: | ||
```js | ||
import * as V from "victory" | ||
<V.VictoryLine/> | ||
``` | ||
## Components | ||
You can read about these Victory components via interactive docs! | ||
- [VictoryAxis](http://formidable.com/open-source/victory/docs/victory-axis) | ||
- [VictoryArea](http://formidable.com/open-source/victory/docs/victory-area) | ||
- [VictoryBar](http://formidable.com/open-source/victory/docs/victory-bar) | ||
- [VictoryChart](http://formidable.com/open-source/victory/docs/victory-chart) | ||
- [VictoryLine](http://formidable.com/open-source/victory/docs/victory-line) | ||
- [VictoryPie](http://formidable.com/open-source/victory/docs/victory-pie) | ||
- [VictoryScatter](http://formidable.com/open-source/victory/docs/victory-scatter) | ||
- [VictoryLabel](http://formidable.com/open-source/victory/docs/victory-label) | ||
- [VictoryAnimation](http://formidable.com/open-source/victory/docs/victory-animation) | ||
## Contributing | ||
Please review our [Code of Conduct](https://github.com/FormidableLabs/builder-victory-component/blob/master/CONTRIBUTING.md#contributor-covenant-code-of-conduct) before contributing. | ||
@@ -111,8 +96,12 @@ | ||
## Roadmap | ||
## Important | ||
Please see [ROADMAP](ROADMAP.md) | ||
_This project is in alpha release. We're hard at work fixing bugs and improving the API. Be prepared for breaking changes!_ | ||
**SEMVER** Minor version bumps should be considered breaking changes until we hit v1.0.0. Patches can be considered safe. | ||
**Caveats** git installs using npm 2 may fail in postinstall. If you are consuming Victory via git installs please use npm >=3.0.0 | ||
[trav_img]: https://api.travis-ci.org/FormidableLabs/victory.svg | ||
[trav_site]: https://travis-ci.org/FormidableLabs/victory | ||
[VictoryAnimation]: https://github.com/FormidableLabs/victory-core/blob/master/src/victory-animation/victory-animation.jsx |
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
1459555
28156
105
Updatedvictory-chart@^14.0.3
Updatedvictory-core@^10.0.2