Skip to content

v4.2.2

Compare
Choose a tag to compare
@Haprog Haprog released this 18 Mar 08:15
· 13 commits to master since this release

Live Demo →
API Documentation →

Fixes

  • search-plus and search-minus are switched (#37)
  • Remove duplicate demo link in doc viewer (#43)
  • Vaadin company logo icons vaadin-h and vaadin-v are now updated to the current version of the Vaadin logo also in the icon set when used via <iron-icon> (#67)
  • workplace icon was updated in the iron iconset based on current SVG source (which was already updated earlier)

Changes Since v4.2.1:

  • e6a0a00 fix: demo annotation and update documentation text

  • 8dc639d fix: update icon set file vaadin-icons.html

    Generated new version of vaadin-icons.html based on current SVG sources.
    Icons that were updated in vaadin-icons.html:

    • vaadin-h
    • vaadin-v
    • workplace

    Fixes #67

  • 512205f chore: fix gulp icons task output

    Now gulp icons generates the vaadin-icons.html in the format as we have it now (including comments) so that no manual modifications to vaadin-icons.html are needed and the file can be easily generated after SVG source files for the icons have been updated.

    Also added a notice at the top of the generated file that it is generated with this task.

  • ba0a919 chore: rename iconset generation gulp task to "icons"

    This makes the task name consistent with Lumo icons generation in vaadin-lumo-styles.

  • 27cad1d fix: 404 in visual test

    Removed unnecessary broken import

  • ab4b283 fix: generate analysis.json on npm start

    Fixes error 'Could not load descriptor "analysis.json".' (404) which caused the whole documentation to be broken (no information) when running "polymer serve".
    Also adds --open flag to polymer serve to align with vaadin-element-skeleton.

  • 5823f36 fix: 404 error related to removed dependency

    Remove the broken reference to elements-demo-resources/ga.js which is not used anymore.

  • 99705e0 Remove duplicate demo link in doc viewer (#73)

  • c0d5440 Fix search-plus and search-minus codes

    Fixes #37