Skip to content

Tags: taoeffect/vue-script2

Tags

2.1.0

Toggle 2.1.0's commit message
2.1.0 - emit vue events + better handling of simultaneously loaded co…

…mponents

- Better handling of simultaneously loaded components ([#12](#12) - thanks **[@vgavro](https://github.com/vgavro)**)
- Emit vue events for `loaded` and `error` ([#31](#31) - thanks **[@vgavro](https://github.com/vgavro)**)
- Updated all dev dependencies and switched from uglify to terser

2.0.2

Toggle 2.0.2's commit message
2.0.2

- IE Support (via **[@akhoury](https://github.com/akhoury)**)
- Use `render` function instead of `template` (via **[@bichikim](https://github.com/bichikim)**)
- Updated dependencies
- Removed broken `grunt-rollup` and updated `Gruntfile.js` accordingly

2.0.0

Toggle 2.0.0's commit message
Signed 2.0.0 tag

1.2.1

Toggle 1.2.1's commit message
Release 1.2.1

This commit doesn't change any behavior due to a lucky bug.
I had some code to "support" IE, but it was wrong. Thankfully, its
wrongness was ameliorated by a bug (`this` being bound to something
else due to arrow-function usage). I've now simply removed the IE-specific
support as the latest versions of IE should support .onerror and .onload

1.2.0

Toggle 1.2.0's commit message
Release 1.2.0 - Imperative loading via `VueScript2.load`

1.1.2

Toggle 1.1.2's commit message
Version bump to update npm readme. Otherwise identical to 1.1.0.

1.1.1

Toggle 1.1.1's commit message
bump 1.1.1 (same as 1.1.0, just updates package.json info)