Skip to content

Releases: alphagov/tech-docs-gem

v2.4.1

29 Jul 13:44
f563c3e
Compare
Choose a tag to compare

v2.4.0

v2.3.0

18 May 09:10
33f064e
Compare
Choose a tag to compare

v2.1.0

08 Sep 08:02
210d3d4
Compare
Choose a tag to compare

New features

Exclude pages from search engine results

You can now exclude a page from search engine results by including prevent_indexing: true in the page's frontmatter.

This was added in pull request #192: Fixes and improvements to meta tags.

Fixes

We’ve made fixes in the following pull requests:

v2.0.11

25 Nov 15:35
73d658e
Compare
Choose a tag to compare

v2.0.9

15 Nov 10:35
0d85600
Compare
Choose a tag to compare

v2.0.7

21 Oct 09:32
1edf15b
Compare
Choose a tag to compare

A small release to fix an issue where code blocks font size was too large on some browsers.

See pull request #131: Improve code font sizing for details.

v2.0.6

18 Oct 13:02
8d75660
Compare
Choose a tag to compare

This release contains accessibility fixes:

  • anchor header links are now properly hidden to assistive technologies
  • side navigation items now have consistent visible focus when tabbing between them
  • side navigation items have unique Ids
  • code elements now scale properly when you enlarge your text
  • links with code elements now look correct
  • contribution links are now within a landmark

You can look at the 2.0.6 milestone for the closed issues, and pull request #129: Accessibility improvements for details on how these issues were fixed.

v2.0.2 - GOV.UK Frontend migration

05 Sep 09:50
2add21e
Compare
Choose a tag to compare

We’ve moved the gem off the deprecated GOV.UK Frontend Toolkit and onto GOV.UK Frontend.

This will help it to meet WCAG 2.1 level AA.

To get the assets pipeline to work we also had to upgrade the ruby-version too, we went with 2.6.3 but technically anything >2.5 will be fine.