Skip to content
This repository was archived by the owner on Sep 17, 2021. It is now read-only.

Commit f4d4fc4

Browse files
authored
Upgrade to .30 (#171)
1 parent a7efd21 commit f4d4fc4

File tree

2 files changed

+18
-14
lines changed

2 files changed

+18
-14
lines changed

CHANGELOG.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
# Change Log
22

3-
## [v0.0.29](https://github.com/capitalone/react-native-pathjs-charts/tree/v0.0.29) (2017-06-16)
4-
[Full Changelog](https://github.com/capitalone/react-native-pathjs-charts/compare/0.0.28...v0.0.29)
3+
## [v0.0.30](https://github.com/capitalone/react-native-pathjs-charts/tree/v0.0.30) (2017-07-12)
4+
[Full Changelog](https://github.com/capitalone/react-native-pathjs-charts/compare/0.0.29...v0.0.30)
5+
6+
**Closed issues:**
7+
8+
- No component found for view with name "RNSVGGroup" React-native 0.45.1 [\#166](https://github.com/capitalone/react-native-pathjs-charts/issues/166)
9+
- Add press event to labels of radar chart [\#161](https://github.com/capitalone/react-native-pathjs-charts/issues/161)
10+
11+
**Merged pull requests:**
12+
13+
- Fix the RN 0.46 and above incompatibility issues caused by React Native SVG 5.2 [\#170](https://github.com/capitalone/react-native-pathjs-charts/pull/170) ([kensongoo](https://github.com/kensongoo))
14+
- Add on press radar chart [\#164](https://github.com/capitalone/react-native-pathjs-charts/pull/164) ([Shagamii](https://github.com/Shagamii))
15+
16+
## [0.0.29](https://github.com/capitalone/react-native-pathjs-charts/tree/0.0.29) (2017-06-16)
17+
[Full Changelog](https://github.com/capitalone/react-native-pathjs-charts/compare/0.0.28...0.0.29)
518

619
**Implemented enhancements:**
720

@@ -22,17 +35,11 @@
2235
- importing docs [\#150](https://github.com/capitalone/react-native-pathjs-charts/pull/150) ([katscott](https://github.com/katscott))
2336

2437
## [0.0.28](https://github.com/capitalone/react-native-pathjs-charts/tree/0.0.28) (2017-05-05)
25-
[Full Changelog](https://github.com/capitalone/react-native-pathjs-charts/compare/v0.0.28...0.0.28)
38+
[Full Changelog](https://github.com/capitalone/react-native-pathjs-charts/compare/0.0.27...0.0.28)
2639

2740
**Merged pull requests:**
2841

2942
- Update to latest react, react-native, and react-native-svg versions [\#149](https://github.com/capitalone/react-native-pathjs-charts/pull/149) ([marzolfb](https://github.com/marzolfb))
30-
31-
## [v0.0.28](https://github.com/capitalone/react-native-pathjs-charts/tree/v0.0.28) (2017-05-05)
32-
[Full Changelog](https://github.com/capitalone/react-native-pathjs-charts/compare/0.0.27...v0.0.28)
33-
34-
**Merged pull requests:**
35-
3643
- Add rotation bar chart label [\#144](https://github.com/capitalone/react-native-pathjs-charts/pull/144) ([superandrew213](https://github.com/superandrew213))
3744

3845
## [0.0.27](https://github.com/capitalone/react-native-pathjs-charts/tree/0.0.27) (2017-04-19)
@@ -102,7 +109,7 @@
102109
- Adding babel-polyfill import to many charts to fix \#62 for Android [\#85](https://github.com/capitalone/react-native-pathjs-charts/pull/85) ([marzolfb](https://github.com/marzolfb))
103110

104111
## [0.0.25](https://github.com/capitalone/react-native-pathjs-charts/tree/0.0.25) (2017-02-10)
105-
[Full Changelog](https://github.com/capitalone/react-native-pathjs-charts/compare/v0.0.24...0.0.25)
112+
[Full Changelog](https://github.com/capitalone/react-native-pathjs-charts/compare/0.0.24...0.0.25)
106113

107114
**Fixed bugs:**
108115

@@ -128,9 +135,6 @@
128135
- Fix \#63 - adding babelrc config file to example [\#65](https://github.com/capitalone/react-native-pathjs-charts/pull/65) ([marzolfb](https://github.com/marzolfb))
129136
- Fix \#62 - adding Babel polyfill to fix undefined not a function error [\#64](https://github.com/capitalone/react-native-pathjs-charts/pull/64) ([marzolfb](https://github.com/marzolfb))
130137

131-
## [v0.0.24](https://github.com/capitalone/react-native-pathjs-charts/tree/v0.0.24) (2017-01-27)
132-
[Full Changelog](https://github.com/capitalone/react-native-pathjs-charts/compare/0.0.24...v0.0.24)
133-
134138
## [0.0.24](https://github.com/capitalone/react-native-pathjs-charts/tree/0.0.24) (2017-01-27)
135139
[Full Changelog](https://github.com/capitalone/react-native-pathjs-charts/compare/0.0.23...0.0.24)
136140

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-pathjs-charts",
3-
"version": "0.0.29",
3+
"version": "0.0.30",
44
"description": "Cross platform React Native charting library based on path-js and react-native-svg",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)