Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathantneal committed Nov 24, 2015
1 parent b40e603 commit 0d6dfe6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.0.1 (2015-11-24)

- Fix infinite loop issue with invalid <use> tags
- Update documentation

## 2.0.0 (2015-08-01)

- Added: UMD pattern and `svg4everybody` method to activate shim
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,16 +134,21 @@ Modern browsers support external content in SVGs, *except Edge*. No frets; we ca
| iOS | iOS 6-7 ||||
| OSX | Saf 7.1+ ||||
| OSX | Saf 6 ||||
| Win | Edge 13 ||||
| Win | Edge 12 ||||
| Win | IE 9 - 11 ||||
| Win | IE 6 - 8 ||||

As you can see, at this point we’re really only waiting on Edge. Edge’s project manager, [David Storey] assures us that native support for external content in SVGs is high on their checklist. You may [track progress] or, better yet, [vote for attention] to this issue. I think it will land soon, but don’t quote me on anything.
As you can see, **all major browsers support external content**.

We had been waiting on Edge, previously, but [David Storey], Edge’s project manager assured us that native support for external content in SVGs was high on their checklist. We would [track progress] and [vote for attention] to this issue. Then, just as I predicted...

> I have complete faith in the Microsoft Edge team and absolutely expect support to arrive within the next few months.
>
> — Jon Neal (August, 2015)
All of our [dreams came true].

## Readability and accessibility

SVGs are compelling to use for many reasons, and one of them is their ease of accessibility.
Expand Down Expand Up @@ -207,6 +212,7 @@ $ svgo spritemap.svg

[all browsers]: http://caniuse.com/svg
[David Storey]: https://twitter.com/dstorey/status/626514631884804096
[dreams came true]: https://dev.windows.com/en-us/microsoft-edge/platform/changelog/desktop/10586/?compareWith=10240
[SVG External Content]: http://css-tricks.com/svg-sprites-use-better-icon-fonts/##Browser+Support
[SVG for Everybody]: https://github.com/jonathantneal/svg4everybody
[SVGO]: https://github.com/svg/svgo
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svg4everybody",
"description": "Use external SVG spritemaps in any browser",
"version": "2.0.0",
"version": "2.0.1",
"author": "Jonathan Neal <[email protected]> (http://jonathantneal.com)",
"contributors": [
"Luis Merino Rendez <[email protected]> (http://luismerino.name)"
Expand Down

0 comments on commit 0d6dfe6

Please sign in to comment.