victory-native
Advanced tools
Comparing version 30.1.0 to 30.3.0
# VictoryNative Changelog | ||
## 30.3.0 (2018-08-24) | ||
- [victory/#1088](https://github.com/FormidableLabs/victory/pull/1088) - Bugfix: don’t ignore angle: 0 for text styles | ||
- [victory/#1091](https://github.com/FormidableLabs/victory/pull/1091) - Fix inconsistent defaultBrushArea behavior. Thanks @bees | ||
- [victory/#1093](https://github.com/FormidableLabs/victory/pull/1093) - Remove trailing whitespace and incorrect zeroes in transform strings | ||
- [victory/#1094](https://github.com/FormidableLabs/victory/pull/1094) - Support direction prop for VictoryLabel and Text primitive | ||
- [victory/#1096](https://github.com/FormidableLabs/victory/pull/1096) - Fix bug in horizontal zooming and panning | ||
- [victory/#1101](https://github.com/FormidableLabs/victory/pull/1101) - Fix arguments in `VictoryVoronoiContainer` label function. Thanks @evsheino | ||
## 30.1.0 (2018-07-27) | ||
@@ -4,0 +13,0 @@ |
@@ -12,2 +12,3 @@ import React from "react"; | ||
className: PropTypes.string, | ||
direction: PropTypes.oneOf(["ltr", "rtl", "inherit"]), | ||
dx: PropTypes.number, | ||
@@ -40,3 +41,3 @@ dy: PropTypes.number, | ||
const { | ||
x, y, dx, dy, events, className, children, transform | ||
x, y, dx, dy, events, className, children, transform, direction | ||
} = this.props; | ||
@@ -48,2 +49,3 @@ const style = NativeHelpers.getStyle(this.props.style); | ||
className={className} x={x} dx={dx} y={y} dy={dy} | ||
direction={direction} | ||
transform={transform} | ||
@@ -50,0 +52,0 @@ {...style} |
{ | ||
"name": "victory-native", | ||
"version": "30.1.0", | ||
"version": "30.3.0", | ||
"description": "Shared libraries and components for Victory", | ||
@@ -58,28 +58,28 @@ "main": "lib/index.js", | ||
"react-fast-compare": "^2.0.0", | ||
"victory-area": "^30.1.0", | ||
"victory-axis": "^30.1.0", | ||
"victory-bar": "^30.1.0", | ||
"victory-box-plot": "^30.1.0", | ||
"victory-brush-container": "^30.1.0", | ||
"victory-brush-line": "^30.1.0", | ||
"victory-candlestick": "^30.1.0", | ||
"victory-chart": "^30.1.0", | ||
"victory-core": "^30.1.0", | ||
"victory-create-container": "^30.1.0", | ||
"victory-cursor-container": "^30.1.0", | ||
"victory-errorbar": "^30.1.0", | ||
"victory-group": "^30.1.0", | ||
"victory-legend": "^30.1.0", | ||
"victory-line": "^30.1.0", | ||
"victory-pie": "^30.1.0", | ||
"victory-polar-axis": "^30.1.0", | ||
"victory-scatter": "^30.1.0", | ||
"victory-selection-container": "^30.1.0", | ||
"victory-shared-events": "^30.1.0", | ||
"victory-stack": "^30.1.0", | ||
"victory-tooltip": "^30.1.0", | ||
"victory-voronoi": "^30.1.0", | ||
"victory-voronoi-container": "^30.1.0", | ||
"victory-zoom-container": "^30.1.0" | ||
"victory-area": "^30.3.0", | ||
"victory-axis": "^30.3.0", | ||
"victory-bar": "^30.3.0", | ||
"victory-box-plot": "^30.3.0", | ||
"victory-brush-container": "^30.3.0", | ||
"victory-brush-line": "^30.3.0", | ||
"victory-candlestick": "^30.3.0", | ||
"victory-chart": "^30.3.0", | ||
"victory-core": "^30.3.0", | ||
"victory-create-container": "^30.3.0", | ||
"victory-cursor-container": "^30.3.0", | ||
"victory-errorbar": "^30.3.0", | ||
"victory-group": "^30.3.0", | ||
"victory-legend": "^30.3.0", | ||
"victory-line": "^30.3.0", | ||
"victory-pie": "^30.3.0", | ||
"victory-polar-axis": "^30.3.0", | ||
"victory-scatter": "^30.3.0", | ||
"victory-selection-container": "^30.3.0", | ||
"victory-shared-events": "^30.3.0", | ||
"victory-stack": "^30.3.0", | ||
"victory-tooltip": "^30.3.0", | ||
"victory-voronoi": "^30.3.0", | ||
"victory-voronoi-container": "^30.3.0", | ||
"victory-zoom-container": "^30.3.0" | ||
} | ||
} |
71548
1273
Updatedvictory-area@^30.3.0
Updatedvictory-axis@^30.3.0
Updatedvictory-bar@^30.3.0
Updatedvictory-box-plot@^30.3.0
Updatedvictory-brush-line@^30.3.0
Updatedvictory-candlestick@^30.3.0
Updatedvictory-chart@^30.3.0
Updatedvictory-core@^30.3.0
Updatedvictory-errorbar@^30.3.0
Updatedvictory-group@^30.3.0
Updatedvictory-legend@^30.3.0
Updatedvictory-line@^30.3.0
Updatedvictory-pie@^30.3.0
Updatedvictory-polar-axis@^30.3.0
Updatedvictory-scatter@^30.3.0
Updatedvictory-stack@^30.3.0
Updatedvictory-tooltip@^30.3.0
Updatedvictory-voronoi@^30.3.0