Releases: alphagov/tech-docs-gem
Releases · alphagov/tech-docs-gem
v3.0.0
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
v2.4.2
v2.4.1
v2.4.0
- Bump redcarpet to 3.5.1 to fix CVE-2020-26298
- #238: Move the aria-expanded attribute to the correct element
- #240: Update menu html structure so it's one single hierarchical list
- #244: Don't change the focus of the page on initial load
- #243: Fix focus state for links containing inline code
- #245: Fix focus state for search results ‘Close’ button
- #246: Update GOV.UK Frontend to v3.13.0
v2.3.0
v2.1.0
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: