Permalink
Switch branches/tags
{{ refName }}
default
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Commits on Jun 26, 2019
-
2.1.0 - emit vue events and handle simultaneously loaded scripts
+ 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
-
setting loading promise on request (not on load) to avoid duplicate l… (
#29) * setting loading promise on request (not on load) to avoid duplicate loadings before load were finished * fixes for setting loading promise instead of 1 * fixed verbose prop async=false (will act as async=true previously); added load and error events
Commits on Jun 1, 2018
-
* Decode html entities * Update index.js * Update index.js * Update index.js
Commits on May 13, 2018
-
- 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
Commits on May 12, 2018
-
fix template compiler error (#20)
Now injects the script properly with Vue's `render` function thanks to @bichikim
Commits on May 11, 2018
Commits on Aug 28, 2017
-
Merge pull request #10 from mingchuno/master
fix #9 null/undefined crossorigin params handling
Commits on Aug 2, 2017
-
fix #9 null/undefined crossorigin params for script tag in e.g. Safar…
…i 9 will cause error
Commits on Dec 14, 2016
Commits on Sep 13, 2016
-
Merge pull request #6 from grempe/master
Fixes #5 crossorigin in HTML is crossOrigin in DOM
Commits on Sep 12, 2016
-
Fixes #5 crossorigin in HTML is crossOrigin in DOM
This should fix the issue where the crossorigin property was not being written out to the script tag in the DOM. The HTML property is all lower case, but the DOM spec requires it to be camel cased. See: w3c/webappsec-subresource-integrity#24 https://html.spec.whatwg.org/multipage/embedded-content.html#dom-img-crossorigin
Commits on May 8, 2016
-
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
-
-
-
-