Skip to content

Commit d106e95

Browse files
committed
Increased version and updated changelog.
1 parent 2f8784e commit d106e95

3 files changed

Lines changed: 702 additions & 1618 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ As you can see in the second snippet, output can be configured on alert level al
117117
| --------------- | ---- |
118118
| style | One of follwowing values: callout, flat |
119119
| label | Any text |
120-
| icon | A valid Font Awesome icon, e.g. 'fa-info-circle' |
120+
| icon | A valid Font Awesome icon, e.g. 'fas fa-comment' |
121121
| className | A name of a CSS class which specifies the look and feel |
122122
| labelVisibility | One of follwowing values: visible (default), hidden |
123123
| iconVisibility | One of follwowing values: visible (default), hidden |
@@ -148,7 +148,7 @@ As mentioned above you can provide your own alert types. Therefore, you have to
148148
},
149149

150150
// Assuming that we use Font Awesome
151-
icon: "fa fa-comments",
151+
icon: "fas fa-comment",
152152
className: "info"
153153
}
154154
}
@@ -183,6 +183,8 @@ If alerts do no look as expected, check if your `index.html` as well as alerts i
183183

184184
## Changelog
185185

186+
09/23/2019 - Fixed issue concerning custom Font Awesome icons when using on alert based level.
187+
186188
04/14/2019 - Added camel case support for plugin configuration key.
187189

188190
03/03/2019 - Fixed issue concerning languages using characters others than [a-z,A-Z,0-9] like Chinese or Russian.

0 commit comments

Comments
 (0)