Skip to content

Commit

Permalink
changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
protodave committed Jun 23, 2015
1 parent 8fefa15 commit 21cbe6c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Change Log

<a name="1.1.3"></a>
# 1.1.3 (June 23, 2015)

## Updates
- Merged and extended the [pull request](https://github.com/iconic/SVGInjector/pull/24) adding support for re-enumerating all the rest of the [IRI references](http://www.w3.org/TR/SVG/linking.html#processingIRI), including `color-profile`, `cursor`, `filter`, `linearGradient`, `marker`, `pattern` and `radialGradient`. SVGInjector already supported `clipPath` and `mask`.
- Added [IRI references test](https://github.com/iconic/SVGInjector/tree/master/tests/iri-attribute-defs).


### 1.1.2 (2014/10/27 21:50 +00:00)
- [8da3cfb](https://github.com/iconic/SVGInjector/commit/8da3cfbf239b286c6046f7cd1f80261690ad9a5d) changelog update (@protodave)
- [e498e03](https://github.com/iconic/SVGInjector/commit/e498e03eb2c40d3907c5cddb035a1705bfa5f384) 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)
Expand Down Expand Up @@ -64,4 +72,4 @@
- [ff3b341](https://github.com/iconic/SVGInjector/commit/ff3b34194cab2a4655463c7d2f3cabbd242fcb28) copy formatting update (@protodave)
- [495f468](https://github.com/iconic/SVGInjector/commit/495f4681485831140d417003eac7b734430ab388) spelling fix (@protodave)
- [af53074](https://github.com/iconic/SVGInjector/commit/af530747f8039ddabb41d5238a5cd120d4989a51) code format fixes (@protodave)
- [9aeec36](https://github.com/iconic/SVGInjector/commit/9aeec3623a33770ddebdfbe54c6585e0d63a60e3) copy header update (@protodave)
- [9aeec36](https://github.com/iconic/SVGInjector/commit/9aeec3623a33770ddebdfbe54c6585e0d63a60e3) copy header update (@protodave)

0 comments on commit 21cbe6c

Please sign in to comment.