- 3.2.0
- rename
default-sass
template todefault-scss
- add a
default-vue
template
- rename
- 3.1.1
- add build-in templates for scss, stylus, and CSS custom properties
- 3.1.0
- improve warning messages
- 3.0.0
- fix demo page not showing gradients
- 3.0.0
- remove gulp-util. Gulp-svg-symbols now work with the latest gulp4
- add an
option.svgAttrs
- replace
option.className
byoptions.class
- replace
option.svgClassname
byoptions.svgAttrs.class
- update
defaultSvg
template. It now will addxmlns:xlink="http://www.w3.org/1999/xlink"
if needed - use ES6 functionalities such as: Promise, arrow function & template strings
- don't generated files if no SVG has been found
- 2.0.1
- Update dependencies
- Better real situation example folder
- 2.0.0
- Change default SVG template
- Change id handling (moving from slug to speakingurl)
- 1.0.0 — Remove SVGO
- 0.3.2 — Better demo page
- 0.3.1 — Add .npmignore
- 0.3.0 — Improve default option configuration
- 0.2.1 — Fix SVG files without dimensions
- 0.2.0 — Custom templates & data handling
- 0.1.5 — Fix test
- 0.1.4 — Fix viewbox issue
- 0.1.3 — Custom
<title>
&<desc>
content - 0.1.2 — Config for optional CSS output
- 0.1.1 — Add travis build
- 0.1.0 — Publish to NPM and fix watch issue
- 0.0.2 — Css can be generated with em size
- 0.0.1 — First release