Skip to content

Releases: agrobbin/spritely

v0.2.6

19 Jun 01:32
Compare
Choose a tag to compare
  • fixes undefined constant error in v0.2.5 (cd3d6cf)

v0.2.5

19 Jun 00:39
Compare
Choose a tag to compare
  • use Ruby file digests rather than modification time to calculate sprite cache key (6223887)

v0.2.4

13 Jun 18:00
Compare
Choose a tag to compare
  • Rather than sorting images by width, which may not be the same across different runs, sort by filename, which will always be the same. (b300446 and ef34619)

v0.2.3

11 Jun 04:03
Compare
Choose a tag to compare
  • Hotfix: prepend a slash to the .gitignore line inserted via the generator (8b9b377)

v0.2.2

11 Jun 03:48
Compare
Choose a tag to compare
  • Require presence of app/assets/images/sprites, no longer ignoring the folder in .gitignore, just *.png files within that folder (d0e7524)
  • Implement an install generator to encapsulate gem setup functionality (68ea4cf)

v0.2.1

08 Jun 03:30
Compare
Choose a tag to compare
  • Reset the sprockets directory cache after generating a sprite (a36f23e)

v0.2.0

06 Jun 14:12
Compare
Choose a tag to compare
  • Adds spritely-background Sass function (#2)
  • Take underscored image filenames into account (d3283c9)

v0.1.0

05 Jun 17:59
Compare
Choose a tag to compare

First non-pre-release version.

v0.0.5

05 Jun 01:08
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release
  • Fixes options splitting and merging in order to not lose certain per-image options (b0cd90a)
  • Adds new position options (3bdf4e4)

v0.0.4

03 Jun 13:45
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release
  • Uses depend_on and depend_on_asset to trigger sprockets cache busting when existing files change (8fa1028)