Skip to content

Release Notes for Version 14

Pre-release
Pre-release
Compare
Choose a tag to compare
@ehoogerbeets ehoogerbeets released this 09 Oct 19:46
00464cf

Build 001

Published as version 14.0.0

New Features:

  • Webpack support
    • Pre-assembled builds of ilib now use webpack for bundling
    • The assembly tool is now grandfathered
    • The compiled versions of the pre-assembled files are minified with uglify-js
    • You may use ilib in your own webpacked projects (in React or otherwise) using the
      new ilib-webpack-loader and ilib-webpack-plugin.
    • See the documentation in the ilib-webpack-loader documentation
      for more details on how to use the new webpack support
    • Requires some changes in your code to include the right file names and/or to modify
      your webpack.config.js to include ilib dynamically
    • Nodejs versions less than 6 are no longer supported, as webpack does not work with them
  • Grunt support
    • Support iLib build not to using ant
    • Grunt task can do iLib build, running unittest, and creat jsdoc