- Demo and library now use a single React instance (no duplicate Reacts)
- Demo imports library from npm tarball, not local dist
- Added stable, modular Gulp build pipeline (separate build and watch tasks)
- Added LESS variable for @primary-color
- Added /gh-pages/bin/update-demo.sh for one-command demo updates
- Added npm script 'update-demo' for easy demo refresh
- Improved error handling and build stability
- Updated documentation and workflow for best practices
Adds in currency (thanks! @jgautheron)
Adds in decimal values (thanks! @che-wf)
Updates to React 16 (thanks! @kunukn)
Fix incorrect numbers being drawn when the screen was inactive. (thanks! @migreva)
Added delayValue prop to delay the start of the animation.
Added userLocaleString prop. Thanks @adjohu.
Initial release