Skip to content

Releases: zaneray/inline-svg

Preventing duplicate ajax calls, tracking

17 May 19:17
Compare
Choose a tag to compare

Tracking all specific ajax calls and preventing duplicates

Image class propagation

17 May 18:08
Compare
Choose a tag to compare

Allowing each instance of an image's classes to propagate to itself when the svg is loaded, but not any other instances

Changing 'loaded' class addition method

17 May 17:50
Compare
Choose a tag to compare

Fix of bug from previous update where duplicate svg classes were getting propagated to all svg's with that src. Changing how the 'loaded' class is added so as to avoid this issue.

Prevent unnecessary ajax calls

17 May 16:45
Compare
Choose a tag to compare

If there are multiple inline-svg image instances on the page with the same src, load the svg content for those images on a single ajax call, instead of making many ajax calls.

Fixing issues with Mutiple requests

03 Mar 19:03
Compare
Choose a tag to compare

Now detects whether or not the element is an image and prevents mutiple recursive requests.

Now works with elements added Dynamically to the page.

27 Feb 21:52
Compare
Choose a tag to compare

Now utilizes MutationObserver to watch for any element added to the DOM with the original selector from the plugin. When MutationObserver sees a DOM change happen to the body and any children the plugin now rescans the DOM for any unloaded inline SVG elements and applies the inlining function to them.

Detecting Loaded Class

16 Feb 00:35
Compare
Choose a tag to compare
0.1.3

Update bower.json

updating version

09 Feb 21:02
Compare
Choose a tag to compare
0.1.2

update version

Updated to check in response type

09 Feb 20:59
Compare
Choose a tag to compare
Checking on Response type

Checking on response type so it doesn't load 404 pages and adds a class of loaded.

initial release.

02 Feb 18:16
Compare
Choose a tag to compare
v0.1

Merge branch 'master' of https://github.com/zaneray/inline-svg