svg-sprite

SVG sprites & stacks galore — A low-level Node.js module that takes a bunch of SVG files, optimizes them and bakes them into SVG sprites of several types along with suitable stylesheet resources (e.g. CSS, Sass, LESS, Stylus, etc.)

MIT License

Downloads
563.2K
Stars
1.9K
Committers
54

Bot releases are hidden (Show)

svg-sprite - 1.0.18 Bugfix release (2015-02-20)

Published by jkphl over 9 years ago

Bugfixes

  • Removed excessive console output
svg-sprite - 1.0.17 Maintenance release (2015-02-20)

Published by jkphl over 9 years ago

Bugfixes

Enhancements

  • Optimized stylesheet templates
  • Introduced boolean hasCommon template variable
  • Updated dependencies
svg-sprite - 1.0.16 Bugfix release (2015-02-11)

Published by jkphl over 9 years ago

Bugfixes

  • Fixed broken previous release
svg-sprite - 1.0.15 Bugfix release (2015-02-11)

Published by jkphl over 9 years ago

Bugfixes

  • Fixed missing file extensions with CSS resources (#54)
  • Fixed broken sprite URL in css/view example HTML documents (#53)
  • Fixed wrong base path for intermediate SVG shapes
  • Removed the automatic dot prefix for CSS selectors (#55)
svg-sprite - 1.0.14 Maintenance release (2015-02-08)

Published by jkphl over 9 years ago

Bugfixes

  • Fixed error with falsy rendering configurations (#52)

Enhancements

  • Restructured documentation
  • Updated dependencies
svg-sprite - 1.0.13 Maintenance release (2015-01-28)

Published by jkphl over 9 years ago

Bugfixes

Enhancements

  • Made dimension attributes (width & height) optional (#45)
  • Added cache busting option for non-CSS sprites (#48)
svg-sprite - 1.0.12 Feature release (2015-01-27)

Published by jkphl over 9 years ago

Enhancements

  • Added dimension CSS output for non-CSS sprites (#45)
  • Bumped lodash dependency version (#44)
svg-sprite - v1.0.11 Bugfix release (#41)

Published by jkphl almost 10 years ago

Bugfixes

  • Fixed coordinate distortion in CSS sprites (#41)
svg-sprite - v1.0.10 Maintenance release (#39, #40)

Published by jkphl almost 10 years ago

Bugfixes

  • Fixed typos in README example (#39)
  • Added support for Windows file name globbing (#40)

Enhancements

  • Added support for custom mode keys
  • Fixed external CLI transform configuration support
svg-sprite - v1.0.9 Maintenance release (#38)

Published by jkphl almost 10 years ago

Bugfixes

  • Fixed broken dimension argument in CLI version (#38)
  • Fixed logging error in SVGO optimization
  • Fixed missing XML namespaces in SVG stack
  • Fixed cache busting errors with example HTML document

Enhancements

  • Updated dependencies
  • Introduced svg getter in templating shape variables
svg-sprite - v1.0.8 Bugfix release

Published by jkphl almost 10 years ago

Bugfixes

svg-sprite - v1.0.7 Feature release

Published by jkphl almost 10 years ago

Enhancements

  • Improved error handling
  • Improved XML & DOCTYPE declaration handling and fixed (grunt-svg-sprite #28)
svg-sprite - v1.0.6 Feature release (#33)

Published by jkphl almost 10 years ago

Enhancements

svg-sprite - v1.0.5 Bugfix release (#37)

Published by jkphl almost 10 years ago

Bugfixes

  • Fixed regression bug with SVG stacks

Enhancements

  • Added support for ID generator templates in CLI version (#37)
svg-sprite - v1.0.4 Bufix release (#37)

Published by jkphl almost 10 years ago

Bugfixes

  • Fixed XML & doctype declaration bug with inline sprites (gulp-svg-sprite #2)
  • Added support for ID generator templates (#37)
svg-sprite - v1.0.3 Bugfix release

Published by jkphl almost 10 years ago

Bugfixes

  • Fixed dependency error (#36)
svg-sprite - v1.0.2 Maintenance release

Published by jkphl almost 10 years ago

Enhancements

  • Improved error handling
svg-sprite - v1.0.1 Maintenance release

Published by jkphl almost 10 years ago

Enhancements

  • Updated module depencencies
svg-sprite - v1.0.0 Next generation release

Published by jkphl almost 10 years ago

Enhancements / Bugfixes

  • Rewritten from scratch (#23, #30)
  • Dropped libxmljs dependency for improving Windows support (e.g. grunt-svg-sprite #14)
  • Added support for view, symbol and stack modes (#27, #35, grunt-svg-sprite #24)
  • Strip off all file access methods, making the module a good basis for 3rd party tools (like Grunt & Gulp plugins) (#21, #25)
  • Improved command line version (#34)
  • Switched to relative positioning in CSS sprites (grunt-svg-sprite #23)
  • Made the configuration of Mustache templates and destinations more intuitive
  • Enabled customization of shape IDs
  • Enabled custom SVG transformations
  • Enhanced padding options (#24)
  • Added cache busting for css and view mode (enabled by default; #29)
  • Added support for meta data injection
svg-sprite - v0.3.2 Feature release (#22)

Published by jkphl over 10 years ago

Enhancements

  • Added a Stylus output template
  • Improved XML and DOCTYPE declaration handling (#22)
  • Added the variables config option (grunt-iconizr #13)