From 6547c77e9999567531b67f4c7770219f2bd10c3c Mon Sep 17 00:00:00 2001 From: Fadi Khadra Date: Mon, 8 May 2017 22:02:06 +0200 Subject: [PATCH] Update readme with v1.4.2 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0dc5bda8..94687278 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,14 @@ toast.dismiss() // Remove all toasts ! ## Release Notes +### v1.4.2 + +- Don't try to pass down the props when we render a string like so : `toast(
hello
)` + +#### Bug fix + +- Fixed the test to check if the toast can be rendered + ### v1.4.0 - React v16 ready : moving to prop-types and react-transition-group