react-cookie-consent
Advanced tools
Comparing version 6.0.0 to 6.1.0
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "6.0.0", | ||
"version": "6.1.0", | ||
"description": "A small, simple and customizable cookie consent bar for use in React applications.", | ||
@@ -17,3 +17,3 @@ "main": "build/index.js", | ||
"peerDependencies": { | ||
"react": "^16.13.1" | ||
"react": "^16.13.1 || ^17.0.0" | ||
}, | ||
@@ -20,0 +20,0 @@ "scripts": { |
@@ -28,9 +28,9 @@ # :cookie: react-cookie-consent :cookie: | ||
- [Examples](#examples) | ||
- [changing the bar background to red](#changing-the-bar-background-to-red) | ||
- [changing the button font-weight to bold](#changing-the-button-font-weight-to-bold) | ||
- [Changing the bar background to red](#changing-the-bar-background-to-red) | ||
- [Changing the button font-weight to bold](#changing-the-button-font-weight-to-bold) | ||
- [Using predefined CSS classes](#using-predefined-css-classes) | ||
- [Flipping the buttons](#flipping-the-buttons) | ||
- [Extra cookie options](#extra-cookie-options) | ||
- [rainbows!](#rainbows) | ||
- [contributor information](#contributor-information) | ||
- [Rainbows!](#rainbows) | ||
- [Contributor information](#contributor-information) | ||
- [Projects using react-cookie-consent](#projects-using-react-cookie-consent) | ||
@@ -190,3 +190,3 @@ | ||
#### changing the bar background to red | ||
#### Changing the bar background to red | ||
@@ -197,3 +197,3 @@ ```js | ||
#### changing the button font-weight to bold | ||
#### Changing the button font-weight to bold | ||
@@ -247,3 +247,3 @@ ```js | ||
#### rainbows! | ||
#### Rainbows! | ||
@@ -294,3 +294,3 @@  | ||
## contributor information | ||
## Contributor information | ||
@@ -297,0 +297,0 @@ When making a PR please think about the following things: |
161611