mirror of
https://github.com/Mastermindzh/react-cookie-consent.git
synced 2025-01-20 18:41:44 +01:00
made CookieConsent the default containerClass
This commit is contained in:
parent
d1a1c39ef6
commit
900d724ea5
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [4.1.0]
|
||||
|
||||
### changed
|
||||
|
||||
- Added CookieConsent back in as the default for the containerClasses property.
|
||||
|
||||
## [4.0.0]
|
||||
|
||||
I decided to update react-cookie-consent to version 4 because this version has a
|
||||
|
@ -325,7 +325,7 @@ CookieConsent.defaultProps = {
|
||||
declineButtonText: "I decline",
|
||||
debug: false,
|
||||
expires: 365,
|
||||
containerClasses: "",
|
||||
containerClasses: "CookieConsent",
|
||||
contentClasses: "",
|
||||
buttonClasses: "",
|
||||
buttonWrapperClasses: "",
|
||||
|
Loading…
Reference in New Issue
Block a user