### [ [>](https://github.com/svg/svgo/tree/v0.7.2) ] 0.7.2 / 29.01.2017 * Extended `currentColor` match conditions (string, rx, bool) (by @AlimovSV) * Fixed removing `` in ``. * Fixed removing same transform in inner element in `removeUnknownsAndDefaults`. * Fixed collapsing groups with same non-inheritable attribue. * Corrected removing of leading zero in case of exponential notation. ### [ [>](https://github.com/svg/svgo/tree/v0.7.1) ] 0.7.1 / 27.09.2016 * Reverted the requirement of Node.js to version 0.10. * Added `addAttributesToSVGElement` to the default config to allow using it with `--enable` option. * Added korean translation of “How it works” doc (by @primeiros). ### [ [>](https://github.com/svg/svgo/tree/v0.7.0) ] 0.7.0 / 25.08.2016 * Required Node.js version has increased to 0.12. * New plugins: `removeElementsByAttr` (by IDs or classes) by @elidupuis, `addAttributesToSVGElement` by @gjjones, `removeXMLNS` (for SVG inlining) by @ricardobeat. * Tests now correctly pass in Windows with CRLF line endings. Pretty print now accounts system line endings. * Fixed bugs with collapsing groups with masks and transforms in `collapseGroups`. * Fixed bugs with erroneous removing IDs in `cleanupIDs`. * Improved attributes sorting in `sortAttrs` by @darktrojan. * `addClassesToSVGElement` no more repeats classes (by @ricardobeat). ### [ [>](https://github.com/svg/svgo/tree/v0.6.6) ] 0.6.6 / 25.04.2016 * Corrected CSSO API usage ### [ [>](https://github.com/svg/svgo/tree/v0.6.5) ] 0.6.5 / 25.04.2016 * Extra content inserted by editors are now being removed within `` as well thus fixing bug “Namespace prefix … is not defined“ after applying SVGO. * Doctype with entities declartion is now also being removed since svgo correctly parses them starting from the version [0.6.2](https://github.com/svg/svgo/tree/v0.6.2). * Corrected `moveGroupAttrsToElems` not to move attributes to `g` content if it's referenced (has an `id`). * `collapseGroups` now don't collapse a group if it has an animated attribute (SMIL). ### [ [>](https://github.com/svg/svgo/tree/v0.6.4) ] 0.6.4 / 05.04.2016 * Fixed bug in “[convertStyleToAttrs](https://github.com/svg/svgo/blob/master/plugins/convertStyleToAttrs.js)” plugin with converting styling properties to non-existent attributes (which are normally removed later by `removeUnknownsAndDefaults`). * Added `--indent` option to style pretty-printed SVG. (e.g. `--indent 2`) (by @scurker). * Added `currentColor` param to `convertColors` plugin for converting values like `fill` and `stroke` to `currentColor` (by @scurker). * Bumped CSSO to the current version and used [its new shiny API](https://github.com/css/csso#api) (thanks to @lahmatiy). ### [ [>](https://github.com/svg/svgo/tree/v0.6.3) ] 0.6.3 / 20.03.2016 * Smart rounding (introduced in 0.4.5) now applies only when rounding is needed, thus making subsequent passes more stable. * Fixed regression in converting curves to arcs. * `xlink:href` references are now being checked by local name `href`, thus correctly working with another namespace prefix. * Fixed `id` removing with disabled `plugins/convertStyleToAttrs.js`. ### [ [>](https://github.com/svg/svgo/tree/v0.6.2) ] 0.6.2 / 08.03.2016 * Better error handling and messaging improvements. * SVG files with XML entities (e.g. from Adobe Illustrator) are now correctly being parsed. * Fixed error on converting curves to arcs. * Corrected rounding in subsequent passes with `--multipass` option. * Data URI option now handles charset (by @holymonson) * Tranformations are no longer moved to group if there is a mask (`plugins/moveElemsAttrsToGroup.js`). * Fixed matrix decomposition losing sign in case like `[1, 0, 0, -1, 0, 0]` (`scale(1 -1)`). * Fixed crash on uppercased color name. * Paths with `id` and without `stroke-width` aren't being trasformed now since `stroke-width` may be applied later. ### [ [>](https://github.com/svg/svgo/tree/v0.6.1) ] 0.6.1 / 21.11.2015 * Added option `--quiet` to suppress output (by @phihag). * Removed `lib-cov` folder from the package, which was erroneously included before. * Fixed errors in “[minifyStyles](https://github.com/svg/svgo/blob/master/plugins/minifyStyles.js)” when there are `