- Resolves an issue where postcss-svgo would convert colours to hex codes
without URL-encoding the
#
.
- Fixes an issue where postcss-svgo would throw with some SVGs that were
not properly URI encoded.
- Upgrade is-svg to version 2.
- Fixes an issue with processing some malformed URIs (thanks to @TrySound).
- Bump SVGO to 0.6.1 (thanks to @shinnn).
- Updates postcss-value-parser to version 3 (thanks to @TrySound).
- Uses postcss-value-parser instead of async-replace to reduce cssnano's
download size (thanks to @TrySound).
- Fixed an issue where the module was not handling exceptions from
decoding URLs.
- The module will now convert all SVG wrapping quotes to single quotes, which
is consistent with SVGO's output.
- Fixed an issue where the
charset
definition was being removed from the
SVG source, breaking IE compatibility (thanks to @ophyros).
- Adds support for uri-encoded SVG files, for better compatibility
with postcss-svg.