Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

28 lines (21 loc) · 1.36 KB

2.1.0

  • Better handling of simultaneously loaded components (#12 - thanks @vgavro)
  • Emit vue events for loaded and error (#31 - thanks @vgavro)
  • Updated all dev dependencies and switched from uglify to terser

2.0.3

2.0.2

  • IE Support (via @akhoury)
  • Use render function instead of template (via @bichikim)
  • Updated dependencies
  • Removed broken grunt-rollup and updated Gruntfile.js accordingly

Pre 2.0.2

  • 2.0.1 - crossorigin Safari fix (thanks @mingchuno!)
  • 2.0.0 - Vue 2.x compatible. Requires Vue 2.x. Use 1.2.2 for Vue 1.x.
  • 1.2.2 - Fixes broken crossorigin attribute (thx @grempe!)
  • 1.2.1 - Just a bit of perfectionism to fix a non-issue issue
  • 1.2.0 - Added VueScript2.load imperative loading
  • 1.1.2 - Another bump to get npm.org to display script2ify in the README
  • 1.1.1 - Identical to 1.1.0, just adds needed package.json info.
  • 1.1.0 - Adds special support for async attribute.
  • 1.0.0 - Initial release.