We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d9ca12 + 52f621c commit 4be9f2bCopy full SHA for 4be9f2b
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Victory Changelog
2
3
+## 0.16.2 (2017-02-05)
4
+
5
+- [195](https://github.com/FormidableLabs/victory-core/pull/195)
6
+ - Fixes null event state bug
7
+- [431](https://github.com/FormidableLabs/victory-chart/pull/431)
8
+ - Sets a maximum amount of scale per zoom event for smoother interaction with fast onWheel events
9
10
## 0.16.1 (2017-02-03)
11
12
- [429](https://github.com/FormidableLabs/victory-chart/pull/429)
package.json
@@ -34,8 +34,8 @@
34
"dependencies": {
35
"builder": "^3.1.0",
36
"builder-victory-component": "^3.1.0",
37
- "victory-chart": "^16.1.0",
38
- "victory-core": "^13.0.0",
+ "victory-chart": "^16.1.2",
+ "victory-core": "^13.0.2",
39
"victory-pie": "^10.1.0"
40
},
41
"devDependencies": {
0 commit comments