Skip to content

v1.5.0

Compare
Choose a tag to compare
@Haprog Haprog released this 10 May 08:04
· 15 commits to master since this release
116c389

Live Demo →
API Documentation →

New Features

  • Option to import the SVG icon set (<iron-iconset-svg>) without automatically importing <iron-icon> by importing iconset.html instead of vaadin-icons.html (#65, #67)

Changes Since v1.4.3:

  • 842117e feat: provide iconset import without iron-icon dependency (#67)

    Split iconset definition from icons.html into new iconset.html (which is then imported in icons.html).
    This makes it so importing 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 #65