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.2.14 Bugfix release (2015-11-17)

Published by jkphl almost 9 years ago

Enhancements

  • Updated dependencies & test fixture
  • Added Node.js versions 4 & 5 to Travis tests

Bugfixes

svg-sprite - 1.2.13 Maintenance release (2015-11-06)

Published by jkphl almost 9 years ago

Enhancements

svg-sprite - 1.2.12 Maintenance release (2015-10-24)

Published by jkphl almost 9 years ago

Enhancements

  • Updated dependencies
  • Dropped example file extension restriction (#119)
svg-sprite - 1.2.11 Maintenance release (2015-10-07)

Published by jkphl about 9 years ago

Enhancements

  • Updated dependencies
svg-sprite - 1.2.10 Maintenance release (2015-08-19)

Published by jkphl about 9 years ago

Enhancements

  • Updated dependencies
  • Added browser compatibility hint (#106)
  • Added accessibility features to symbol sprites (#107)
svg-sprite - 1.2.9 Bugfix release (2015-08-19)

Published by jkphl about 9 years ago

Enhancements

  • Updated dependencies

Bugfixes

  • Fixed broken classname rendering function (#71)
svg-sprite - 1.2.8 Feature release (2015-08-12)

Published by jkphl about 9 years ago

Enhancements

  • Updated dependencies
  • Introduced CSS positioning values floating point precision (#102)
svg-sprite - 1.2.7 Maintenance release (2015-07-29)

Published by jkphl about 9 years ago

Enhancements

  • Updated dependencies

Bugfixes

  • Fixed error in symbol example template (#99)
svg-sprite - 1.2.6 Feature release (2015-07-17)

Published by jkphl over 9 years ago

Enhancements

  • Updated dependencies
  • Added CSS class namespacing (#42)
svg-sprite - 1.2.5 Maintenance release (2015-06-24)

Published by jkphl over 9 years ago

Enhancements

  • Updated dependencies
  • Changed sprite file name handling (#97)
svg-sprite - 1.2.4 Bugfix release (2015-06-17)

Published by jkphl over 9 years ago

Bugfixes

  • Fixed invalid SVG validation regex (#94)

Enhancements

  • Updated dependencies
svg-sprite - 1.2.3 Bugfix release (2016-06-08)

Published by jkphl over 9 years ago

Bugfixes

  • Fixed string conversion regression (#89)

Enhancements

  • Updated dependencies
svg-sprite - 1.2.2 Feature release (2016-06-05)

Published by jkphl over 9 years ago

Enhancements

svg-sprite - 1.2.1 Bugfix release (2016-06-04)

Published by jkphl over 9 years ago

Bugfixes

  • Fixed broken NPM publish settings
svg-sprite - 1.2.0 Feature release (2016-06-04)

Published by jkphl over 9 years ago

Enhancements

  • Updated dependencies & development dependencies (#67, #82)
  • ATTENTION: Relocated the shape transformations list config option to shape.transform
  • Added custom root attributes support (#87)
  • Introduced a global post-processing transformation option (#64, #87)
svg-sprite - 1.1.2 Bugfix release (2015-04-22)

Published by jkphl over 9 years ago

Bugfixes

  • Fixed symbol example template regression bug (#70)
  • Fixed boolean CLI argument notation (#76)
  • Added whitespace replacement for shape IDs (#77)

Enhancements

  • Added mixin option to CLI arguments
svg-sprite - 1.1.1 Bugfix release (2015-04-19)

Published by jkphl over 9 years ago

Bugfixes

  • Added viewBox attribute to SVG stacks (#73)
  • Fixed example document path resolution bug (#70)
  • Allow negative viewBox values (#72)
  • Fixed symbol example document (#71)
  • Improved error log for invalid SVG files (#69)

Enhancements

  • Updated dependencies & development dependencies
svg-sprite - 1.1.0 Maintenance release (2015-04-04)

Published by jkphl over 9 years ago

Enhancements

  • Updated dependencies & development dependencies
  • Added mixin option (#66; ATTENTION: May break custom templates!)
  • Node.js 0.12 compatibility
svg-sprite - 1.0.20 Bugfix release (2015-03-28)

Published by jkphl over 9 years ago

Bugfixes

  • Fixed several CLI bugs (#65)

Enhancements

  • Updated dependencies
svg-sprite - 1.0.19 Maintenance release (2015-03-08)

Published by jkphl over 9 years ago

Bugfixes

  • Fixed ID bug with view sprites
  • Fixed sprite CSS path calculation

Enhancements

  • Changed alias for shape.dest CLI option
  • Updated dependencies