Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Commit

Permalink
Merge pull request #23 from FormidableLabs/update-for-0.13
Browse files Browse the repository at this point in the history
update deps and export components
  • Loading branch information
boygirl committed Oct 18, 2016
2 parents ae5290f + f9e3e75 commit 51cfcba
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 14 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# VictoryNative Changelog

## 0.4.0 (2016-10-18)

- Adds support for VictoryPortal
- Exports primitive components directly from Victory

## 0.3.0 (2016-09-18)

- Adds support for VictoryTooltip
Expand Down
24 changes: 16 additions & 8 deletions lib/index.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
import {
NativeHelpers,
Area, Bar, Candle, ClipPath, Curve, ErrorBar, Line, Point, Slice, Voronoi, Flyout,
VictoryContainer,
VictoryLabel,
VictoryTooltip
VictoryTooltip,
VictoryPortal,
Portal,
VictoryClipContainer,
NativeHelpers
} from "victory-core-native";

import {
VictoryAnimation,
VictorySharedEvents,
VictoryTransition,
VictoryTheme
VictoryTheme,
VictoryTransition
} from "victory-core";

import {
Expand All @@ -30,25 +34,29 @@ import {
import {VictoryPie} from "victory-pie-native";

export {
NativeHelpers,
Area, Bar, Candle, ClipPath, Curve, ErrorBar, Line, Point, Slice, Voronoi, Flyout,
VictoryAnimation,
VictoryArea,
VictoryAxis,
VictoryBar,
VictoryCandlestick,
VictoryChart,
VictoryContainer,
VictoryErrorBar,
VictoryGroup,
VictoryLine,
VictoryLabel,
VictoryPie,
VictoryScatter,
VictoryStack,
VictoryTheme,
VictoryTransition,
VictorySharedEvents,
VictoryContainer,
VictoryTheme,
VictoryTooltip,
VictoryVoronoi,
VictoryVoronoiTooltip
VictoryVoronoiTooltip,
VictoryPortal,
Portal,
VictoryClipContainer,
NativeHelpers
};
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-native",
"version": "0.3.0",
"version": "0.4.0",
"description": "Shared libraries and components for Victory",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -38,7 +38,7 @@
"mocha": "^3.0.1",
"react-addons-test-utils": "^15.3.0",
"react-dom": "^15.3.0",
"react-native": "~0.33.0",
"react-native": "~0.35.0",
"react-native-mock": "^0.2.5",
"react-native-svg": "^4.3.0",
"react-native-svg-mock": "^1.0.2"
Expand All @@ -48,9 +48,9 @@
},
"dependencies": {
"react": "^15.3.0",
"victory-chart-native": "^1.1.0",
"victory-core": "~7.0.2",
"victory-core-native": "^2.1.0",
"victory-pie-native": "^1.0.0"
"victory-chart-native": "^1.2.0",
"victory-core": "^9.0.2",
"victory-core-native": "^3.0.0",
"victory-pie-native": "^1.1.0"
}
}

0 comments on commit 51cfcba

Please sign in to comment.