Tomik23 Circular Progress Bar Versions Save

⭕ A circular progress bar in svg. No dependencies. ~2KB gzip

v1.2.3

3 months ago

Fixed

  • Issue with circular progress bar not stopping at 0 percent

v1.2.2

3 months ago

Fixed

  • Issue with circular progress bar not stopping at 0 percent #91

v1.2.1

3 months ago

Chore

  • Update dependencies

v1.2.0

5 months ago

Fixed

  • Percentage of circle no longer changing after reaching 0% - #83

v1.1.9

2 years ago

Added

  • index - new props. You can add index both to the data-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: /^_/,
  },
},

v1.1.8

2 years ago

Added

  • separate version for IE #61

v1.1.7

2 years ago

Fixed

  • wrong file name #59

v1.1.6

2 years ago

Improvements

  • creating a dist folder with libraries in iife, esm, umd format as well as their minimized versions #58

v1.1.5

2 years ago

Change

  • code optimization (#57)

v1.1.4

2 years ago

Added

  • global configuration (#56)