govuk_frontend_toolkit 8.1.0 → 8.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/CHANGELOG.md +5 -0
- data/app/assets/VERSION.txt +1 -1
- data/app/assets/docs/mixins.md +1 -1
- data/app/assets/javascripts/govuk/analytics/google-analytics-universal-tracker.js +6 -0
- data/app/assets/package-lock.json +394 -394
- data/app/assets/spec/unit/analytics/google-analytics-universal-tracker.spec.js +4 -0
- data/app/assets/stylesheets/colours/_organisation.scss +1 -1
- metadata +3 -4
@@ -46,6 +46,10 @@ describe('GOVUK.GoogleAnalyticsUniversalTracker', function () {
|
|
46
46
|
it('anonymises the IP', function () {
|
47
47
|
expect(setupArguments[1]).toEqual(['set', 'anonymizeIp', true])
|
48
48
|
})
|
49
|
+
|
50
|
+
it('disables Ad features', function () {
|
51
|
+
expect(setupArguments[3]).toEqual(['set', 'allowAdFeatures', false])
|
52
|
+
})
|
49
53
|
})
|
50
54
|
|
51
55
|
describe('when created (with legacy non-object syntax)', function () {
|
@@ -9,7 +9,7 @@ $cabinet-office-websafe: #347da4;
|
|
9
9
|
$civil-service: #af292e;
|
10
10
|
$department-for-business-innovation-skills: #003479;
|
11
11
|
$department-for-business-innovation-skills-websafe: #347da4;
|
12
|
-
$department-for-communities-and-local-government: #
|
12
|
+
$department-for-communities-and-local-government: #009999;
|
13
13
|
$department-for-communities-and-local-government-websafe: #37836e;
|
14
14
|
$department-for-culture-media-sport: #d40072;
|
15
15
|
$department-for-culture-media-sport-websafe: #a03155;
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: govuk_frontend_toolkit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 8.
|
4
|
+
version: 8.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Government Digital Service
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-05-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -306,8 +306,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
306
306
|
- !ruby/object:Gem::Version
|
307
307
|
version: '0'
|
308
308
|
requirements: []
|
309
|
-
|
310
|
-
rubygems_version: 2.7.7
|
309
|
+
rubygems_version: 3.0.3
|
311
310
|
signing_key:
|
312
311
|
specification_version: 4
|
313
312
|
summary: Tools for building frontend applications
|