|
| 1 | +### [ [>](https://github.com/svg/svgo/tree/v1.1.0) ] 1.1.0 / 16.09.2018 |
| 2 | +* Fixed `collapseGroups` plugin removing property with a child having `inherit` value. |
| 3 | +* `version` attribute value is not more being rounded. |
| 4 | +* Fixed jsAPI `clone` method with respect to the introduced CSS classes. |
| 5 | +* Fixed scaling strokes with `vector-effect="non-scaling-stroke"` (by @alexjlockwood). |
| 6 | +* Fixed passing properties from groups in `collapseGroups` plugin if child have a filter (by @stristr). |
| 7 | +* Fixed arc path commands parsing without separators after flags, effectively producing a JS error. |
| 8 | +* Fixed `viewBox` separators parsing. |
| 9 | +* Fixed `removeNonInheritableGroupAttrs` plugin to work as intended. |
| 10 | +* Fixed removing path segments without length in presence of `stroke-linecap`. |
| 11 | +* Fixed `removeUnknownsAndDefaults` plugin removing attributes from elements with `id`. |
| 12 | +* Fixed converting to large arcs from nearly straight lines curves. |
| 13 | +* Fixed `collapseGroups` plugin affecting `<switch>` and its subgroups. |
| 14 | +* Fixed `convertTransform` plugin converting to `rotate()` with wrong sign in some case. |
| 15 | +* Fixed `cleanupListOfValues` plugin not preserving non-numeric values. |
| 16 | +* Fixed `!important` being passed to attributes in `convertStyleToAttrs` plugin. |
| 17 | +* Added option `keepImportant` to `convertStyleToAttrs` plugin to preserve styles with `!important`. |
| 18 | +* `removeHiddenElems` plugin now also removes elements with `visibility="hidden"` attribute (by @mikolaj92). |
| 19 | +* Added `forceAbsolutePath` option to `convertPathData` plugin to always use absolute coordinates (by @cool). |
| 20 | +* Added `keepRoleAttr` for `removeUnknownsAndDefaults` plugin to preserve `role-` attributes (by @himedlooff). |
| 21 | +* Added `xmlns` order option in `sortAttrs` plugin (by @hellatan). |
| 22 | +* Added an option to `prefixIds` plugin to pass prefix as false or as a function that returns false (by @vzaidman). |
| 23 | +* `prefixIds` plugin now adds prefix to every class (by @vzaidman). |
| 24 | +* Updated and improved docs a bit (multiple authors). |
| 25 | + |
1 | 26 | ### [ [>](https://github.com/svg/svgo/tree/v1.0.5) ] 1.0.5 / 26.02.2018
|
2 | 27 | * Fixed issue with prefixIDs plugin not replacing url() values correctly (by @harrisjose).
|
3 | 28 |
|
|
0 commit comments