mirror of
https://github.com/kevinsqi/react-circular-progressbar.git
synced 2025-12-08 20:25:50 +00:00
975 B
975 B
0.5.0
- Add
classesprop for customizing svg element classNames [#25]
0.4.1
- Don't render when textForPercentage is falsy
0.4.0
- Add
backgroundprop, fix black circle issue for upgrading without new CSS
0.3.0
- Support custom background colors and added
backgroundPaddingprop [#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
classNameprop 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