Releases: tomickigrzegorz/circular-progress-bar
Releases · tomickigrzegorz/circular-progress-bar
v1.2.4
v1.2.3
Fixed
- Issue with circular progress bar not stopping at 0 percent
v1.2.2
v1.2.1
Chore
- Update dependencies
v1.2.0
v1.1.9
Added
index
- new props. You can addindex
both to thedata-pie
and to the global configuration. From now on you can set your own index of the entire div -data-pie-index
. You can easily refer to an element, such as in the example "GLOBAL CONFIGURATION"
Build
- added script to change library version everywhere during production build
Improvements
- reducing the size of the library by mangle properties and methods:
mangle: {
properties: {
regex: /^_/,
},
},