1 minute read

Change log

14th Aug 2025

  • Increased clickable area of some links and buttons
  • All banner and modal content is accessible at a browser zoom level of 400%
  • Added noreferrer to links to prevent tabnabbing
  • Added a title attribute to cookie icon button
  • Improved logic when setting consent values in local storage

28th Jan 2025

  • Removed compliance.showRejectButton option from config. Users should always be able to reject consent straight away.
  • Removed compliance.complianceLink and text.banner.policyLinkText as HTML can be used in text.banner.description, text.preferences.description and cookieType descriptions.
  • Renamed config option text.banner.rejectOptionalButtonText to text.banner.rejectNonEssentialButtonText and set the default to: “Reject non-essential”
  • Renamed text.banner.preferencesLinkText to text.banner.preferencesButtonText
  • Renamed text.perferences.credit to text.perferences.creditLinkText
  • Added accessible label options for text.banner.acceptAllButtonAccessibleLabel, text.banner.rejectNonEssentialButtonAccessibleLabel, text.banner.preferencesButtonAccessibleLabel and text.preferences.creditTextAccessibleLabel.
  • Accept and reject buttons are now styled the same by default as to not draw attention to one over the other.
Back to top