Skip to content

v1.1.9

Compare
Choose a tag to compare
@tomickigrzegorz tomickigrzegorz released this 12 Feb 13:53
· 53 commits to master since this release
cc4a31f

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: /^_/,
  },
},