cb93ae6387
set default SameSite attribute to "lax"
2020-10-04 09:51:53 +02:00
Benedikt Bauer
5910a110ce
Add ButtonWrapperClass from v4 to type definition ( #80 )
2020-07-23 12:44:16 +02:00
97bb1e5be0
version bump and build
2020-06-28 11:58:17 +02:00
Bram Devries
4fa6476406
Set cookie value before handling side-effects ( #76 )
2020-06-28 11:26:06 +02:00
47f0e98fe4
Removed the React.Fragment and introduced a more general div. By moving the declaration in code our html code is a bit nicer as well. Fixes #74
2020-06-18 18:14:17 +02:00
6dbd794b6e
version bump and build
2020-06-17 10:29:15 +02:00
Sean Teague
76ec5ba9e6
Overlay develop feature ( #71 )
...
Thanks again @Steague
2020-06-17 10:25:21 +02:00
e7c2b5b39a
bugfix issue#68
2020-05-26 17:16:01 +02:00
a64cbc28f9
minor bugfixes for PR https://github.com/Mastermindzh/react-cookie-consent/pull/68
...
- extracted code which handles setting/getting cookies.
- added correct implementation of the legacy cookie fix according to the provided url
- added cookieSecurity attribute with default value based on runtime environment
- updated README
- ran builds
2020-05-23 22:36:28 +02:00
mding5692
d7bfb5bfbd
Fixes typo with component config
2020-05-19 12:06:00 -04:00
mding5692
3cf103ae3a
Fixes typo with js cookie samesite props
2020-05-19 12:04:54 -04:00
mding5692
a45da474b4
Adds fallback for older incompatible browsers with samesite=none
2020-05-18 13:43:39 -04:00
mding5692
ee7ac9ed86
Adds config for samesite support
2020-05-17 12:09:53 -04:00
900d724ea5
made CookieConsent the default containerClass
2020-05-11 08:34:50 +02:00
d1a1c39ef6
buttonWrapper added, npm updates done, changelog added and formatting
2020-05-10 11:32:06 +02:00
Iliyan Yotov
c1659cef53
Adjust the typing and the prop-type definitions related to the ButtonComponent property
2020-05-08 00:32:48 +03:00
Matt Knight
7cc1fc3905
Fix #56 - add acceptedByScrolling to onAccept
...
Checking the {acceptedByScrolling} boolean property will allow you to
determine whether the acceptance was triggered by the user scrolling
(if acceptedByScrolling=true) or explicitly clicking the Accept button
(if acceptedByScrolling=false).
2019-12-19 15:39:17 -07:00
959412c96b
fixed typings, my bad!
2019-08-19 19:10:23 +02:00
844b69363e
Merge branch 'master' of github.com:Mastermindzh/react-cookie-consent into develop
2019-08-12 18:41:01 +02:00
1c3a54bd89
no longer setting position when location is passed.
...
added property "setDeclineCookie" to indicate whether a cookie has to be set on decline.
fixes #45
fixes #46
2019-08-12 18:38:25 +02:00
Ahmad Game
f7a98c925d
When running in debug mode, the scroll liteneris always added regardless of weather the acceptOnScroll was set to true or false
2019-06-27 11:30:43 +02:00
csoLs
34ac530629
Add flipButtons to ts definition
2019-05-03 10:47:55 +02:00
b1ba269ed3
added buttonFlipping
2019-04-13 22:17:03 +02:00
13701e0a1d
changed default colours
2019-04-13 22:09:16 +02:00
3926fff424
prettified the code
2019-04-13 21:30:58 +02:00
Fannar Orn Hermannsson
351b0e1233
Decline button added and bug fix for onAccept being triggered on scroll to accept when a cookie was already created
2019-04-05 22:25:15 +00:00
Varmint
abe9a06399
Provide feedback the button is clickable ( #37 )
2019-03-05 15:11:18 +01:00
9baff03191
Revert "reverted PascalCase to camelCase, thanks again for the contribution @charlyx !"
...
This reverts commit 969da3c809
.
2019-02-26 14:01:17 +01:00
969da3c809
reverted PascalCase to camelCase, thanks again for the contribution @charlyx !
2019-02-26 13:27:13 +01:00
Charles-Henri GUERIN
ee24754fc8
✨ Add prop ButtonComponent ( #36 )
...
* ✨ Add prop buttonComponent
Allow users to use their own button component
* 🐛 Make it work as expected
* 📝 Add ButtonComponent to the Props table
* ✏️ Capitalize ButtonComponent in index.d.ts
2019-02-26 13:23:17 +01:00
0a5e4ea440
added the disableButtonStyles property
2019-02-04 20:38:46 +01:00
1822d9ad83
prettified the typescript definition file (using prettier)
2018-11-28 09:03:48 +01:00
Allan Kimmer Jensen
ef192c0e86
Fix issue pointed out in PR
...
Last commit went a little too fast it seems, this fixes:
- Spelling error
- Indentation
- Code Syntax (No interface prefix)
2018-11-27 19:50:32 +01:00
Allan Kimmer Jensen
673f4fe28f
Add TypeScript Definition
...
Add a TypeScript Definition, and "build" it with webpack to the build folder.
This will add correct typings, if you use TypeScript with React.
#27
2018-11-27 17:40:11 +01:00
Sean Delaney
f1fdab3bb5
Added new buttonId prop
...
Signed-off-by: Sean Delaney <hello@delaneymethod.com>
2018-10-19 10:38:51 +01:00
Jo Wo
c5a2632ea3
Adding a cookieValue
prop ( #24 )
...
The PR will:
* Add a new prop, `cookieValue`, to component and the README. This prop let's you defined the value of the cookie, instead of always defining the hardcoded value of `true`. This is useful when integrating cookies with other cookie consent banners which need to check the same cookie value. For example we use another consent banner along side this one (on a different sub-domain) which checks that the consent cookie is set to `allowed`.
* Tidying up the props table spacing in the README file
* Remove a few trailing white-spaces after component names and prop definition.
2018-09-27 16:22:13 +02:00
df6bd5464f
added extra cookie options as requested in #23
2018-07-29 22:02:34 +02:00
27833943f0
version bump and build
2018-07-28 13:24:44 +02:00
3f6c47ae6d
Added the ability to accept on scroll. Fixes #21
2018-07-13 22:50:43 +02:00
Dimitris Fasoulas
97133f2c80
Auto hide ( #19 )
2018-06-25 22:35:16 +02:00
Dimitris Fasoulas
2d1501457b
Allow location none, to disable automatic location styling. Closes gi… ( #17 )
...
Fixes #16
Allows location property to receive string `none` which will disable automatic placement of the component.
2018-06-21 18:33:53 +02:00
d601613b5a
implemented issue #15
2018-06-07 11:32:43 +02:00
55f62ee575
added an expires prop, idea inspired by aleplusplus ( https://github.com/Mastermindzh/react-cookie-consent/pull/14 )
2018-06-07 10:09:05 +02:00
Karl Anders
36a8fae2b9
Moving to componentdidmount
...
ComponentWillMount is bound to be deprecated (hence UNSAFE) in the new React version so switching to componentDidMount is a solid plan.
2018-06-03 17:44:04 +02:00
Karl Anders
66d6aaa57d
Default visibility should be false ( #11 )
...
* Default visibility should be false
* .prettierrc
2018-06-03 11:47:22 +02:00
26cde73055
default debug prop and new build
2018-05-31 20:00:26 +02:00
Karl Anders
456d5b4fa0
Improve debugging ( #9 )
...
* Improve debugging
2018-05-31 19:51:48 +02:00
431419c3b4
button style fix
2018-05-30 14:22:24 +02:00
Karl Anders
30214d5411
Improve styling with flexbox ( #8 )
...
* Improve styling
2018-05-30 14:06:00 +02:00
Jay Bricksoft
cb3e504be1
final fix #1
2018-05-01 13:09:51 +02:00