Skip to content

Commit d61e015

Browse files
committed
update changelog and version
1 parent 8a3af79 commit d61e015

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

CHANGELOG.md

+24-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
1-
5.2.0
1+
# 5.3.0
22

3-
* Add `x(Min|Max)` and `y(Min|Max)`
4-
* Add `clamp(X|Y)` to use in conjunction with above props (default `false`)
5-
* Add xScale to StackedAreaChart along with (x|y)Accessor
3+
### Contributions
4+
5+
- update README ([@andrewdazs](https://github.com/andrewdazs) and [@iammosespaulr](https://github.com/iammosespaulr))
6+
- fix crash in Axis component ([@krzysztof-miemiec](https://github.com/krzysztof-miemiec) - [#238](https://github.com/JesperLekland/react-native-svg-charts/pull/238))
7+
- Introduce grouped LineChart ([@alburdette619](https://github.com/alburdette619) - [#240](https://github.com/JesperLekland/react-native-svg-charts/pull/240))
8+
- Introduce grouped StackedBarChart ([@alburdette619](https://github.com/alburdette619) - #239)
9+
- Fix 'transparent' color for X-Axis and Y-Axis in RN 0.57 ([@denieler](https://github.com/denieler) - #256)
10+
- Added extra props to axis children ([@alburdette619](https://github.com/alburdette619) - #276)
11+
- Create interaction handle during animation ([@Jyrno42](https://github.com/Jyrno42) - #314)
12+
- Stacked Area Chart: Pass `areas` down to children ([@attitude](https://github.com/attitude) - #316)
13+
- Added more props to axis children ([@buschco](https://github.com/buschco) - #326)
14+
- Fix blinking animation ([@andycloke](https://github.com/andycloke) - #329)
15+
- Fix YAxis using Unnecessary max/min value before definition ([@saji-ryu](https://github.com/saji-ryu) - #354)
16+
- prevent crash on undefined data ([@usrbowe](https://github.com/usrbowe) - #355)
17+
18+
* remove eslint formatting in favor of prettier (easier to contribute)
19+
* remove circleci checks as they didn't add any value (easier to contribute)
20+
21+
# 5.2.0
22+
23+
- Add `x(Min|Max)` and `y(Min|Max)`
24+
- Add `clamp(X|Y)` to use in conjunction with above props (default `false`)
25+
- Add xScale to StackedAreaChart along with (x|y)Accessor

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-svg-charts",
3-
"version": "5.2.0",
3+
"version": "5.3.0",
44
"private": false,
55
"description": "Customizable charts (Line, Bar, Area, Pie, Circle, Progress) for React Native",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)