govuk_frontend_toolkit 7.4.1 → 7.4.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b4913494b0cdbf61aa9299eeeadd59554fd0bfe9405e2d289843b13bc449c439
4
- data.tar.gz: c789e4465c0602474c0cde4b0feef7c18e14023d76302b448d3e88bfff0b1537
3
+ metadata.gz: 7898fa496cc37c7a25080a47fb956210dfc4f1292e3c11592f9f11d99560a23c
4
+ data.tar.gz: beed11c44d8b2b0edc9c8512d8e23bfbd3992c84f077f92706bb0d735c056166
5
5
  SHA512:
6
- metadata.gz: 9793ecdbe64c510c30aeae0e123ce16504e0db23bf2abf98bf03b9c20723267ffaacc965e5bc2a87205c49f08945814602598bce20f6ec66b0f391e4c9d47456
7
- data.tar.gz: 3ce3e412d2f429c43cea5bb7636f624b87ce322cd81cd46990d1381ff9fb6fec59a71578063c56e35215c15a1194b4725398e4ff0416dd589aaa762c23381fd7
6
+ metadata.gz: ee08d53b41087e42eb948a397f34384eefb3f168e1a7898633e5e7d669230e6b72197851ff622d9727e8809cd71c2187a135e031358e21a70c7debc48da48acd
7
+ data.tar.gz: 23f0bfc93d48f66458369638ea3b785987290399c88a4e2d692b66cdb43e029e3f0a764a7cc4b559b256eb1552d6bf89b527cbfa1f339ec4899d28d3a16c0a83
@@ -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.
@@ -1 +1 @@
1
- 7.4.1
1
+ 7.4.2
@@ -1,13 +1,10 @@
1
- // DEPRECATED
2
- // This isn’t needed if you’re using GOV.UK Elements 3.0.0 or above
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.1
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-15 00:00:00.000000000 Z
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.5
308
+ rubygems_version: 2.7.6
309
309
  signing_key:
310
310
  specification_version: 4
311
311
  summary: Tools for building frontend applications