Skip to content

v4.3.0

Compare
Choose a tag to compare
@Haprog Haprog released this 18 Mar 14:19
· 11 commits to master since this release

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 (#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