Skip to content

Commit

Permalink
Increased version and updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
fzankl committed Sep 23, 2019
1 parent 2f8784e commit d106e95
Show file tree
Hide file tree
Showing 3 changed files with 702 additions and 1,618 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ As you can see in the second snippet, output can be configured on alert level al
| --------------- | ---- |
| style | One of follwowing values: callout, flat |
| label | Any text |
| icon | A valid Font Awesome icon, e.g. 'fa-info-circle' |
| icon | A valid Font Awesome icon, e.g. 'fas fa-comment' |
| className | A name of a CSS class which specifies the look and feel |
| labelVisibility | One of follwowing values: visible (default), hidden |
| iconVisibility | One of follwowing values: visible (default), hidden |
Expand Down Expand Up @@ -148,7 +148,7 @@ As mentioned above you can provide your own alert types. Therefore, you have to
},

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

## Changelog

09/23/2019 - Fixed issue concerning custom Font Awesome icons when using on alert based level.

04/14/2019 - Added camel case support for plugin configuration key.

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

0 comments on commit d106e95

Please sign in to comment.