All notable changes to this package will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add
CHANGELOG.md
. - Add
[email protected]
todevDependencies
. - Add
[email protected]
todevDependencies
. - Add
animation
prop for setting various animations upon star selection. - Add bouncing animation upon star selection from @hirthbrian.
- Add more clear installation guide from @heyman333.
- Add
activeOpacity
prop to set the opacity of the stars from @FacuAcosta. - Add
iconMoonJson
prop to use IconMoon config from @rodrigopk.
- Update
README.md
to reflect new features. - Fix tests.
- Bump
jest
to23.1.0
. - Bump
react-test-renderer
to16.3.1
. - Ignore the ExampleApp when linting.
- Disable touch events when
disable
set totrue
from @iRoachie. - Fix
transform
bug Issue #56 from @FredericRuaudel and @jamesqo.