govuk_frontend_toolkit 7.4.1 → 7.4.2
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 +4 -0
- data/app/assets/VERSION.txt +1 -1
- data/app/assets/javascripts/govuk/selection-buttons.js +3 -6
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7898fa496cc37c7a25080a47fb956210dfc4f1292e3c11592f9f11d99560a23c
|
|
4
|
+
data.tar.gz: beed11c44d8b2b0edc9c8512d8e23bfbd3992c84f077f92706bb0d735c056166
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee08d53b41087e42eb948a397f34384eefb3f168e1a7898633e5e7d669230e6b72197851ff622d9727e8809cd71c2187a135e031358e21a70c7debc48da48acd
|
|
7
|
+
data.tar.gz: 23f0bfc93d48f66458369638ea3b785987290399c88a4e2d692b66cdb43e029e3f0a764a7cc4b559b256eb1552d6bf89b527cbfa1f339ec4899d28d3a16c0a83
|
data/app/assets/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
# 7.4.2
|
|
2
|
+
|
|
3
|
+
- Remove the deprecation warning in javascripts/govuk/selection-buttons.js as it is coupled to a different project which is not always used with this gem.
|
|
4
|
+
|
|
1
5
|
# 7.4.1
|
|
2
6
|
|
|
3
7
|
- Use a path, not a full url, as the `defaultPathForTrackPageview` because our analytics trackers expect the explicit page param to be a path, not a url ([PR #451](https://github.com/alphagov/govuk_frontend_toolkit/pull/451)). Analytics sent with 7.3.0 and 7.4.0 are broken without this fix.
|
data/app/assets/VERSION.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
7.4.
|
|
1
|
+
7.4.2
|
|
@@ -1,13 +1,10 @@
|
|
|
1
|
-
//
|
|
2
|
-
//
|
|
1
|
+
// NOTICE
|
|
2
|
+
// IF you are using GOV.UK Elements 3.0,0 or above then you do not need to use
|
|
3
|
+
// this script anymore as it uses a pure CSS solution.
|
|
3
4
|
|
|
4
5
|
;(function (global) {
|
|
5
6
|
'use strict'
|
|
6
7
|
|
|
7
|
-
if (window.console && window.console.warn) {
|
|
8
|
-
window.console.warn('Deprecation warning: Custom radio buttons and checkboxes (released in GOV.UK Elements 3.0.0) no longer require this JavaScript.')
|
|
9
|
-
}
|
|
10
|
-
|
|
11
8
|
var $ = global.jQuery
|
|
12
9
|
var GOVUK = global.GOVUK || {}
|
|
13
10
|
|
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: 7.4.
|
|
4
|
+
version: 7.4.2
|
|
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: 2018-02-
|
|
11
|
+
date: 2018-02-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|
|
@@ -305,7 +305,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
305
305
|
version: '0'
|
|
306
306
|
requirements: []
|
|
307
307
|
rubyforge_project:
|
|
308
|
-
rubygems_version: 2.7.
|
|
308
|
+
rubygems_version: 2.7.6
|
|
309
309
|
signing_key:
|
|
310
310
|
specification_version: 4
|
|
311
311
|
summary: Tools for building frontend applications
|