govuk_tech_docs 1.8.2 → 1.8.3

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
- SHA1:
3
- metadata.gz: 1a585b82c0c6eb9f5a88f82ac765f3a5638d489a
4
- data.tar.gz: 78ddaa2f5bae2f5083a893fa9e656b6659edd942
2
+ SHA256:
3
+ metadata.gz: ca98142d9889b9d327ef922e841aadb51dee44d44ba1e649219e7db4e1c8494d
4
+ data.tar.gz: 9ddc5532e23363a4916e5c0b90adf32e11aceb02ebdcacde6e2175476bc83116
5
5
  SHA512:
6
- metadata.gz: 2e4694c869291778843faf7001d0e1dd55660bb17c8e886be9e638c3b02687d1d3376d9c60ea10d3bad357582aafe1008099068a81f1ee1f3f9597b8020e6bae
7
- data.tar.gz: 9491ce14bb95488615373c755211e230ae9af20b7db242989c96ce33ce276cd223f6a0cdcfef14fa8389786206c35682c35a8d7143b062e96c3159fa61483708
6
+ metadata.gz: ab412d6c77c2e49f5d7d21474fb5e16fccaf20f338d64cf1eb29d32ad58af238f9889d44b39bc799ab7639b3b319233b880508beb2e394c58b8db701d58ee245
7
+ data.tar.gz: 305c7029a492835b53775ae79d4b6e43f66319b669adc1fb7375fd0aacdaa6d1643bc1a97f7260ef89a2e172f549cb6e101b9c0a0589f626b72412101f25518a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.8.3
4
+
5
+ Fixes bug where search results disappear when opening results in a new tab, making it difficult to open several results in a batch (PR #86).
6
+
3
7
  ## 1.8.2
4
8
 
5
9
  Adds a `show_expiry` config option to allow you to choose whether to show the review due date and expired banner from your pages. Find out more about the [page expiry and review feature][expiry].
@@ -94,7 +94,7 @@
94
94
  }
95
95
 
96
96
  // When selecting navigation link, close the search results.
97
- $('.toc').on('click','a', function(e) {
97
+ $('#toc').on('click','a', function(e) {
98
98
  hideResults();
99
99
  })
100
100
  }
@@ -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: #00857e;
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;
@@ -1,3 +1,3 @@
1
1
  module GovukTechDocs
2
- VERSION = "1.8.2".freeze
2
+ VERSION = "1.8.3".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_tech_docs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.2
4
+ version: 1.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Government Digital Service
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-04-05 00:00:00.000000000 Z
11
+ date: 2019-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -466,7 +466,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
466
466
  version: '0'
467
467
  requirements: []
468
468
  rubyforge_project:
469
- rubygems_version: 2.6.14
469
+ rubygems_version: 2.7.7
470
470
  signing_key:
471
471
  specification_version: 4
472
472
  summary: Gem to distribute the GOV.UK Tech Docs Template