Skip to content

Releases: adriandmitroca/cookie-consent-box

2.4.0

26 Nov 11:45
Compare
Choose a tag to compare
  • updated bundling to use up to date Webpack, added core-js polyfills
  • added cookieDomain option [#10]
  • fixed font family mismatch [#11]

2.3.1

31 Oct 13:44
Compare
Choose a tag to compare
  • added: portuguese translation (language: 'pt') by @cenourinha

2.3.0

31 Oct 08:16
Compare
Choose a tag to compare
  • added: italian translation (language: 'it') by @nicodmf
  • added: french translation (language: 'fr') by @vittoboa
  • added: option to customise notice content using content object
  • added: option to customise cookie expiration time using expireInDays
  • added: option to set href target using linkTarget param
  • tweak: hide "read more" link when url is not provided
  • tweak: remove box from the DOM after accepting it (resolves Safari iOS issue with transform recalculation on orientation change)
  • fixed: more robust styles to avoid conflicts with site styling