v4.3.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
(#72, #76)
Changes Since v4.2.2:
-
0e03b8c feat: provide iconset import without iron-icon dependency (#76)
Split iconset definition from vaadin-icons.html into new iconset.html (which is then imported in vaadin-icons.html).
This makes it so importing vaadin-icons.html works as before (and includes import of iron-icon) to maintain backwards compatibility, but now the developer also has the option to import the iconset without the iron-icon dependency by importing iconset.html directly. This is useful in some cases like when doing lazy asynchronous imports.Fixes #72