This repository has been archived by the owner on Sep 17, 2021. It is now read-only.
Releases: capitalone/react-native-pathjs-charts
Releases · capitalone/react-native-pathjs-charts
0.0.34
0.0.33
(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:
0.0.32
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:
- Fix grid axis appearing on top of the lines #197 (Minishlink)
- Fix default pointRadius and add parameters to renderPoint #196 (Minishlink)
- Feature/improve smoothline chart #183 (AmauryLiet)
0.0.31
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:
- Upgrade to RN 0.47.2 #184 (Minishlink)
0.0.30
v0.0.29
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:
- Upgrade to RN 0.45.1 #163 (Minishlink)
- Added options for axis tick size and color #159 (kurtsergey)
- importing docs #150 (katscott)
v0.0.28
v0.0.27
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:
- Axis - Added color, gridColor, strokeWidth and opacity (#121) - @microwavesafe
- Radar - Added rings option (#131 - fixes #131) - @HineshMandalia