Releases: svg-sprite/gulp-svg-sprite
Releases · svg-sprite/gulp-svg-sprite
1.0.17 Maintenance release (2015-02-20)
Bugfixes
- Fixed incomplete dimension CSS selector suffix (grunt-svg-sprite #31)
Enhancements
- Compatible with svg-sprite 1.0.17
- Optimized stylesheet templates
- Introduced boolean hasCommon template variable
- Updated dependencies
1.0.16 Maintenance release (2015-02-11)
Bugfixes
- Fixed missing file extensions with CSS resources (svg-sprite #54)
- Fixed broken sprite URL in css/view example HTML documents (svg-sprite #53)
- Fixed wrong base path for intermediate SVG shapes
- Removed the automatic dot prefix for CSS selectors (svg-sprite #55)
Enhancements
- Compatible with svg-sprite 1.0.16
1.0.14 Maintenance release (2015-02-08)
Bugfixes
- Fixed error with falsy rendering configurations (svg-sprite #52)
Enhancements
- Compatible with svg-sprite 1.0.14
- Restructured documentation
1.0.13 Maintenance release (2015-01-28)
Bugfixes
- Fixed windows path separator bug (#6)
Enhancements
- Compatible with svg-sprite 1.0.13
- Made dimension attributes (width & height) optional (svg-sprite #45)
- Added cache busting option for non-CSS sprites (svg-sprite #48)
1.0.12 Maintenance (2015-01-27)
Enhancements
- Compatible with svg-sprite 1.0.12
- Added dimension CSS output for non-CSS sprites (#45)
- Bumped lodash dependency version (svg-sprite #44)
v1.0.11 Bugfix release
Bugfixes
- Fixed coordinate distortion in CSS sprites (svg-sprite #41)
v1.0.10 Feature release
Enhancements
- Compatible with svg-sprite 1.0.10
- Added support for custom mode keys
v1.0.9 Maintenance release
Bugfixes
- Fixed logging error in SVGO optimization
- Fixed missing XML namespaces in SVG stack
- Fixed cache busting errors with example HTML document
Enhancements
- Compatible with svg-sprite 1.0.9
- Updated dependencies
- Introduced
svg
getter in templating shape variables
v1.0.8 Bugfix release
Bugfixes
- Fixed broken rendering template path resolution (grunt-svg-sprite #29)
v1.0.7 Maintenance release
Bugfixes
- Improved XML & DOCTYPE declaration handling and fixed (grunt-svg-sprite #28)
Enhancements
- Improved error handling