govuk_frontend_toolkit 4.18.0 → 4.18.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1d26d1ef89d6ab3d92647088449fddf4cf9a2093
4
- data.tar.gz: 30f1b2893d74986e0ecb3ec56ce9f33539a58a62
3
+ metadata.gz: ecf9346cf0f092e1b0ba59783c3f6cb44300271c
4
+ data.tar.gz: c96bef394f4a177ce2f6bef6d76bafb9e738646e
5
5
  SHA512:
6
- metadata.gz: fe26e2f049d3b8bf9e205cdfb1e7b9629d587c5a1cc3cb455ff8b1c91c47a3113c4b06a1422e267fb04989eee5cc93d83905b00eda9f5ba0ea3279eb0e6ed2c0
7
- data.tar.gz: 3e8616187fce2571b99ed181412bf9743c0bf60c9402232970b6c3bc2b9db2d1736821692bc6da0aa1aec142c3d8d9ae93fc6138f2dbdc7d0b2d114d4dff98ec
6
+ metadata.gz: 7a6ee536d2c4a02cc80b71781f90171760a2a759ef1b7f8025018806e2fcfde41689b8045b3a6a473de8f723fb397e378e8ccd2957928d0c3e912875b5e4f1dd
7
+ data.tar.gz: 23469211cf831ebe46594297243034d33a6dc6ae4b940b112c9bcff21bd21dd8561abb7860fbb6f77175e33e5c21d33350b0b3fa36a7a7bd6a66d655da985380
@@ -1,3 +1,7 @@
1
+ # 4.18.1
2
+
3
+ - Fix error in IE - remove trailing comma from shimLinksWithButtonRole JavaScript ([PR #323](https://github.com/alphagov/govuk_frontend_toolkit/pull/323)).
4
+
1
5
  # 4.18.0
2
6
 
3
7
  - Add GOVUK.ShowHideContent JavaScript to support showing and hiding content, toggled by radio buttons and checkboxes ([PR #315](https://github.com/alphagov/govuk_frontend_toolkit/pull/315)).
@@ -1 +1 @@
1
- 4.18.0
1
+ 4.18.1
@@ -23,7 +23,7 @@
23
23
  // array of keys to match against upon the keyup event
24
24
  keycodes: [
25
25
  32 // spacekey
26
- ],
26
+ ]
27
27
  },
28
28
 
29
29
  // event behaviour (not a typical anonymous function for resuse if needed)
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: 4.18.0
4
+ version: 4.18.1
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: 2016-09-05 00:00:00.000000000 Z
11
+ date: 2016-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails