Skip to content

Releases: tomickigrzegorz/circular-progress-bar

v1.2.3

20 Feb 19:20
Compare
Choose a tag to compare

Fixed

  • Issue with circular progress bar not stopping at 0 percent

v1.2.2

20 Feb 17:19
9728437
Compare
Choose a tag to compare

Fixed

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

v1.2.1

17 Feb 22:16
9d529eb
Compare
Choose a tag to compare

Chore

  • Update dependencies

v1.2.0

08 Dec 18:04
462087c
Compare
Choose a tag to compare

Fixed

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

v1.1.9

12 Feb 13:53
cc4a31f
Compare
Choose a tag to compare

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

26 Jan 13:39
2c552a3
Compare
Choose a tag to compare

Added

  • separate version for IE #61

v1.1.7

07 Jan 21:29
Compare
Choose a tag to compare

Fixed

  • wrong file name #59

v1.1.6

26 Nov 19:06
900ab80
Compare
Choose a tag to compare

Improvements

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

v1.1.5

26 Oct 23:02
8fa189a
Compare
Choose a tag to compare

Change

  • code optimization (#57)

v1.1.4

26 Oct 12:27
Compare
Choose a tag to compare

Added

  • global configuration (#56)