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

Releases: capitalone/react-native-pathjs-charts

0.0.34

19 Feb 01:42
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • How i make a PR? #226

Merged pull requests:

0.0.33

29 Nov 15:13
Compare
Choose a tag to compare

(https://github.com/capitalone/react-native-pathjs-charts/tree/0.0.33) (2017-11-29)
Full Changelog

Closed issues:

  • more Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object. #209
  • Unhandled Promise rejection due to babel-polyfill #195
  • After Installing Error : _reactNative.AsyncStorage.getItem(..).then(..).done is not a function #173

Merged pull requests:

  • Removed babel-polyfill and substituted with narrower imports #211 (marzolfb)
  • Upgrade to latest rn and rnsvg dependencies and general cleanup #210 (marzolfb)

0.0.32

14 Nov 18:02
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • Library causes app to crash when using await AsyncStorage.getItem(STORAGE_KEY); #202
  • How do I change the color of the grid? #191
  • Changing default gray background to transparent #185
  • gridColor applied to wrong axis #179

Merged pull requests:

0.0.31

02 Sep 16:56
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • The sort method cannot be invoked on an Immutable data structure. #178
  • Build failed in RN 0.45.1 (iOS) #169

Merged pull requests:

0.0.30

12 Jul 14:22
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • No component found for view with name "RNSVGGroup" React-native 0.45.1 #166
  • Add press event to labels of radar chart #161

Merged pull requests:

  • Fix the RN 0.46 and above incompatibility issues caused by React Native SVG 5.2 #170 (kensongoo)
  • Add on press radar chart #164 (Shagamii)

v0.0.29

16 Jun 13:43
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Add options to style axis ticks. #136

Closed issues:

  • No component found for view with name "RNSVGGroup" #162
  • [Bar] show inaccurate when some data #158
  • Got No view Manager defined for class RNSVGGroup #154
  • Compilation error with RN 0.44 (incorrect arguments to TouchEvent.obtain) #147
  • Can not used in RN 0.38? #143

Merged pull requests:

v0.0.28

05 May 14:44
Compare
Choose a tag to compare

Updated to latest versions of dependencies:

  • react: 15.4.1 --> 16.0.0-alpha.6
  • react-native: 0.41 --> 0.44
  • react-native-svg: 4.5.0 --> 5.1.8

Other enhancements:

v0.0.27

19 Apr 04:34
Compare
Choose a tag to compare

Bug fixes:

  • Axis - Constrain tick value range to upper bound determined via tick interval and tick count (#99 - fixes #94)
  • Radar - Fix label.fill props (#108) - @DupK
  • Bar - Cleanup x axis label offsets to avoid tie to chart offsets (#111 - fixes #103)
  • Axis - Handle possibility of null value for axis tick label (#109 - fixes #97)
  • Bar - Allowing bar coloring to respect grouped data (#137 - fixes #134)
  • Pie - Fix pie chart centering (#138)

Enhancements:

v0.0.26

22 Feb 01:02
Compare
Choose a tag to compare

Bug fixes:

  • Adding babel-polyfill import to many charts to fix #62 for Android (#85 - fixes #62)
  • Rounding floats to fix abnormal axis display issues (#91 - fixes #28)
  • Fix gridline rendering when using non-numeric static labels (#92 - fixes #89)

v0.0.25

10 Feb 11:49
Compare
Choose a tag to compare

Features/Enhancements:

  • Upgraded to react-native 0.41.2 and react-native-svg 4.5.0 (#78)
  • Added min/max scale support to the y axis on the bar chart (#72)
  • Added color management to Radar chart (#67)

Bug fixes:

  • Added Babel polyfill to fix "undefined not a function" error (#64 - fixes #62)
  • Added babelrc config file to example (#65 - fixes #63)
  • Added SPDX lines to license headers and added missing license headers (#68 - fixes #57)