UNPKG

react-native-star-rating

Version:

A React Native component for generating and displaying interactive star ratings

30 lines (24 loc) 1.37 kB
# Changelog All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [1.1.0] - 2017-06-20 ### Added - Add `CHANGELOG.md`. - Add `react@16.3.1` to `devDependencies`. - Add `react-native@0.55.4` to `devDependencies`. - Add `animation` prop for setting various animations upon star selection. - Add bouncing animation upon star selection from [@hirthbrian](https://github.com/hirthbrian). - Add more clear installation guide from [@heyman333](https://github.com/heyman333). - Add `activeOpacity` prop to set the opacity of the stars from [@FacuAcosta](https://github.com/FacuAcosta). - Add `iconMoonJson` prop to use IconMoon config from [@rodrigopk](https://github.com/rodrigopk). ### Changed - Update `README.md` to reflect new features. - Fix tests. - Bump `jest` to `23.1.0`. - Bump `react-test-renderer` to `16.3.1`. - Ignore the ExampleApp when linting. - Disable touch events when `disable` set to `true` from [@iRoachie](https://github.com/iRoachie). - Fix `transform` bug [Issue #56](https://github.com/djchie/react-native-star-rating/issues/56) from [@FredericRuaudel](https://github.com/FredericRuaudel) and [@jamesqo](https://github.com/jamesqo). ### Removed