Releases: ThomasBem/react-progressbar-semicircle
Releases · ThomasBem/react-progressbar-semicircle
v1.2.1
v1.2.1 (25 April 2018)
Bug fix
#14 - Check whether the percent prop passed in to the component is in the valid range (0 - 100). If its less or greater than that range. Draw it as either 0% completed or 100% completed.
v1.2.0
v1.2.0 (6 April 2018)
Enhancements
#12 - Improved propType definition for 'orientation', 'direction' and 'percentage'. Giving developers errors in the console to alert them of mistakes they make when passing props to the component.
v1.1.0
v1.1.0 (4 April 2018)
Enhancements
#10 - Added a 'direction' property, that allows you to control the direction of the progressbar being draw. Default is 'right', meaning it draws from left to right.
v1.0.1
v1.0.1 (4 April 2018)
Bug fix
Fixed issues with browser compatibility. SemiCircle now renders properly in the latest versions of all major browsers.
v1.0.0
First release of react-progressbar-semicircle. All initial functionality is now in place and documentation exists at the repos Github page.