Skip to content

Releases: alphagov/tech-docs-gem

Release 3.5.0

22 Feb 20:04
5994807
Compare
Choose a tag to compare

This release includes the new Tudor Crown and govuk-frontend v4.7.0

Release v3.3.1

11 Apr 09:39
f670bf5
Compare
Choose a tag to compare

Fix

This change solves a potential security issue with HTML snippets. Pages indexed in search results have their entire contents indexed, including any HTML code snippets. These HTML snippets would appear in the search results unsanitised, making it possible to render arbitrary HTML or run arbitrary scripts.

You can see more detail about this issue at #323: Fix XSS vulnerability on search results page

Release v3.3.0

22 Dec 13:14
7c29396
Compare
Choose a tag to compare

New features

There are some steps you should follow as the Technical Documentation Template (TDT) now uses GOV.UK Frontend 4.4.1.

  1. Update your documentation site to use the latest template version. You can follow the TDT guidance on using the latest template version.
  2. Check your documentation site displays correctly. If your site does not display correctly, you can refer to the GOV.UK Frontend release notes for more information, or contact the GOV.UK Design System team.

Fixes

Release v3.2.1

03 May 16:17
3609472
Compare
Choose a tag to compare

Release v3.2.0

09 Mar 10:58
b539e92
Compare
Choose a tag to compare

v3.1.0

20 Jan 12:21
6f84654
Compare
Choose a tag to compare

New features

There are some steps you should follow as the Technical Documentation Template (TDT) now uses GOV.UK Frontend 4.0.0.

  1. Update your documentation site to use the latest template version. You can follow the TDT guidance on using the latest template version.
  2. Check your documentation site displays correctly. If your site does not display correctly, you can refer to the GOV.UK Frontend 4.0.0 release note for more information.

v3.0.1

13 Dec 10:06
5f8c197
Compare
Choose a tag to compare

Fixes

We’ve made the following fixes to the tech docs gem in pull request #281: Don't break TOC when OpenAPI description includes headers:

  • we now render OpenAPI Markdown with the same Markdown renderer as other documents
  • table of contents (TOC) uses TechDocsHTMLRenderer to render the headings with IDs

Thanks to @jamietanna for contributing to this issue and its solution.

v3.0.0

06 Oct 09:45
209a7ec
Compare
Choose a tag to compare

Breaking changes

The search user experience is now more accessible for screenreader users. Search results are now on a separate page instead of a modal window.

Users can no longer see search results as they type. They must press the Return key or select the search button to see the search results page.

This was added in pull request #263: Change search to only show results after submit.

Fixes

v2.4.3

15 Sep 13:56
dc6cf3f
Compare
Choose a tag to compare

v2.4.2

29 Jul 14:20
ddc9b86
Compare
Choose a tag to compare