2020-05-10 11:32:06 +02:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
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).
|
|
|
|
|
2020-06-17 10:29:15 +02:00
|
|
|
## [5.1.0]
|
|
|
|
|
|
|
|
A new feature! This time it's an "overlay" on the entire website to block access whilst the cookiebar is displayed.
|
|
|
|
This is all opt-in of course and the README covers it nicely (just add overlay to the props and see what happens).
|
|
|
|
|
|
|
|
We got an update picture, with a cute cat... unfortunately the cat won't be included by default:
|
|
|
|
|
|
|
|
![overlay example image](https://github.com/Mastermindzh/react-cookie-consent/blob/master/images/overlay.png?raw=true)
|
|
|
|
|
2020-05-26 17:16:01 +02:00
|
|
|
## [5.0.1]
|
|
|
|
|
|
|
|
- Fixed [Issue
|
|
|
|
69](https://github.com/Mastermindzh/react-cookie-consent/issues/69) by
|
|
|
|
removing location from the proptypes to avoid build-time issues
|
|
|
|
|
|
|
|
## [5.0.0]
|
|
|
|
|
|
|
|
### added
|
|
|
|
|
|
|
|
- CookieSecurity prop - allows securing the cookie
|
|
|
|
- sameSite prop - allows you to set sameSite properties so browser won't warn
|
|
|
|
about non-secure cookies :)
|
|
|
|
|
2020-05-11 08:33:38 +02:00
|
|
|
## [4.1.0]
|
|
|
|
|
|
|
|
### changed
|
|
|
|
|
|
|
|
- Added CookieConsent back in as the default for the containerClasses property.
|
|
|
|
|
2020-05-10 11:32:06 +02:00
|
|
|
## [4.0.0]
|
|
|
|
|
|
|
|
I decided to update react-cookie-consent to version 4 because this version has a
|
|
|
|
buttonWrapper which will break appearance. I consider appearance a major feature.
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- Changelog :D
|
|
|
|
- A wrapper around the buttons so they always stay together. (still possible to
|
|
|
|
change with css using buttonWrapperClasses)
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Default ids for the buttons (rcc stands for react-cookie-consent,
|
|
|
|
cookie-consent is blocked by some adblockers nowadays so I abbreviated it)
|
|
|
|
|
|
|
|
### Updated
|
|
|
|
|
|
|
|
#### dependencies
|
|
|
|
|
|
|
|
- js-cookie updated from `2.2.0` to `2.2.1`
|
|
|
|
|
|
|
|
#### peer dependencies
|
|
|
|
|
|
|
|
- react updated from `16.4.0` to `16.13.1`
|
|
|
|
|
|
|
|
#### development dependencies
|
|
|
|
|
|
|
|
- @types/js-cookie updated from `2.2.2` to `2.2.6`
|
|
|
|
- babel-cli updated from `6.24.1` to `6.26.0`
|
|
|
|
- babel-preset-env updated from `1.5.1` to `1.7.0`
|
|
|
|
- react updated from `16.8.6` to `16.13.1`
|