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

Commit c117ee6

Browse files
committed
Added CHANGELOG
1 parent 71146b3 commit c117ee6

File tree

1 file changed

+233
-0
lines changed

1 file changed

+233
-0
lines changed

CHANGELOG.md

Lines changed: 233 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,233 @@
1+
# Change Log
2+
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)
5+
6+
**Implemented enhancements:**
7+
8+
- Add options to style axis ticks. [\#136](https://github.com/capitalone/react-native-pathjs-charts/issues/136)
9+
10+
**Closed issues:**
11+
12+
- No component found for view with name "RNSVGGroup" [\#162](https://github.com/capitalone/react-native-pathjs-charts/issues/162)
13+
- \[Bar\] show inaccurate when some data [\#158](https://github.com/capitalone/react-native-pathjs-charts/issues/158)
14+
- Got No view Manager defined for class RNSVGGroup [\#154](https://github.com/capitalone/react-native-pathjs-charts/issues/154)
15+
- Compilation error with RN 0.44 \(incorrect arguments to TouchEvent.obtain\) [\#147](https://github.com/capitalone/react-native-pathjs-charts/issues/147)
16+
- Can not used in RN 0.38? [\#143](https://github.com/capitalone/react-native-pathjs-charts/issues/143)
17+
18+
**Merged pull requests:**
19+
20+
- Upgrade to RN 0.45.1 [\#163](https://github.com/capitalone/react-native-pathjs-charts/pull/163) ([Minishlink](https://github.com/Minishlink))
21+
- Added options for axis tick size and color [\#159](https://github.com/capitalone/react-native-pathjs-charts/pull/159) ([kurtsergey](https://github.com/kurtsergey))
22+
- importing docs [\#150](https://github.com/capitalone/react-native-pathjs-charts/pull/150) ([katscott](https://github.com/katscott))
23+
24+
## [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)
26+
27+
**Merged pull requests:**
28+
29+
- 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+
36+
- Add rotation bar chart label [\#144](https://github.com/capitalone/react-native-pathjs-charts/pull/144) ([superandrew213](https://github.com/superandrew213))
37+
38+
## [0.0.27](https://github.com/capitalone/react-native-pathjs-charts/tree/0.0.27) (2017-04-19)
39+
[Full Changelog](https://github.com/capitalone/react-native-pathjs-charts/compare/0.0.26...0.0.27)
40+
41+
**Fixed bugs:**
42+
43+
- Bar Chart Color Pattern [\#134](https://github.com/capitalone/react-native-pathjs-charts/issues/134)
44+
- Margin left move axis X too [\#103](https://github.com/capitalone/react-native-pathjs-charts/issues/103)
45+
- Question: how to limit the number of lines on an axis? [\#97](https://github.com/capitalone/react-native-pathjs-charts/issues/97)
46+
- High performance impact when dataset only contains small floats [\#94](https://github.com/capitalone/react-native-pathjs-charts/issues/94)
47+
48+
**Closed issues:**
49+
50+
- Unable to set the number of rings to be displayed in radar chart [\#130](https://github.com/capitalone/react-native-pathjs-charts/issues/130)
51+
- Lines in Barchart too wide [\#128](https://github.com/capitalone/react-native-pathjs-charts/issues/128)
52+
- how to resize the pie charts\(Radius of center and size all chart\) [\#126](https://github.com/capitalone/react-native-pathjs-charts/issues/126)
53+
- Pie chart with 1 item in the midle not Transparent [\#124](https://github.com/capitalone/react-native-pathjs-charts/issues/124)
54+
- Resize Pie Chart [\#114](https://github.com/capitalone/react-native-pathjs-charts/issues/114)
55+
- Using dates on X axes [\#107](https://github.com/capitalone/react-native-pathjs-charts/issues/107)
56+
- How do you set the min for axisY for stockline chart? [\#104](https://github.com/capitalone/react-native-pathjs-charts/issues/104)
57+
- No component found for view with name "RNSVGGroup" [\#102](https://github.com/capitalone/react-native-pathjs-charts/issues/102)
58+
- react native pathjs charts crashes in iPone simulator [\#101](https://github.com/capitalone/react-native-pathjs-charts/issues/101)
59+
- Colors for multiple lines [\#100](https://github.com/capitalone/react-native-pathjs-charts/issues/100)
60+
- Text in the middle of the Pie Chart [\#98](https://github.com/capitalone/react-native-pathjs-charts/issues/98)
61+
- Single Item Bar Chart with Spacing [\#96](https://github.com/capitalone/react-native-pathjs-charts/issues/96)
62+
- Running example fails to build DependencyGraph: @providesModule naming collision [\#95](https://github.com/capitalone/react-native-pathjs-charts/issues/95)
63+
- undefined is not a function [\#90](https://github.com/capitalone/react-native-pathjs-charts/issues/90)
64+
65+
**Merged pull requests:**
66+
67+
- Increment version to 0.0.27 [\#140](https://github.com/capitalone/react-native-pathjs-charts/pull/140) ([marzolfb](https://github.com/marzolfb))
68+
- Fix pie chart centering [\#138](https://github.com/capitalone/react-native-pathjs-charts/pull/138) ([dgladkov](https://github.com/dgladkov))
69+
- Fixes \#134 - allowing bar coloring to respect grouped data [\#137](https://github.com/capitalone/react-native-pathjs-charts/pull/137) ([marzolfb](https://github.com/marzolfb))
70+
- Added rings option to radar chart. fixes issue \#130 [\#131](https://github.com/capitalone/react-native-pathjs-charts/pull/131) ([HineshMandalia](https://github.com/HineshMandalia))
71+
- Added color, gridColor, strokeWidth and opacity to axis options [\#121](https://github.com/capitalone/react-native-pathjs-charts/pull/121) ([microwavesafe](https://github.com/microwavesafe))
72+
- Fix \#103 - cleanup x axis label offsets to avoid tie to chart offsets [\#111](https://github.com/capitalone/react-native-pathjs-charts/pull/111) ([marzolfb](https://github.com/marzolfb))
73+
- Fix \#97 - handle possibility of null value for axis tick label [\#109](https://github.com/capitalone/react-native-pathjs-charts/pull/109) ([marzolfb](https://github.com/marzolfb))
74+
- Fix label.fill props [\#108](https://github.com/capitalone/react-native-pathjs-charts/pull/108) ([DupK](https://github.com/DupK))
75+
- fix \#94 - constrain tick value range to upper bound determined via… [\#99](https://github.com/capitalone/react-native-pathjs-charts/pull/99) ([marzolfb](https://github.com/marzolfb))
76+
77+
## [0.0.26](https://github.com/capitalone/react-native-pathjs-charts/tree/0.0.26) (2017-02-22)
78+
[Full Changelog](https://github.com/capitalone/react-native-pathjs-charts/compare/0.0.25...0.0.26)
79+
80+
**Fixed bugs:**
81+
82+
- Axis.js Line 91 will return NaN [\#89](https://github.com/capitalone/react-native-pathjs-charts/issues/89)
83+
- Issues with Y Axis Values & Decimal Values Using Bar Chart [\#28](https://github.com/capitalone/react-native-pathjs-charts/issues/28)
84+
85+
**Closed issues:**
86+
87+
- Passed an invalid numeric value \(NaN, or not-a-number\) to CoreGraphics API [\#87](https://github.com/capitalone/react-native-pathjs-charts/issues/87)
88+
- "undefined is not a function" when I run the example [\#86](https://github.com/capitalone/react-native-pathjs-charts/issues/86)
89+
- SmoothLine graph plot doesn't actually go through data points [\#83](https://github.com/capitalone/react-native-pathjs-charts/issues/83)
90+
- react-native-svg库不能正常使用 [\#81](https://github.com/capitalone/react-native-pathjs-charts/issues/81)
91+
- Visually indicate threshold for graph [\#80](https://github.com/capitalone/react-native-pathjs-charts/issues/80)
92+
- Always start y-axis from a minimum value \(say: 0\) irrespective of minimum value of the data? [\#76](https://github.com/capitalone/react-native-pathjs-charts/issues/76)
93+
- Update react-native-svg to fix error [\#74](https://github.com/capitalone/react-native-pathjs-charts/issues/74)
94+
- Error while updating property 'd' in shadow node of type RNSVGPath [\#70](https://github.com/capitalone/react-native-pathjs-charts/issues/70)
95+
- undefined is not a function error from upgraded paths-js in many example app charts [\#62](https://github.com/capitalone/react-native-pathjs-charts/issues/62)
96+
97+
**Merged pull requests:**
98+
99+
- Increment version to 0.0.26 [\#93](https://github.com/capitalone/react-native-pathjs-charts/pull/93) ([marzolfb](https://github.com/marzolfb))
100+
- Fix \#89 - fix gridline rendering when using non-numeric static labels [\#92](https://github.com/capitalone/react-native-pathjs-charts/pull/92) ([marzolfb](https://github.com/marzolfb))
101+
- Fix \#28 - rounding floats to fix abnormal axis display issues [\#91](https://github.com/capitalone/react-native-pathjs-charts/pull/91) ([marzolfb](https://github.com/marzolfb))
102+
- 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))
103+
104+
## [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)
106+
107+
**Fixed bugs:**
108+
109+
- Re-render charts when data changed [\#49](https://github.com/capitalone/react-native-pathjs-charts/issues/49)
110+
111+
**Closed issues:**
112+
113+
- Pie chart not rendering the labels and numbers [\#77](https://github.com/capitalone/react-native-pathjs-charts/issues/77)
114+
- Errors when using RN 0.40 [\#66](https://github.com/capitalone/react-native-pathjs-charts/issues/66)
115+
- Example app error - Couldn't find preset "react-native" relative to directory [\#63](https://github.com/capitalone/react-native-pathjs-charts/issues/63)
116+
- Example cannot run [\#60](https://github.com/capitalone/react-native-pathjs-charts/issues/60)
117+
- Missing onload property [\#59](https://github.com/capitalone/react-native-pathjs-charts/issues/59)
118+
- Please add SPDX lines in license headers. [\#57](https://github.com/capitalone/react-native-pathjs-charts/issues/57)
119+
- I want that column and column between each other in my BarChart has scattered points or gaps. [\#56](https://github.com/capitalone/react-native-pathjs-charts/issues/56)
120+
121+
**Merged pull requests:**
122+
123+
- Upgrade version to 0.0.25 [\#79](https://github.com/capitalone/react-native-pathjs-charts/pull/79) ([marzolfb](https://github.com/marzolfb))
124+
- Upgrade to react-native 0.41.2 and react-native-svg 4.5.0 [\#78](https://github.com/capitalone/react-native-pathjs-charts/pull/78) ([marzolfb](https://github.com/marzolfb))
125+
- Add min/max scale support to the y axis on the bar chart [\#72](https://github.com/capitalone/react-native-pathjs-charts/pull/72) ([mlabrum](https://github.com/mlabrum))
126+
- Fix \#57 - Added SPDX lines to license headers and added missing license headers [\#68](https://github.com/capitalone/react-native-pathjs-charts/pull/68) ([marzolfb](https://github.com/marzolfb))
127+
- Add color management to Radar chart [\#67](https://github.com/capitalone/react-native-pathjs-charts/pull/67) ([MeisterTea](https://github.com/MeisterTea))
128+
- Fix \#63 - adding babelrc config file to example [\#65](https://github.com/capitalone/react-native-pathjs-charts/pull/65) ([marzolfb](https://github.com/marzolfb))
129+
- 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))
130+
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+
134+
## [0.0.24](https://github.com/capitalone/react-native-pathjs-charts/tree/0.0.24) (2017-01-27)
135+
[Full Changelog](https://github.com/capitalone/react-native-pathjs-charts/compare/0.0.23...0.0.24)
136+
137+
**Implemented enhancements:**
138+
139+
- Line Chart - Line Thickness/Width [\#44](https://github.com/capitalone/react-native-pathjs-charts/issues/44)
140+
- Way to extend y axis line within scale? [\#31](https://github.com/capitalone/react-native-pathjs-charts/issues/31)
141+
- Use non-Number values for data on StockLine chart type [\#4](https://github.com/capitalone/react-native-pathjs-charts/issues/4)
142+
143+
**Fixed bugs:**
144+
145+
- Running Example app fails - updated versions of react-native and react-native-svg needed [\#55](https://github.com/capitalone/react-native-pathjs-charts/issues/55)
146+
- Extra vertical gridline on the StockLine chart with a specific data set [\#23](https://github.com/capitalone/react-native-pathjs-charts/issues/23)
147+
- Pie graph doesn't render with only 1 data item [\#20](https://github.com/capitalone/react-native-pathjs-charts/issues/20)
148+
149+
**Closed issues:**
150+
151+
- How to use flex width on charts? [\#47](https://github.com/capitalone/react-native-pathjs-charts/issues/47)
152+
- Unknown name module:'react-native-pathjs-charts' [\#38](https://github.com/capitalone/react-native-pathjs-charts/issues/38)
153+
154+
**Merged pull requests:**
155+
156+
- Pinning to patch-updates only for react-native and react-native-svg [\#58](https://github.com/capitalone/react-native-pathjs-charts/pull/58) ([marzolfb](https://github.com/marzolfb))
157+
- Fix \#31 and add regions [\#53](https://github.com/capitalone/react-native-pathjs-charts/pull/53) ([marzolfb](https://github.com/marzolfb))
158+
- Added java code to import rn-svg package - rn link doesn't work [\#52](https://github.com/capitalone/react-native-pathjs-charts/pull/52) ([marzolfb](https://github.com/marzolfb))
159+
- Fix \#4 - Added support for static and dynamic tick labels on chart axes [\#48](https://github.com/capitalone/react-native-pathjs-charts/pull/48) ([marzolfb](https://github.com/marzolfb))
160+
- Enhancement \#44 - Line Chart StrokeWidth [\#46](https://github.com/capitalone/react-native-pathjs-charts/pull/46) ([edencakir](https://github.com/edencakir))
161+
- Fixed \#20 - renders single-item pie chart correctly now [\#45](https://github.com/capitalone/react-native-pathjs-charts/pull/45) ([marzolfb](https://github.com/marzolfb))
162+
- Fix jest tests from changes in \#42 [\#43](https://github.com/capitalone/react-native-pathjs-charts/pull/43) ([marzolfb](https://github.com/marzolfb))
163+
- Feature/pie colors [\#42](https://github.com/capitalone/react-native-pathjs-charts/pull/42) ([tonyneel923](https://github.com/tonyneel923))
164+
165+
## [0.0.23](https://github.com/capitalone/react-native-pathjs-charts/tree/0.0.23) (2017-01-06)
166+
[Full Changelog](https://github.com/capitalone/react-native-pathjs-charts/compare/0.0.22...0.0.23)
167+
168+
**Closed issues:**
169+
170+
- Way to do a basic line chart, no fill color under line, no smoothing of line. [\#39](https://github.com/capitalone/react-native-pathjs-charts/issues/39)
171+
- How i can scroll chart horizontally? [\#35](https://github.com/capitalone/react-native-pathjs-charts/issues/35)
172+
173+
**Merged pull requests:**
174+
175+
- Added new demo image to README [\#37](https://github.com/capitalone/react-native-pathjs-charts/pull/37) ([marzolfb](https://github.com/marzolfb))
176+
- Enhanced pie chart multicolor support, jest tests, & updated example sync util [\#36](https://github.com/capitalone/react-native-pathjs-charts/pull/36) ([marzolfb](https://github.com/marzolfb))
177+
- Cleaning up example project [\#34](https://github.com/capitalone/react-native-pathjs-charts/pull/34) ([katscott](https://github.com/katscott))
178+
- Updating NPM badge to one that auto-versions [\#33](https://github.com/capitalone/react-native-pathjs-charts/pull/33) ([katscott](https://github.com/katscott))
179+
180+
## [0.0.22](https://github.com/capitalone/react-native-pathjs-charts/tree/0.0.22) (2016-12-15)
181+
[Full Changelog](https://github.com/capitalone/react-native-pathjs-charts/compare/0.0.21...0.0.22)
182+
183+
**Fixed bugs:**
184+
185+
- There are no numbers for axis on android [\#17](https://github.com/capitalone/react-native-pathjs-charts/issues/17)
186+
- Chart is not getting drawn at the center of the view [\#8](https://github.com/capitalone/react-native-pathjs-charts/issues/8)
187+
188+
**Closed issues:**
189+
190+
- Stock graph with a combined horizontal line at a specific price? [\#30](https://github.com/capitalone/react-native-pathjs-charts/issues/30)
191+
- Charts not showing properly on Android [\#26](https://github.com/capitalone/react-native-pathjs-charts/issues/26)
192+
- In Bars chart first line hide yAxis numbers [\#25](https://github.com/capitalone/react-native-pathjs-charts/issues/25)
193+
- NPM Update [\#16](https://github.com/capitalone/react-native-pathjs-charts/issues/16)
194+
- xcode'error unknow class method in the running App [\#15](https://github.com/capitalone/react-native-pathjs-charts/issues/15)
195+
196+
**Merged pull requests:**
197+
198+
- Update react and react-native versions [\#32](https://github.com/capitalone/react-native-pathjs-charts/pull/32) ([ctscoville](https://github.com/ctscoville))
199+
- Fixed \#26 - axes now respect offsets properly and cleanup of other offset [\#27](https://github.com/capitalone/react-native-pathjs-charts/pull/27) ([marzolfb](https://github.com/marzolfb))
200+
- Added watchman-update-example-src script to ease manual testing [\#21](https://github.com/capitalone/react-native-pathjs-charts/pull/21) ([marzolfb](https://github.com/marzolfb))
201+
- Fix documentation for \#8 [\#19](https://github.com/capitalone/react-native-pathjs-charts/pull/19) ([SimchaShats](https://github.com/SimchaShats))
202+
203+
## [0.0.21](https://github.com/capitalone/react-native-pathjs-charts/tree/0.0.21) (2016-11-08)
204+
[Full Changelog](https://github.com/capitalone/react-native-pathjs-charts/compare/0.0.20...0.0.21)
205+
206+
**Fixed bugs:**
207+
208+
- Android build errors with latest move to react-native 0.35 [\#12](https://github.com/capitalone/react-native-pathjs-charts/issues/12)
209+
210+
**Closed issues:**
211+
212+
- No chart visible [\#10](https://github.com/capitalone/react-native-pathjs-charts/issues/10)
213+
- build failed with example app [\#6](https://github.com/capitalone/react-native-pathjs-charts/issues/6)
214+
- undefined is not an object \(evaluating '\_reactNative.UIManager.RNSVGRenderable.NativeProps'\) [\#2](https://github.com/capitalone/react-native-pathjs-charts/issues/2)
215+
- use react-native-pathjs-charts was wrong [\#1](https://github.com/capitalone/react-native-pathjs-charts/issues/1)
216+
217+
**Merged pull requests:**
218+
219+
- Initial circleci config for autopublishing to npm registry [\#18](https://github.com/capitalone/react-native-pathjs-charts/pull/18) ([marzolfb](https://github.com/marzolfb))
220+
- GitHub templates [\#14](https://github.com/capitalone/react-native-pathjs-charts/pull/14) ([katscott](https://github.com/katscott))
221+
- Fix android build problem after .35 upgrade [\#13](https://github.com/capitalone/react-native-pathjs-charts/pull/13) ([marzolfb](https://github.com/marzolfb))
222+
- Fix broken example app by upgrading to React Native 0.35 and adding c++ linker flag [\#11](https://github.com/capitalone/react-native-pathjs-charts/pull/11) ([marzolfb](https://github.com/marzolfb))
223+
- Fix version of react-native-svg [\#9](https://github.com/capitalone/react-native-pathjs-charts/pull/9) ([maarekj](https://github.com/maarekj))
224+
- adds showAreas prop - allows user to define if areas are shown [\#7](https://github.com/capitalone/react-native-pathjs-charts/pull/7) ([Mindaugas-Jacionis](https://github.com/Mindaugas-Jacionis))
225+
226+
## [0.0.20](https://github.com/capitalone/react-native-pathjs-charts/tree/0.0.20) (2016-08-04)
227+
**Merged pull requests:**
228+
229+
- Fixing to work with RN 0.30 and RNSVG 3.1.1 [\#3](https://github.com/capitalone/react-native-pathjs-charts/pull/3) ([caledhwa](https://github.com/caledhwa))
230+
231+
232+
233+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 commit comments

Comments
 (0)