Skip to content

Commit

Permalink
Major next generation release / complete rewrite (#9, #24, #23, #20, #19
Browse files Browse the repository at this point in the history
, #18)
  • Loading branch information
jkphl committed Dec 29, 2014
1 parent 4a9e641 commit cd92479
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,17 @@ Release history
---------------

#### v1.0.1
* First release of the new plugin generation, compatible with [svg-sprite 1.0.1](https://github.com/jkphl/svg-sprite/tree/v1.0.1)
* Multiple sprite formats
* More intuitive configuration style
* Fewer dependencies
* First release of the new plugin generation, compatible with [svg-sprite 1.0.1](https://github.com/jkphl/svg-sprite/tree/v1.0.1)
* Rewritten from scratch ([#18](https://github.com/jkphl/grunt-svg-sprite/issues/18))
* Dropped [libxmljs](https://github.com/polotek/libxmljs) dependency for improving Windows support ([#14](https://github.com/jkphl/grunt-svg-sprite/issues/14))
* Added support for `view`, `symbol` and `stack` modes ([#19](https://github.com/jkphl/grunt-svg-sprite/issues/19), [#24](https://github.com/jkphl/grunt-svg-sprite/issues/24))
* Switched to relative positioning in CSS sprites ([#23](https://github.com/jkphl/grunt-svg-sprite/issues/23))
* Made the configuration of Mustache templates and destinations more intuitive
* Enabled customization of shape IDs
* Enabled custom SVG transformations
* Enhanced `padding` options ([#20](https://github.com/jkphl/grunt-svg-sprite/issues/20))
* Added cache busting for `css` and `view` mode (enabled by default; [#9](https://github.com/jkphl/grunt-svg-sprite/issues/9))
* Added support for meta data injection

For older release notes please [see here](https://github.com/jkphl/grunt-svg-sprite/tree/00f36c5a217798bfa22a9b80c8bd2a75dcbb32dd#release-history).

Expand Down

0 comments on commit cd92479

Please sign in to comment.