react-toastify
Advanced tools
Comparing version 3.1.0 to 3.1.1
{ | ||
"name": "react-toastify", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "React notification made easy", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -135,3 +135,3 @@ # React Toastify [![Build Status](https://travis-ci.org/fkhadra/react-toastify.svg?branch=master)](https://travis-ci.org/fkhadra/react-toastify) [![npm](https://img.shields.io/npm/dm/react-toastify.svg)]() [![npm](https://img.shields.io/npm/v/react-toastify.svg)]() [![license](https://img.shields.io/github/license/fkhadra/react-toastify.svg?maxAge=2592000)]() [![Coverage Status](https://coveralls.io/repos/github/fkhadra/react-toastify/badge.svg?branch=master)](https://coveralls.io/github/fkhadra/react-toastify?branch=master) | ||
className: css({ | ||
background: "black" | ||
backgroundColor: "black" | ||
}) | ||
@@ -725,3 +725,3 @@ }); | ||
className: css({ | ||
background: "black" | ||
backgroundColor: "black" | ||
}), | ||
@@ -733,3 +733,3 @@ bodyClassName: "grow-font-size" | ||
progressClassName: css({ | ||
background: "repeating-radial-gradient(red, yellow 10%, green 15%)" | ||
background: "repeating-radial-gradient(circle at center, red 0, blue, green 30px)" | ||
}) | ||
@@ -855,2 +855,6 @@ }); | ||
### V3.1.1 | ||
- Fix [issue #103](https://github.com/fkhadra/react-toastify/issues/103) | ||
### V3.1.0 | ||
@@ -857,0 +861,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
494384
1040