8.15.11
Breaking changes for developers
If you have previously cloned the repository for development, you will need to follow the new directions in CONTRIBUTING.md
Feature
- build files into the
distfolder - use
js-loggerfor all log statements - add more descriptive log statements
- add granular log level support
TRACE,DEBUG,INFO, etc
Fix
- fix
main.cssnot being renamed tostyles.cssin dev mode - stop
updateRowsFromSourcebeing called when sources are empty - fix cell content being erased after preforming an operation #916
Docs
- update
CONTRIBUTING.mdwith new build path info