v1.8.0
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
ordersettings improved #32 - Simplified build process to create a single ES5-ready file at
./build/webcharts.js(along with it's minified companion). Thelibdirectory, 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.