Skip to content

Latest commit

 

History

History
75 lines (67 loc) · 8.97 KB

CHANGELOG.md

File metadata and controls

75 lines (67 loc) · 8.97 KB

Change Log

1.1.3 (June 23, 2015)

Updates

  • Merged and extended the pull request adding support for re-enumerating all the rest of the IRI references, including color-profile, cursor, filter, linearGradient, marker, pattern and radialGradient. SVGInjector already supported clipPath and mask.
  • Added IRI references test.

1.1.2 (2014/10/27 21:50 +00:00)

  • 8da3cfb changelog update (@protodave)
  • e498e03 Make sure any mask ids and their references are unique so we can safely use the same SVG multiple times on the same page (like we already do for clipPaths) (@protodave)
  • eae8b22 New build and version bump (@protodave)
  • 7266bcf updated changelog (@protodave)

1.1.1 (2014/10/15 21:08 +00:00)

  • 55ac808 Fix for issue #17 - "SVG Injector doesn't work if there is a URL parameter". Updated the regex that was matching for an svg file extension to allow for query strings. (@protodave)
  • 0b76f3b version bump, v1.1.1 (@protodave)

1.1.0 (2014/07/01 21:01 +00:00)

  • e2d6d62 Updated bower package name in the install command (@protodave)
  • 972fdf6 different forEach approach (@stryju)
  • 207dee9 small cleanup (@stryju)
  • 1814600 TODO: don't add dups (@stryju)
  • 1f09fd9 Added per-element PNG fallback functionality via setting a data-fallback or data-png attribute. (@protodave)
  • #11 TODO: don't add class dups (@stryju)
  • 4350111 Simplified class merging (@protodave)
  • 8066bf6 updated dist build and examples svg-injector.min.js files (@protodave)
  • 56d22c0 Conflicts: svg-injector.js (@protodave)
  • fa118b0 Merge branch 'stryju-patch-1' (@protodave)
  • 70ec72e updated dist build and examples (@protodave)
  • 8f04917 Conflicts: svg-injector.js (@protodave)
  • fd321d6 to explain why this merge is necessary, (@protodave)
  • f6eb3a7 reverted the isFunction() and isDefined() refactor PR since you can't pass undefined/undeclared vars to functions in JS (@protodave)
  • 88778d7 new dist build and examples updates (@protodave)
  • 26545d9 readme update (@protodave)
  • 10c2a24 removed some extra classes that were added for testing in the all-the-things examples (@protodave)
  • f37d0ad added "examples" to bower.json ignore (@protodave)
  • 2ee9f87 Address Issue #12 - Injection race condition (@protodave)
  • 67c2355 Added test for race condition during injection, Issue #12 (@protodave)
  • 96cb187 Updated build and examples svg-injector.min.js files (@protodave)
  • f3e1bfb Clean up references to the replaced elements during injection, which end up as detached DOM elements, so they can be GC'd (@protodave)
  • ce1eaa8 Move the use of injectOf() until after the check for SVG support during injection so we can avoid adding the extra code for an IE8 indexOf() polyfill (@protodave)
  • 9be5041 min/map dist build and updated lib in examples and tests (@protodave)
  • e2e2438 Unlink elements var to aid GC and avoid detacted DOM elements (@protodave)
  • fe70317 updated min/map dist build (@protodave)
  • 0e1cce5 Updated CHANGELOG for 1.1.0 release (@protodave)
  • 173dc9b update version in bower.json (@protodave)

1.0.1 (2014/05/08 22:31 +00:00)

  • 13a2af6 Added jshintrc and some jshint wrapper rules to svg-injector.js (@protodave)
  • 3c69267 added a package.json and .gitignore (@protodave)
  • f61e766 created first min/map dist build (@protodave)
  • 9a4a8ba Updated CHANGELOG (@protodave)
  • f40df63 Update README.md (@protodave)
  • 60c74dc Missing a closing ) on example console.log (@FStop)
  • #2 Missing a closing ) on example console.log (@FStop)
  • 172e267 Update README.md (@protodave)
  • 7adef6e Updated documentation (@protodave)
  • 4fc172a Added examples (@protodave)
  • c5a7fb4 Fixed a link in the README (@protodave)
  • 52b0483 init bower (@hoetmaaiers)
  • 7d78660 add install with bower to README (@hoetmaaiers)
  • #5 Bower (@hoetmaaiers)
  • b0c055c Bump to v1.0.1 (@protodave)
  • fbb6fce updated changelog (@protodave)

1.0.0 (2014/03/31 17:33 +00:00)

  • 0280954 Initial commit (@protodave)
  • 49adbde first code commit (@protodave)
  • ff3b341 copy formatting update (@protodave)
  • 495f468 spelling fix (@protodave)
  • af53074 code format fixes (@protodave)
  • 9aeec36 copy header update (@protodave)