From 8a8743f1202c031a442df0cd4402bc1cc02179d0 Mon Sep 17 00:00:00 2001 From: Joschi Kuphal Date: Sat, 3 Jan 2015 23:43:17 +0100 Subject: [PATCH] Configurable ID namespacing & extended alignment options --- README.md | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a17a718..f878364 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,11 @@ please refer to the [svg-sprite manual](https://github.com/jkphl/svg-sprite). ## Release history +#### v1.0.6 Feature release +* Compatible with [svg-sprite 1.0.6](https://github.com/jkphl/svg-sprite/tree/v1.0.6) +* Made shape ID namespacing configurable ([grunt-svg-sprite #27](https://github.com/jkphl/grunt-svg-sprite/issues/27)) +* Added extended alignment options ([svg-sprite #33](https://github.com/jkphl/svg-sprite/issues/33)) + #### v1.0.5 Bufix release * Compatible with [svg-sprite 1.0.5](https://github.com/jkphl/svg-sprite/tree/v1.0.5) * Fixed regression bug with SVG stacks diff --git a/package.json b/package.json index b37442d..1f4f7e5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gulp-svg-sprite", "description": "SVG sprites & stacks galore — Gulp plugin wrapping around svg-sprite that reads in a bunch of SVG files, optimizes them and creates SVG sprites and CSS resources in various flavours", - "version": "1.0.5", + "version": "1.0.6", "homepage": "https://github.com/jkphl/gulp-svg-sprite", "author": { "name": "Joschi Kuphal", @@ -30,7 +30,7 @@ "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" }, "dependencies": { - "svg-sprite": "^1.0.5", + "svg-sprite": "^1.0.6", "through2": "^0.6.3", "gulp-util": "^3.0.1" },