react-cookie-consent
Advanced tools
Comparing version 4.0.0 to 4.1.0
@@ -8,2 +8,8 @@ # Changelog | ||
## [4.1.0] | ||
### changed | ||
- Added CookieConsent back in as the default for the containerClasses property. | ||
## [4.0.0] | ||
@@ -10,0 +16,0 @@ |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "A small, simple and customizable cookie consent bar for use in React applications.", | ||
@@ -10,0 +10,0 @@ "main": "build/index.js", |
@@ -328,3 +328,3 @@ import React, { Component } from "react"; | ||
expires: 365, | ||
containerClasses: "", | ||
containerClasses: "CookieConsent", | ||
contentClasses: "", | ||
@@ -331,0 +331,0 @@ buttonClasses: "", |
Sorry, the diff of this file is too big to display
165617