Skip to content

Commit ddbb773

Browse files
committed
ChangeLOG is added
1 parent 3eaa025 commit ddbb773

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Change Log
2+
3+
## [0.0.5](https://github.com/Paraboly/react-native-input-bar/tree/0.0.5) (2019-12-19)
4+
5+
[Full Changelog](https://github.com/Paraboly/react-native-input-bar/compare/0.0.4...0.0.5)
6+
⚠ BREAKING CHANGE: SpinKit is here 🎉
7+
8+
We need to install react-native-spinkit for this and above versions. Simply do not forget to pod install after the new implementation.
9+
10+
spinnerVisibility prop is available for controlling the Spinner :) Furthermore, of course it is fully customizable :)
11+
12+
## [0.0.4](https://github.com/Paraboly/react-native-input-bar/tree/0.0.4) (2019-12-18)
13+
14+
[Full Changelog](https://github.com/Paraboly/react-native-input-bar/compare/0.0.2...0.0.4)
15+
16+
## [0.0.2](https://github.com/Paraboly/react-native-input-bar/tree/0.0.2) (2019-12-18)
17+
18+
\* _This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)_

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,25 @@ import InputBar from "@paraboly/react-native-input-bar";
8888
| spinnerColor | color | #9da1ab | change the spinner color |
8989
| spinnerStyle | style | undefined | set your own style for spinner |
9090

91+
# Change Log
92+
93+
## [0.0.5](https://github.com/Paraboly/react-native-input-bar/tree/0.0.5) (2019-12-19)
94+
95+
[Full Changelog](https://github.com/Paraboly/react-native-input-bar/compare/0.0.4...0.0.5)
96+
⚠ BREAKING CHANGE: SpinKit is here 🎉
97+
98+
We need to install react-native-spinkit for this and above versions. Simply do not forget to pod install after the new implementation.
99+
100+
spinnerVisibility prop is available for controlling the Spinner :) Furthermore, of course it is fully customizable :)
101+
102+
## [0.0.4](https://github.com/Paraboly/react-native-input-bar/tree/0.0.4) (2019-12-18)
103+
104+
[Full Changelog](https://github.com/Paraboly/react-native-input-bar/compare/0.0.2...0.0.4)
105+
106+
## [0.0.2](https://github.com/Paraboly/react-native-input-bar/tree/0.0.2) (2019-12-18)
107+
108+
\* _This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)_
109+
91110
## Roadmap
92111

93112
- [x] ~~LICENSE~~

0 commit comments

Comments
 (0)