2017-10-14 00:56:14 -07:00

975 B

0.5.0

  • Add classes prop for customizing svg element classNames [#25]

0.4.1

  • Don't render when textForPercentage is falsy

0.4.0

  • Add background prop, fix black circle issue for upgrading without new CSS

0.3.0

  • Support custom background colors and added backgroundPadding prop [#23]

0.2.2

  • Allow react 16 as a peerDependency

0.2.1

  • Restrict percentages to be between 0 and 100
  • Fix "undefined" className when it's unset

0.2.0

  • Adds className prop to customize component styles

0.1.5

  • Fixes 'calling PropTypes validators directly' issue caused by prop-types package by upgrading to 15.5.10+

0.1.4

  • Fixes React PropTypes import warning by using prop-types package
  • Upgrades devDependencies

0.1.3

  • Fix errors when component is unmounted immediately [#1]

0.1.2

  • Tweak initialAnimation behavior
  • Fix package.json repo URL

0.1.1

  • Remove unused dependencies

0.1.0

  • Initial working version