Skip to content

Releases: freshheads/cookie-guard

v4.0.1

26 Jul 08:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0...v4.0.1

v4.0.0

13 Oct 13:09
Compare
Choose a tag to compare

What's Changed

V4.0 is React only
Build with Vite

New Contributors

Full Changelog: v3.0.0...v4.0.0

v3.0.0

26 Jul 08:55
Compare
Choose a tag to compare

For changes see notes of alpha releases.
To upgrade from 2.x to 3.x check the upgrade guide.

v3.0.0-alpha.1

27 Jun 08:39
Compare
Choose a tag to compare
v3.0.0-alpha.1 Pre-release
Pre-release
  • Reverts to ES5 build due to problems when using the library in webpack with babel that needs to be converted to ES5. Will be fixed in next release if we already want to move forward and serve ES2015 code for modern browsers.

v3.0.0-alpha.0

29 May 12:06
Compare
Choose a tag to compare
v3.0.0-alpha.0 Pre-release
Pre-release
  • [ADDED] Accepting / Refusing cookie consent without notification being visible on page. Useful for settings page, use CookieConsentStore.
  • [CHANGED] Rewrite in Typescript with better separation of concerns
  • [CHANGED] Publish build with typescript
  • [CHANGED] Builds into ES2015 instead of ES5
  • [CHANGED] Moved styles out of src directory as these are not part of the build
  • [CHANGED] No longer publish src directory
  • [CHANGED] Names of some config parameters to make them more clear
  • [REMOVED] Option to set custom name for request count watcher cookie to simplify implementation
  • [REMOVED] onRevoke selector / callback is dropped in favor of using the CookieConsentStore

v2.1.0

15 Apr 11:43
Compare
Choose a tag to compare

Added

  • option to automatically accept cookies after x requests

v2.0.3

18 Mar 11:53
Compare
Choose a tag to compare

Update

  • dev dependencies updated, including babel 6 to 7.x
  • deep merge, cookie-js updated

Fixes

  • Build errors when merging options

v2.0.2

08 Feb 15:30
Compare
Choose a tag to compare

[FIX] Non-existent guardedScript result throwing

v2.0.1

17 Dec 15:44
Compare
Choose a tag to compare

[FIX] that the user can't scroll on mobile

v2.0.0

17 Dec 15:43
Compare
Choose a tag to compare
  • no longer remove revoke elements from DOM this can be done in the callback if needed