diff --git a/CHANGELOG.md b/CHANGELOG.md
index 09da013..33bf2f6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
All the changes made to toastify-js library.
+## [1.8.0] - 2020-05-29
+
+* Add option to provide a node instead of text
+* Updated docs: permanent toast duration
+
## [1.7.0] - 2020-03-01
* To be able to set `stopOnFocus` for toasts without close icon
diff --git a/README.md b/README.md
index 92e4323..b828692 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
![forthebadge](https://forthebadge.com/images/badges/made-with-javascript.svg)
![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)
-[![toastify-js](https://img.shields.io/badge/toastify--js-1.7.0-brightgreen.svg)](https://www.npmjs.com/package/toastify-js)
+[![toastify-js](https://img.shields.io/badge/toastify--js-1.8.0-brightgreen.svg)](https://www.npmjs.com/package/toastify-js)
Toastify is a lightweight, vanilla JS toast notification library.
@@ -109,6 +109,7 @@ Multiple classes also can be assigned as a string, with spaces between class nam
| Option Key | type | Usage | Defaults |
|-----------------|----------------------|----------------------------------------------------------------------------|-------------|
| text | string | Message to be displayed in the toast | "Hi there!" |
+| node | ELEMENT_NODE | Provide a node to be mounted inside the toast. `node` takes higher precedence over `text` | |
| duration | number | Duration for which the toast should be displayed.
-1 for permanent toast | 3000 |
| selector | string | CSS Selector on which the toast should be added | body |
| destination | URL string | URL to which the browser should be navigated on click of the toast | |
@@ -137,92 +138,157 @@ Multiple classes also can be assigned as a string, with spaces between class nam
-
- haydster7 + caiomoura1994 |
-
- fiatjaf + rndevfx |
-
- victorfeijo + 1ess |
-
- t12ung + d4rn0k |
-
- Tadaz + danielkaiser80 |
-
- mort3za + skjnldsv |
-
- Wachiwi + chasedeanda |
-
- gavinhungry + Wachiwi |
-
- juliushaertl + gavinhungry |
-
- skjnldsv + haydster7 |
-
- danielkaiser80 + juliushaertl |
-
- d4rn0k + mort3za |
-
- GodzzZZZ + Tadaz |
-
- caiomoura1994 + t12ung |
-
- rndevfx + victorfeijo |
-
- apvarun + fiatjaf |