Skip to content

v2.0.0

Compare
Choose a tag to compare
@georapbox georapbox released this 05 Nov 10:20
· 65 commits to master since this release

BREAKING CHANGES

The library's API has not breaking changes. All breaking changes refer to how the final distributed files are bundled and their locations in the project.

  • All distributed files are located under the dist/ directory instead of lib/ which was in v1.x.x. The UMD format is located under dist/umd/ directory and the CommonJS under the dist/commonjs/ directory.
  • The directory containing the distributed files is no longer included in GIT.

OTHER CHANGES

  • All devDependencies are updated to latest versions. Updated Webpack to v4.x.x and Babel to v7.x.x.
  • The library is now exported in both UMD (as was in version 1.x.x) and CommonJS. For CommonJS, the library's methods are also exported as standalone functions in order to import only the ones you want for your project. Check the Usage section in README for more details.