File tree Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change 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 ) _
Original file line number Diff line number Diff 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~~
You can’t perform that action at this time.
0 commit comments