(none)
- Now includes FileSaver as a dependency.
- Fix duplicated xmlns in IE 11 #7.
- Display error message in IE <= 11 in unsupported methods (
getPngUri
andasPng
). - Disable unsupported methods in demo.
- Fix incorrect SVG being found
- Fix tests
- Add xlink namespace declaration, fixes Safari and Firefox.
- Improved demo
- Added cloneSVG public API
- Added getPngUri public API
- Added xlink:href to allowed attrs
- Fix phantomjs dev in package.json
- Fix #4, Add href to default attributes
- Fix #1, The string to be encoded contains characters outside of the Latin1 range.
- URI encode filenames
- Flexible element selection
- Throw error if no SVGs can be found
- Support Firefox without FileSaver
- Clean superfluous inheritable styles
- Use latest computed-styles, fixes IE11
- Internal change to use latest computed-styles
- Default is now to copy all inherited styles, regardless of value
- Now using copy-styles module
- No longer removes styles from elements that match parent styles (not all styles are inheritable)