UNPKG

vue-script2

Version:

Brings back <script> to your favorite Single Page App!

29 lines (21 loc) 1.39 kB
### 2.1.0 - Better handling of simultaneously loaded components ([#12](https://github.com/taoeffect/vue-script2/issues/12) - thanks **[@vgavro](https://github.com/vgavro)**) - Emit vue events for `loaded` and `error` ([#31](https://github.com/taoeffect/vue-script2/issues/31) - thanks **[@vgavro](https://github.com/vgavro)**) - Updated all dev dependencies and switched from uglify to terser ### 2.0.3 - Fix inline-source containing HTML entities (via **[@andrispraulitis](https://github.com/andrispraulitis)**) ### 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 ## Pre 2.0.2 - __2.0.1__ - `crossorigin` Safari fix (thanks [@mingchuno](https://github.com/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.