1 minute read

Change log

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