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

Skip to content

Commit 10a302f

Browse files
committed
v1.3.0
1 parent cc9ad33 commit 10a302f

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### [ [>](https://github.com/svg/svgo/tree/v1.3.0) ] 1.3.0 / 14.07.2019
2+
* Custom plugins now can be loaded from external js through `path` plugin param.
3+
* New plugin `convertEllipseToCircle` to convert ellipse with equal radius measures to circle (by @tigt).
4+
* New plugin `sortDefsChildren` for improved compression (by @davidleston).
5+
* SVGO now removes unnecessary spaces after `arcto` path command flags.
6+
* `removeDimensions` plugin now adds `viewBox` if it's missing (by @adipascu).
7+
* Fixed `removeUnusedNS` not counting attributes in `<svg>` tag itself.
8+
* Fixed an issue with incorrect processing multiple images (by @cyberalien).
9+
* Fixed an error with incorrect converting multiple segmented curve to an arc.
10+
* Fixed an error with matrix decomposition in `convertTransform` due to rounding error leading to illegal value.
11+
* Added `force` option for `mergePaths` plugin (by @goyney).
12+
* Added options to `prefixIds` plugin for selectively prefixing IDs and/or classes (by @strarsis).
13+
* Exported config function (by @1000ch).
14+
115
### [ [>](https://github.com/svg/svgo/tree/v1.2.2) ] 1.2.2 / 16.04.2019
216
* Update js-yaml for Code Injection warning (by @kaungst).
317

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2.2",
3+
"version": "1.3.0",
44
"description": "Nodejs-based tool for optimizing SVG vector graphics files",
55
"keywords": [
66
"svgo",

0 commit comments

Comments
 (0)