- Rebuild sprite image only if images have been modified (including integration specs)
- Horizontal sprites
- Add more validations and error messages
- Rebuild Sass files when images but not Sass sources have been updated
- Fixed warnings generated by Compass
- Now works perfectly, if larger spacing is defined after smaller spacing
- Removed Compass dependencies
- New Sass functions:
sprite-url()
andsprite-position()
- Mixins:
sprite-image
,sizes-sprite-image
,sprite-folder
,sized-sprite-folder
- Internal changes:
- Switched to Bundler
- Rewritten calculation (all Y positions are calculated after CSS is generated by Sass)
- Moved integration to
Sass::Tree::RootNode
(works the same for Rails 2.3, 3.0, Compass & Staticmatic) - Added more specs
- Updated to chunky_png 0.8.0 (PNG color issues have been fixed there)
- Fixed Rails 3.0 integration (Beta 4)
- Fixed 0.3.1 composition
- Fixed rendering of images with RGBA values (no dark borders anymore)
- (buggy composition)
- Switched from RMagick to chunky_png gem
- No RMagick/ImageMagick required anymore (Rails 2.3.x sometimes crashed)
- Only PNG files are supported (both input and output)
- Don’t compose the same image twice (use background-position of first image instead)
- Space between images now works as expected if more than 1 output image (path) is used
- Wrote this changelog
- Support for background-positions
- Support for 100%/right aligned images
- Initial release