Skip to content

Commit

Permalink
Merge pull request #30 from tech-advantage/issue-29
Browse files Browse the repository at this point in the history
Update Font Awesome icons list
  • Loading branch information
greg7859 authored Jun 3, 2020
2 parents a5dbfe5 + 59c0c7b commit 37f394a
Show file tree
Hide file tree
Showing 14 changed files with 27,522 additions and 16,938 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Angular IconPicker Directive/Component with no dependencies required.

This is an Icon Picker Directive/Component for Angular 9+.

The icon Picker manages Font Awesome, Bootstrap Glyphicon, Font Awesome5 and Material Icons.
The icon Picker manages Font Awesome, Bootstrap Glyphicon, Font Awesome 5 (5.13.0) and Material Icons.

## Installing and usage

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Icon picker widget for Angular (version 9 and newer)",
"bugs": "https://github.com/tech-advantage/ngx-icon-picker/issues",
"license": "MIT",
"version": "1.3.0",
"version": "1.4.0",
"scripts": {
"ng": "ng",
"lint": "ng lint",
Expand Down
2 changes: 1 addition & 1 deletion projects/app-bulma/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
</head>
Expand Down
2 changes: 1 addition & 1 deletion projects/app-semantic/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/semantic.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
</head>
Expand Down
3 changes: 2 additions & 1 deletion projects/app/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion projects/lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Angular IconPicker Directive/Component with no dependencies required.

This is an Icon Picker Directive/Component for Angular 9+.

The icon Picker manages Font Awesome, Bootstrap Glyphicon, Font Awesome5 and Material Icons.
The icon Picker manages Font Awesome, Bootstrap Glyphicon, Font Awesome 5 (5.13.0) and Material Icons.

## Installing and usage

Expand Down
2 changes: 1 addition & 1 deletion projects/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-icon-picker",
"version": "1.3.0",
"version": "1.4.0",
"peerDependencies": {
"@angular/common": "^9.0.2",
"@angular/core": "^9.0.2",
Expand Down
Loading

0 comments on commit 37f394a

Please sign in to comment.