Releases: Monte9/react-native-ratings
Releases · Monte9/react-native-ratings
v8.1.0
- Added support for rating container style in tap rating
Kudos to @LucasMonteiro1 for building out the feature
v8.0.4
- Fixes support for adding default rating
Kudos to @khushal87 for the bug fix
v8.0.3
- Fixes bug introduced in v8.0.2: the dist folder did not include assets
v8.0.2
- Patch fix for 8.0.1 where assets were not included in the built files
- Updated demo app to use compiled files : future errors should be reproducible in the demo app before a release
- Added post build script to copy assets to the distribution folder
v8.0.1
- Typescript support. Huge kudos to @khushal87
- Added Status bar in demo screens
- Functional components instead of class based components
- Added typescript compilation check to github actions
v7.6.1
Patch fix
- Fixes bug introduced in 7.6.0 where swipe rating no longer supported custom start values
- Fixes bug introduced in 7.6.0 where value reported in swipe rating was incorrect
- Updated demo expo app to include these scenarios
v7.6.0
- Defined github workflow for creating a build pipeline
- currently contains of a lint phase
- Updated code to ensure all code passes linting
- Added pre-commit hooks for linting
This helps future PRs can focus on feature updates without having to worry about styling / linting issues.
v7.5.0
- TapRating:
- New option to override the image used
- Swipe Rating:
- Fixes to begin swipe from a specific position
- Customisable jump value options
- Updates to typings