Skip to content

Releases: ThomasBem/react-progressbar-semicircle

v1.2.1

25 Apr 12:05
Compare
Choose a tag to compare

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

06 Apr 07:29
Compare
Choose a tag to compare

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

04 Apr 07:09
Compare
Choose a tag to compare

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

04 Apr 05:43
Compare
Choose a tag to compare

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

29 Mar 15:44
Compare
Choose a tag to compare

First release of react-progressbar-semicircle. All initial functionality is now in place and documentation exists at the repos Github page.