|
1 | 1 | ## Unreleased |
2 | 2 |
|
| 3 | +### New Features |
| 4 | + |
| 5 | +- [Adds support for GA4 as a separate tracking parameter from Universal Analytics](https://github.com/alphagov/tech-docs-gem/pull/350) |
| 6 | + |
| 7 | +NB: [Universal Analytics is now gone](https://support.google.com/analytics/answer/11583528?hl=en) so anyone still using the older approach is likely facing broken analytics, or has developed a workaround. |
| 8 | +We'll return at a later date with a major breaking change that deprecates UA code. |
| 9 | + |
3 | 10 | ## 5.0.2 |
4 | 11 |
|
5 | 12 | ### Fixes |
@@ -60,7 +67,7 @@ To use the service_link at the start of the path to the favicon images, you need |
60 | 67 |
|
61 | 68 | - [Allow non-GOV.UK favicon and opengraph assets](https://github.com/alphagov/tech-docs-gem/pull/387) |
62 | 69 |
|
63 | | -To use a non-crown assets, you need to |
| 70 | +To use a non-crown assets, you need to |
64 | 71 | - add `favicon.ico`, `favicon.svg` and `opengraph-image.png` to your `source/images` folder. |
65 | 72 | - set `show_govuk_logo: false` |
66 | 73 |
|
@@ -158,22 +165,22 @@ You can now [configure your Tech Docs Template (TDT) to build your documentation |
158 | 165 |
|
159 | 166 | Thanks [@eddgrant](https://github.com/eddgrant) for contributing this feature and the associated fixes. |
160 | 167 |
|
161 | | -This change was introduced in [pull request #291: Support sites deployed on paths other than "/" (by generating relative links)](https://github.com/alphagov/tech-docs-gem/pull/291). |
| 168 | +This change was introduced in [pull request #291: Support sites deployed on paths other than "/" (by generating relative links)](https://github.com/alphagov/tech-docs-gem/pull/291). |
162 | 169 |
|
163 | 170 | ## 3.1.0 |
164 | 171 |
|
165 | 172 | ### New features |
166 | 173 |
|
167 | | -There are some steps you should follow as the Technical Documentation Template (TDT) now uses GOV.UK Frontend 4.0.0. |
| 174 | +There are some steps you should follow as the Technical Documentation Template (TDT) now uses GOV.UK Frontend 4.0.0. |
168 | 175 |
|
169 | 176 | 1. Update your documentation site to use the latest template version. You can [follow the TDT guidance on using the latest template version](https://tdt-documentation.london.cloudapps.digital/maintain_project/use_latest_template/). |
170 | | -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](https://github.com/alphagov/govuk-frontend/releases/tag/v4.0.0) for more information. |
| 177 | +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](https://github.com/alphagov/govuk-frontend/releases/tag/v4.0.0) for more information. |
171 | 178 |
|
172 | 179 | ## 3.0.1 |
173 | 180 |
|
174 | 181 | ### Fixes |
175 | 182 |
|
176 | | -We’ve made the following fixes to the tech docs gem in [pull request #281: Don't break TOC when OpenAPI description includes headers](https://github.com/alphagov/tech-docs-gem/pull/281): |
| 183 | +We’ve made the following fixes to the tech docs gem in [pull request #281: Don't break TOC when OpenAPI description includes headers](https://github.com/alphagov/tech-docs-gem/pull/281): |
177 | 184 |
|
178 | 185 | * we now render OpenAPI Markdown with the same Markdown renderer as other documents |
179 | 186 | * table of contents (TOC) uses `TechDocsHTMLRenderer` to render the headings with IDs |
|
0 commit comments