1
0
mirror of https://github.com/akveo/eva-icons.git synced 2025-09-01 18:03:01 +02:00

release: 1.1.0, includes update build icons process, improve quality of SVGs icons, prepare png icons in 128x128, fix web fonts, update documentation, update animation: icon animation has higher priority than common animation. (#28)

This commit is contained in:
Denis Strigo
2018-11-12 17:51:53 +02:00
committed by Dmitry Nehaychik
parent 0e00d78184
commit 3234ce67bf
4 changed files with 4 additions and 3 deletions

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "eva-icons-landing",
"version": "1.0.2",
"version": "1.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "eva-icons-landing",
"version": "1.0.2",
"version": "1.1.0",
"browserslist": [
"> 1%",
"last 2 versions",

View File

@@ -1,6 +1,6 @@
{
"name": "eva-icons",
"version": "1.0.2",
"version": "1.1.0",
"description": "Eva Icons - beautifully crafted Open Source UI icons for common actions and items.",
"main": "eva.js",
"unpkg": "eva.min.js",

View File

@@ -9,6 +9,7 @@
<i data-eva="github" data-eva-fill="blue" data-eva-hover="true"></i>
<i class="eva eva-5x eva-github"></i>
<i class="eva eva-5x eva-github-outline"></i>
<script>
eva.replace({ animation: { type: 'pulse', infinite: true, hover: false }, fill: 'red', width: '100px', height: '100px' })