Releases: vaadin/vaadin-icons
v4.3.2
Live Demo →
API Documentation →
Changes Since v4.3.1:
v4.3.1
Live Demo →
API Documentation →
Fixes
- Add missing
iconset.js
to the list of files published to npm
Changes Since v4.3.0:
- 9dc5f1a fix(package): add missing iconset.js to files
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
v4.2.2
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
andvaadin-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 invaadin-icons.html
:vaadin-h
vaadin-v
workplace
Fixes #67
-
512205f chore: fix gulp icons task output
Now
gulp icons
generates thevaadin-icons.html
in the format as we have it now (including comments) so that no manual modifications tovaadin-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 withvaadin-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. -
c0d5440 Fix search-plus and search-minus codes
Fixes #37
v4.2.1
Live Demo →
API Documentation →
Changes Since v4.2.0:
v4.2.0
v4.2.0-beta2
v4.2.0-beta1
v4.2.0-alpha1
Live Demo →
API Documentation →
Changes Since 4.1.4:
- e3ee6f7 Merge branch 'master' into p3-preview
- 9d195b5 Added Directory badge and rating badge
- 30e2cc9 Merge branch 'master' into p3-preview
- 3a6df0a Update browser list for visual tests
- 1850ca7 Update to use latest modulizer and webcomponents polyfill
- 69d8c3a Add demo to .npmignore
- 9bc7fb1 Add directory description to npmignore
- bf70048 Use bare module specifiers in the P3 conversion
- 792a7fb Merge branch 'master' into p3-preview
v4.1.4
Live Demo →
API Documentation →
Changes Since v4.1.3:
- f1be18c Fix travis build
- 1bea8bf Add missing dependency. Fixes #52
- e8b0b99 Adding usage section. Removing dev info
- 3ad3d45 Adding description file for Vaadin Directory
- 605b2e7 File name change
- e2cbcb6 Old Vaadin logo replaced with new Vaadin logo.
- a1ca3c9 Old Vaadin logo replaced with new Vaadin logo.
- a0f8844 Vaadin logo update and ligature fixes - - Old Vaadin logo replaced with new Vaadin logo
- close-big ligature fix: cross-over --> close-big
- stopwatch has now ligature stopwatch
- 39f4247 Add files via upload - Icomoon project file. You can import Vaadin Icons project in to the https://icomoon.io/app.
- 34d4bd9 Disable package-lock.json
- c5b9f06 Update .travis.yml";