- Better handling of simultaneously loaded components (#12 - thanks @vgavro)
- Emit vue events for
loadedanderror(#31 - thanks @vgavro) - Updated all dev dependencies and switched from uglify to terser
- Fix inline-source containing HTML entities (via @andrispraulitis)
- IE Support (via @akhoury)
- Use
renderfunction instead oftemplate(via @bichikim) - Updated dependencies
- Removed broken
grunt-rollupand updatedGruntfile.jsaccordingly
- 2.0.1 -
crossoriginSafari 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
crossoriginattribute (thx @grempe!) - 1.2.1 - Just a bit of perfectionism to fix a non-issue issue
- 1.2.0 - Added
VueScript2.loadimperative loading - 1.1.2 - Another bump to get npm.org to display
script2ifyin the README - 1.1.1 - Identical to
1.1.0, just adds needed package.json info. - 1.1.0 - Adds special support for
asyncattribute. - 1.0.0 - Initial release.