Skip to content

Commit bb1fe4a

Browse files
committed
0.6.5
1 parent 2bbabee commit bb1fe4a

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### [ [>](https://github.com/svg/svgo/tree/v0.6.5) ] 0.6.5 / 25.04.2016
2+
* Extra content inserted by editors are now being removed within `<foreignObject>` as well thus fixing bug “Namespace prefix … is not defined“ after applying SVGO.
3+
* 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).
4+
* Corrected `moveGroupAttrsToElems` not to move attributes to `g` content if it's referenced (has an `id`).
5+
* `collapseGroups` now don't collapse a group if it has an animated attribute (SMIL).
6+
17
### [ [>](https://github.com/svg/svgo/tree/v0.6.4) ] 0.6.4 / 05.04.2016
28
* 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`).
39
* Added `--indent` option to style pretty-printed SVG. (e.g. `--indent 2`) (by @scurker).

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svgo",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"description": "Nodejs-based tool for optimizing SVG vector graphics files",
55
"keywords": [
66
"svgo",
@@ -49,16 +49,16 @@
4949
"dependencies": {
5050
"sax": "~1.2.1",
5151
"coa": "~1.0.1",
52-
"js-yaml": "~3.5.5",
52+
"js-yaml": "~3.6.0",
5353
"colors": "~1.1.2",
5454
"whet.extend": "~0.9.9",
5555
"mkdirp": "~0.5.1",
56-
"csso": "~1.8.1"
56+
"csso": "~2.0.0"
5757
},
5858
"devDependencies": {
5959
"mocha": "~2.4.5",
60-
"should": "8.3.0",
61-
"istanbul": "~0.4.2",
60+
"should": "8.3.1",
61+
"istanbul": "~0.4.3",
6262
"mocha-istanbul": "~0.2.0",
6363
"coveralls": "~2.11.9"
6464
},

0 commit comments

Comments
 (0)