Skip to content

πŸ’Ž Release new version 2.4.1

Compare
Choose a tag to compare
@apertureless apertureless released this 04 Mar 14:08
· 642 commits to main since this release

Updated dist files

It seems that some tools have problem with building es6 files out of node_modules.
For this reason, I changed the main entry back to the bundled umd file: dist/vue-chartjs.js.

Added transpiled es6

I also added a transpiled es version which is under the folder es/ and contains all source files transpiled for jsnext:main.

Additional entries

  • The module and jsnext:main entrypoint is now the fully transpiled src under es/index.js.

Modern tools like webpack 2, rollup etc. will get the jsnext:main entry so you will be using the unbundled files.