Releases: twisty/react-radial-progress-indicator
Releases · twisty/react-radial-progress-indicator
v1.4.1
- Bugfix: add missing
this.props
on fontRatio
prop. (Thanks @stefang)
- Updated storybook to demonstrate
fontRatio
prop. (Thanks @stefang)
- Bumped storybook packages to latest version.
v1.4.0
- Add
fontRatio
property to allow adjusting the size of the font in relation to the radius. Thank you @stefang.
v1.3.1
- Add
description
metadata to the package to improve the search result listing of this package on npm.
- Update dependencies to remove
unmet peer dependencies
warnings in development mode.