Releases: agrobbin/spritely
Releases · agrobbin/spritely
v2.1.0
- Allow spacing both above and below an image (#30)
v2.0.0
This is mainly a support-cycle release. We've dropped support for:
- Ruby 2.0 and 2.1 (#27)
- Sass 3.1 and 3.2 (#26)
We have also started testing against Ruby 2.4 (#27) and Rails 5.1 (#28) and added support for Sass 3.5+ (#26).
v1.2.1
- Correctly handle sprite file renames (#25)
v1.2.0
- Allow a sprite file to define what directory the images are stored in (#23)
v1.1.0
- Expose sprite map width and height (#21)
v1.0.0
- Drop support for Rails 4.1 (#13)
- Drop support for Sprockets 2 (#14)
- Rewrite Sprockets integration as a preprocessor and transformer (#15)
- Add a Sass mixin that includes all 4 necessary CSS properties (#17)
v0.3.1
- Officially require Ruby 2.0 or higher (was assumed before, now enforced in
gemspec
) (#9)
- Support sprockets-rails 3.0 (#8)
v0.3.0
- Support Sprockets 3.0 (#6)
v0.2.7
- Take into account when a sprite image changes and is recompiled (#3)