v1.5.0
Live Demo →
API Documentation →
New Features
- Option to import the SVG icon set (
<iron-iconset-svg>
) without automatically importing<iron-icon>
by importingiconset.html
instead ofvaadin-icons.html
(#65, #67)
Changes Since v1.4.3:
-
842117e feat: provide iconset import without
iron-icon
dependency (#67)Split iconset definition from
icons.htm
l into newiconset.html
(which is then imported inicons.html
).
This makes it so importingicons.html
works as before (and includes import ofiron-icon
) to maintain backwards compatibility, but now the developer also has the option to import the iconset without theiron-icon
dependency by importingiconset.html
directly. This is useful in some cases like when doing lazy asynchronous imports.Fixes #65