- Preserve source of original declarations - See #90
verbose
option
- Typos in examples
- Rejected promises without error
- Incorrect extraction of the urls
- Apply
background-size
to all generated sprites - Use a hash instead of real path for
id
attribute in SVG sprites
- Better support for modular stylesheets
originalUrl
property toImage
object- Support for Promises in
onSaveSpritesheet
hook
- Support for SVG files
- Support for CommonJS
- Broken options when the plugin is used in process with a
watch
flag(e.g postcss-cli)
- Params passed to
onSaveSpritesheet
hook
- The filepath of stylesheet to
Image
object
- Usage of
Result.warn
- Warnings in built-in filter
- Use
console.log
instead ofResult.warn
to print the success message
- Broken tests under Node 6
- Use
Result.warn
API instead ofconsole.warn
- Publish the original source to npm
- Typescript support
- NaN paddings in retina sprites
- Tests for examples
- Info logs
- 'Usage' example
- Typos in examples
- Fix "Fix: Broken CommonJS export"
- Add note in README how to require properly the module
- Broken CommonJS export
- Typos in README
- Typos in plugin output
- Unused code for responsive sprites
basePath
optionrelativeTo
optionhooks
option
- Move spritesmith options in their own object called
spritesmith
skipPrefix
option - see Skip PrefixoutputDimensions
option - see Output Dimensionsverbose
option
- Revert
styleFilePath
behaviour
- Scan regex
- Make
styleFilePath
relative to specific file
- Use
Node.remove
instead ofNode.removeSelf
- Support for PostCSS@5
outputDimensions
optionskipPrefix
option
- Bug with paths in CSS output
- Bug with multiple background-size properties
stylesheetPath
option
spritePath
option
externalStylesheet
optionbaseUrl
optionspriteName
option
- Support for JPEG/JPG sprites
- Typos in README
- Bug with background declarations inside
AtRule
nodes
- Support for rgb & rgba colors
- Date format in CHANGELOG
- Tests
- Travis CI integration
baseUrl
option
- Bug with unused tokens
- Bug with groupBy & filterBy functions with gulp
- CSS properties order in output stylesheet
verbose
option- Confusing parts in README
- Bug with spriteRef
- Initial version