- if you were using the sass template, rename
default-sass
todefault-scss
in your gulpfile
- Configuration deprecated options (still working but will issue a warning):
option.className
has been replaced byoptions.class
.option.svgClassname
has been replaced byoptions.svgAttrs.class
- Datas in custom templates has been modified. This can break some templates.
icon.className
is replaced byicon.class
in the icons listsvgClassname
is replaced bysvgAttrs.class
- Style attribute from the default SVG template has been removed.
You will have to take care of it manually if you intend to inline the SVG symbols in your DOM. (seesvgClassname
option in the README)
- SVGO is no more used.
css: false
is removed.- svgSymbols.demoPage() method has been removed. See Basics > demo page
svgId
is replaced byid
.accessibility
is replaced bytitle
.css: false
is still working but is deprecated.