Releases: x-govuk/govuk-eleventy-plugin
Releases · x-govuk/govuk-eleventy-plugin
v6.0.2
- Use no visited state for content list links 47def4a
v6.0.1
- Only apply responsive table styles if table has
tabindex
attribute a2d030e
v6.0.0
This release contains a number of breaking changes. Read Upgrading from v5 to v6 for a guide on upgrading to this new version.
BREAKING CHANGES
- Update minimum Node requirement to v18 d9610d6
- Upgrade to govuk-frontend v5 381eaa3
- Load GOV.UK Frontend settings via SCSS settings file 84b0704
Features
- Add
navigation
option 7f9f116 a640a7a - Add option to sub navigation layout to choose from which page to show navigation items below 8b25907
- Update
govuk-prototype-components
dependency 4ca9f34 - Add Eleventy’s HTML base plugin 40da594
- No longer need to use
url
helper initemsFromNavigation
filter 03d8192 - Refactor site search to use custom element fa10a14
- Add
<search>
element to site search b1011e7 - Replace
absoluteUrl
filter withcanonicalUrl
filter 37a70fa - Add root folder to Sass
loadPaths
7fe9b44 - Add
max-width
to prose content 4f2fd10 - Update dependencies ef26a2d e76fc72 e5da3c9
Fixes
- Only include content pages in ordered collection 0d556aa
- Only highlight home page in navigation when visiting home page a625049
- Prevent SCSS settings file from being processed or published 7919e66
- Fix header type conditional 1829d18
Documentation
v5.0.7
v5.0.6
v5.0.5
v5.0.4
- Update dependencies c236490
- Updates some sub-dependencies (#190) 4e72a3f
- Update
govuk-prototype-components
(#189) 03a474c - Bump
stylelint
andstylelint-config-gds
(#185) 3d5dfaa - Bump
@rollup/plugin-commonjs
from 25.0.3 to 25.0.4 (#184) a1fff3f - Bump
@rollup/plugin-node-resolve
from 15.1.0 to 15.2.1 (#186) d97b71b - Bump
rollup
from 3.26.3 to 3.28.1 (#187) df87b50 - Bump
sass
from 1.64.1 to 1.66.1 (#188) 40b960a - Bump
actions/upload-pages-artifact
from 1 to 2 7598313 - Update dependencies 1dae902
- Use
npm cache
for faster tests (#174) 49ed76c
v5.0.3
- Update dependencies 83202bf, 15677f1
- Refactor site search styles, list properties alphabetically and remove unnecessary nesting 648fb1a
- Move
no-js
styles to the bottom d7c0136 - Remove extra line 955dec1
- Drop IE8 mixins 04de478
- Use template inheritance to include masthead component beforeContent ee5089a
v5.0.2
v5.0.1
This release includes a few quality of life improvements. It also contains a small change to the way search results are presented; some results may show both a page’s parent section as well as its publication date. See #156.
- Display dates in search layout correctly (contributed by @robertdeniszczyc2) 1b64323
- Refactor search index meta data display 31aaa67
- Fix large logotype alignment in header ded1a4f
- List npm CLI v8 as minimum dependency version. Fixes #136 97b95a5
- Include Twitter image meta tag (contributed by @frankieroberto) 9e48ebb, 3a660b1
- Explicitly require
node:process
8c15afd