-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e70f360
commit d916677
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,21 @@ | ||
# Changelog | ||
|
||
## [v0.2.0](https://github.com/Aashu-Dubey/react-native-rating-bar/compare/v0.1.0...v0.2.0) - 29-10-2022 | ||
|
||
🐛 Bug Fixes | ||
|
||
- gesture handler worklet error: "Some of the callbacks in the gesture are worklets and some are not...". ([fef164d](https://github.com/Aashu-Dubey/react-native-rating-bar/commit/fef164d68056b81f1480ed881ac3c1787679959c)). | ||
|
||
✨ Improvements | ||
|
||
- Rating glow's visibility ([fef164d](https://github.com/Aashu-Dubey/react-native-rating-bar/commit/fef164d68056b81f1480ed881ac3c1787679959c)). | ||
- Upgraded package to the latest react-native v0.70.4 ([dab5b9c](https://github.com/Aashu-Dubey/react-native-rating-bar/commit/dab5b9c6d7c3cf290754e23f0352213fa590d980)). | ||
- Disabled default scroll bounce on iOS for scrollable RateBarIndicator if within the screen bounds ([78d711d](https://github.com/Aashu-Dubey/react-native-rating-bar/commit/78d711de754d4160d39444c2a6da7b65db5892c0)). | ||
|
||
📱 Example Project | ||
|
||
- Tweaked the coloring in the example app ([8dc3881](https://github.com/Aashu-Dubey/react-native-rating-bar/commit/8dc38810e1bf91a6d77c8a6e3db26e1c487a1e4e)) | ||
|
||
## v0.1.0 - 29-05-2022 | ||
|
||
Initial release |