UNPKG

webpack-spritesmith

Version:

Webpack plugin that converts set of images into a spritesheet and SASS/LESS/Stylus mixins

56 lines (49 loc) 2.18 kB
### 1.1.0 - update dependencies (fixes some github security warnings) - add support for `spritesheet_info`, `retina_spritesheet_info` [#91](https://github.com/mixtur/webpack-spritesmith/pull/91) ### 1.0.2 - update dependencies (fixes github security warning) ### 1.0.1 - update dependencies (fixes github security warning) - fix [#83](https://github.com/mixtur/webpack-spritesmith/issues/83) ### 1.0.0 - exclude inaccessible sprites from generated spritesheets - add src.options (via [#79](https://github.com/mixtur/webpack-spritesmith/pull/79)) ### 0.5.4 - add option logCreatedFiles [#77](https://github.com/mixtur/webpack-spritesmith/issues/77) ### 0.5.3 - fix cryptic error message (via [#71](https://github.com/mixtur/webpack-spritesmith/pull/71)) ### 0.5.2 - fix padding on retina [#69](https://github.com/mixtur/webpack-spritesmith/issues/69) ### 0.5.1 - small fixes ### 0.5.0 (unpublished) - migrate to es6+babel - add source_image info for templates [#66](https://github.com/mixtur/webpack-spritesmith/pull/66) thx [hodzh](https://github.com/hodzh) ### 0.4.1 - fix [#61](https://github.com/mixtur/webpack-spritesmith/issues/61) ### 0.4.0 - add handlebarsHelpers (via [#48](https://github.com/mixtur/webpack-spritesmith/pull/49)) ### 0.3.6 - fix (via [#48](https://github.com/mixtur/webpack-spritesmith/pull/48)) cleanup only works for one instance of plugin. Which is breaking some configurations. ### 0.3.5 (broken, marked as deprecated in npm) - fix [#45](https://github.com/mixtur/webpack-spritesmith/issues/45) ### 0.3.4 (not published) - fix [#44](https://github.com/mixtur/webpack-spritesmith/issues/44) ### 0.3.3 - fix [#28](https://github.com/mixtur/webpack-spritesmith/issues/28) ### 0.3.2 (broken, unpublished from npm) - updated dependencies - add description to package.json ### 0.3.1 - fix [#24](https://github.com/mixtur/webpack-spritesmith/issues/24) ### 0.3 - use loader-utils in target.image apiOptions.cssImageRef [#22](https://github.com/mixtur/webpack-spritesmith/issues/22) ### 0.2 - multiple target.css - customTemplates - retina templates ### 0.1 - add apiOptions ### 0.0 - initial