Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e7bdce6

Browse files
committed
v1.1.0
1 parent 37d4ca8 commit e7bdce6

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
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+
126
### [ [>](https://github.com/svg/svgo/tree/v1.0.5) ] 1.0.5 / 26.02.2018
227
* Fixed issue with prefixIDs plugin not replacing url() values correctly (by @harrisjose).
328

README.ru.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ $ [sudo] npm install -g svgo
189189
* как плагин для Inkscape – [inkscape-svgo](https://github.com/konsumer/inkscape-svgo)
190190
* как плагин для Sketch - [svgo-compressor](https://github.com/BohemianCoding/svgo-compressor)
191191
* в виде приложения macOS - [Image Shrinker](https://image-shrinker.com)
192+
* как плагин для Rollup - [rollup-plugin-svgo](https://github.com/porsager/rollup-plugin-svgo)
192193

193194
## Лицензия и копирайты
194195

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svgo",
3-
"version": "1.0.5",
3+
"version": "1.1.0",
44
"description": "Nodejs-based tool for optimizing SVG vector graphics files",
55
"keywords": [
66
"svgo",

0 commit comments

Comments
 (0)