Skip to content

Commit

Permalink
Release/3.10.0 (caroso1222#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
caroso1222 authored Jun 8, 2021
1 parent 79d50a3 commit d19f0ab
Show file tree
Hide file tree
Showing 4 changed files with 2,188 additions and 1,799 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 3.10.0

## Feature

- Allow icons as HTML markup. [#101](https://github.com/caroso1222/notyf/pull/101)

# 3.9.0

## Chore
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Param | Type | Details
type | `string` | Notification type for which this configuration will be applied
className | `string` | Custom class name to be set in the toast wrapper element
duration | `number` | 2000 | Number of miliseconds before hiding the notification
icon | `string` [`INotyfIcon`](#inotyficon) `false` | An object with the properties of the icon to be rendered. 'false' hides the icon.
icon | `string` [`INotyfIcon`](#inotyficon) `false` | Either a string with HTML markup, an object with the properties of the icon, or 'false' to hide the icon
background | `string` | Background color of the toast
message | `string` | Message to be rendered inside of the toast. Becomes the default message when used in the global config.
ripple | `boolean` | Whether or not to render the ripple at revealing
Expand Down
Loading

0 comments on commit d19f0ab

Please sign in to comment.