Skip to content

Releases: alphagov/tech-docs-gem

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

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.