UNPKG

4.56 kBMarkdownView Raw
1# gulp.spritesmith changelog
26.0.0 - Upgraded to `spritesmith@3.0.0` and altered `img` contents from `Buffer` to stream
3
45.0.1 - Updated donation URL
5
65.0.0 - Upgraded to `spritesmith-engine-spec@2.0.0`
7
84.3.0 - Upgraded to `spritesmith@1.5.0` to add `specVersion` validation
9
104.2.4 - Updated link to specification
11
124.2.3 - Moved from Gratipay to bit.ly URL for donations
13
144.2.2 - Added newsletter badge to README
15
164.2.1 - Updated node versions to support `>= 0.10.0`
17
184.2.0 - Moved to emitting errors rather than assert to be more gulp-like. Fixes #73
19
204.1.2 - Added `foundry` for release
21
224.1.1 - Added clarification for `retinaSrcFilter` lining up with `gulp.src`
23
244.1.0 - Upgraded to `spritesmith@1.4.0` to add better PNG support
25
264.0.0 - Upgraded to `spritesheet-templates@10.0.0` and moved to @2x suffix to prevent ordering issues
27
283.8.2 - Added back iojs to Travis CI
29
303.8.1 - Added proper `end` handling to split streams in documentation and tests. Fixes #48
31
323.8.0 - Upgraded to `spritesheet-templates@9.6.0` to pick up `json_texture` template
33
343.7.2 - Moved iojs to allowed failure until https://github.com/npm/npm/issues/8406 gets patched
35
363.7.1 - Moved from deprecated `licenses` key to `license` in `package.json`
37
383.7.0 - Fixed retina size assertion logic via @radist2s in #47
39
403.6.1 - Added README touchups via Ensighten/grunt-spritesmith#131
41
423.6.0 - Upgraded to `spritesheet-templates@9.4.0` and added handlebars helper registration
43
443.5.4 - Added `node@0.12` and `iojs` to CI tests
45
463.5.3 - Upgraded to `url2@1.0.4` to fix `git` `node_modules` issues. Fixes #34
47
483.5.2 - Fixed missing output for retina image to `img` stream via @radist2s in #37
49
503.5.1 - Added documentation on retina template data
51
523.5.0 - Added retina spritesheet support
53
543.4.0 - Upgraded to `spritesheet-templates@9.3.1` to pick up `spritesheet_info` in anticipation for retina info
55
563.3.1 - Upgraded to `spritesheet-templates@9.2.2` to pick up more granular templating
57
583.3.0 - Upgraded to `spritesheet-templates@9.2.0` to add inheritance support
59
603.2.0 - Upgraded to `spritesmith@1.3.0` to pick up background fill support for `pixelsmith`. Fixes #33
61
623.1.0 - Upgraded to `spritesheet-templates@9.1.0` to add single sprite fixes/warnings
63
643.0.0 - Upgraded to `spritesheet-templates@9.0.0` to reintroduce `2.6.0` as a major release
65
662.8.0 - Upgraded to `spritesmith@1.2.0` to pick up optimal `binary-tree` fixes
67
682.7.0 - Reverted `2.6.0` to remove breaking changes. Fixes #30
69
702.6.0 - Upgraded to `spritesheet-templates@8.3.0` to pick up `variableNameTransforms` support
71
722.5.2 - Fixed broken test suite due to `spritesheet-templates` patch upgrade
73
742.5.1 - Fixed typo for `imgOpts` in README. Fixes #28
75
762.5.0 - Upgraded to `spritesmith@1.1.0` to pick up `binary-tree` algorithm changes
77
782.4.0 - Upgraded to `spritesheet-templates@8.2.0` to pick up preprocessor `spritesheet` variables and mixins
79
802.3.0 - Upgraded to `spritesheet-templates@8.0.0` to pick up `spritesheet` parameter
81
822.2.0 - Moved from `json2css` to `spritesheet-templates`, its renamed equivalent
83
842.1.0 - Upgraded to `json2css@6.1.0` to pick up CSS selector fix
85
862.0.1 - Added more examples and links to examples from other sections
87
882.0.0 - Major release with multiple breaking changes:
89
90- Upgraded to `spritesmith@1.0.0`
91 - Moved to `pixelsmith` as default engine
92 - Removed all other engines
93 - Moved to `binary-tree` as default algorithm
94- Upgraded to `json2css@6.0.0`
95 - Renames `cssClass` to `cssSelector` to make it more semantic
96
971.5.0 - Added `twolfson-style` and fixed up lint errors
98
991.4.1 - Updated `gittip` to `gratipay`
100
1011.4.0 - Upgraded to `spritesmith@0.20.0` to pick up `phantomjssmith's` JPEG support
102
1031.3.0 - Added support for `gulp-newer` by doing nothing when no images are provided. Fixes #17
104
1051.2.0 - Moved return stream to `stream.Transform` via @elentok in #16
106
1071.1.2 - Corrected example image for README
108
1091.1.1 - Updated README
110
1111.1.0 - Upgraded to `json2css@5.2.0` to pick up useful CSS comments
112
1131.0.0 - Upgraded to `json2css@5.0.0` to collect `scss_maps` alteration
114
1150.5.1 - Increased timeout for tests to prevent false negatives. Related to #6
116
1170.5.0 - Upgraded to `spritesmith@0.19.0` and added `algorithmOpts` to support skipping image sorting
118
1190.4.0 - Upgraded to `json2css@4.4.0` to pick up `scss_maps` height fix
120
1210.3.0 - Upgraded to `json2css@4.3.0` to pick up `scss_maps` template
122
1230.2.0 - Added support for `cssTemplate` via @backflip in #3
124
1250.1.1 - Update all name references from `gulp-spritesmith` to `gulp.spritesmith`
126
1270.1.0 - Initial release