From e69f0a27bea0b5dc258a42167d20009d0c21c209 Mon Sep 17 00:00:00 2001 From: GreLI Date: Sun, 20 Mar 2016 21:16:36 +0300 Subject: [PATCH] 0.6.3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a9113ea7..6891e02a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### [ [>](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. diff --git a/package.json b/package.json index bef134c10..c4bd2c38d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svgo", - "version": "0.6.2", + "version": "0.6.3", "description": "Nodejs-based tool for optimizing SVG vector graphics files", "keywords": [ "svgo",