Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

29 lines (24 loc) · 1.34 KB

Changelog

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.

[Unreleased]

[1.1.0] - 2017-06-20

Added

  • Add CHANGELOG.md.
  • Add [email protected] to devDependencies.
  • Add [email protected] to devDependencies.
  • 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.

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.
  • Fix transform bug Issue #56 from @FredericRuaudel and @jamesqo.

Removed