Skip to content

v1.8.0

Choose a tag to compare

@jwildfire jwildfire released this 23 Jun 18:19
· 280 commits to master since this release

This release adds a new testing framework to webcharts, resolves 2 minor bugs and simplifies the build process.

  • Bug that was keeping log axes from rendering correctly in certain situations has been fixed #33
  • Support for order settings improved #32
  • Simplified build process to create a single ES5-ready file at ./build/webcharts.js (along with it's minified companion). The lib directory, which contained rarely-used AMD, CommonJS and ES6 builds of the library have been removed.
  • Added automated creation of a minified css file to the build process.
  • Added automated code formatting using prettier to the build process.