File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 4.0.0] - 2016-08-26
4+ ### Added
5+ - Support for SVG files
6+
7+ ### Fixed
8+ - Support for CommonJS
9+ - Broken options when the plugin is used in process with a ` watch ` flag(e.g postcss-cli)
10+
11+ ### Changed
12+ - Params passed to ` onSaveSpritesheet ` hook
13+
314## [ 3.3.0] - 2016-07-26
415### Added
516- The filepath of stylesheet to ` Image ` object
Original file line number Diff line number Diff line change 11{
22 "name" : " postcss-sprites" ,
3- "version" : " 3.3 .0" ,
3+ "version" : " 4.0 .0" ,
44 "description" : " Generate spritesheets from stylesheets" ,
55 "main" : " lib/index.js" ,
66 "keywords" : [
1010 " spritesheet" ,
1111 " spritesmith" ,
1212 " sprite" ,
13- " png"
13+ " png" ,
14+ " svg"
1415 ],
1516 "scripts" : {
1617 "test" : " ./node_modules/.bin/ava test/*.js --verbose --serial" ,
You can’t perform that action at this time.
0 commit comments