Skip to content

Releases: Monte9/react-native-ratings

v8.1.0

23 May 14:03
Compare
Choose a tag to compare
  • Added support for rating container style in tap rating

Kudos to @LucasMonteiro1 for building out the feature

v8.0.4

27 Apr 13:46
Compare
Choose a tag to compare
  • Fixes support for adding default rating

Kudos to @khushal87 for the bug fix

v8.0.3

27 Apr 13:39
Compare
Choose a tag to compare
  • Fixes bug introduced in v8.0.2: the dist folder did not include assets

v8.0.2

14 Apr 08:11
Compare
Choose a tag to compare
  • 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

11 Apr 20:30
Compare
Choose a tag to compare
  • 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

02 Apr 09:05
0920189
Compare
Choose a tag to compare

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

27 Mar 21:22
Compare
Choose a tag to compare
  • 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

22 Mar 15:07
Compare
Choose a tag to compare
  • 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