govuk_frontend_toolkit
Advanced tools
Comparing version 8.1.0 to 8.2.0
# Unreleased | ||
# 8.2.0 | ||
- Update MHLCG brand colour | ||
- Disable Google Analytics Ad Features by default | ||
# 8.1.0 | ||
@@ -4,0 +9,0 @@ |
@@ -23,2 +23,7 @@ ;(function (global) { | ||
function disableAdFeatures () { | ||
// https://developers.google.com/analytics/devguides/collection/analyticsjs/field-reference#allowAdFeatures | ||
sendToGa('set', 'allowAdFeatures', false) | ||
} | ||
function stripLocationPII () { | ||
@@ -36,2 +41,3 @@ sendToGa('set', 'location', stripEmailAddressesFromString(window.location.href)) | ||
disableAdTracking() | ||
disableAdFeatures() | ||
stripLocationPII() | ||
@@ -38,0 +44,0 @@ } |
{ | ||
"name": "govuk_frontend_toolkit", | ||
"version": "8.1.0", | ||
"version": "8.2.0", | ||
"description": "npm package for using the GOV.UK frontend toolkit", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
577323
4170