v14.8.0
Before you upgrade, please take note of any breaking changes and deprecation notices which may affect your site. View the Upgrade Guide to see examples of how to address breaking changes.
New features ✨
- you can now set a
crossedlist item in Ticked List by using the.item-crossedclass #883
<ul class="ticked-list">
<li class="item-crossed">...</li>
</ul>
- the Background class
.bg-primarynow sets all appropriatecsscolourvariablesto contrast againstTraditional Heritage Blue, removing the need to manually adjust this in individual components #819- listed below are some examples taken from the Theme:
--col-text-primarywill change from--col-grey-dark-100➡️--col-white-100--col-link-defaultwill change from--col-link-100➡️--col-white-100
- listed below are some examples taken from the Theme:
- created
bg-primarycssmixin. It sets all appropriatecsscolourvariablesto contrast againstTraditional Heritage Blue. This is useful for situations where you can't add the.bg-primaryclass. In all other cases use the.bg-primaryclass instead #819
.class {
@mixin bg-primary;
}
- you can now preview how all pages will look like with
.bg-primaryclass #819- append
?preview=primary-backgroundto any url - or click on the
Preview Primary Backgroundlink in theMega Menu
- append
Bug fixes 🐛
- Icon Buttons nested inside Notices now render correctly #881
- reduced
specificityof Ticked List so.no-litakes precedence and hides thetick#887 h1-h6, andpelements now expand to 100% width onmobileviewports when nested inside Accordions #885- updated default link
hoverandfocusstates to use--col-link-default-active#819
Other changes
- updated Components to work with the
.bg-primarybackground class #819 - updated Style Guide items to work with the
.bg-primarybackground class #819- Button Card
- Colour Palette
Global Footer
- Enquiry Dark now uses
bg-primarymixin as it doesn't use.bg-primaryclass #819 - increased Ticked list icon size from
xs➡️sm#886 - Tables set their
max-widthon--bp-widebreakpoint instead of--bp-desktop#873 - Wide Table increases it's width on
--bp-xx-widebreakpoint instead of--bp-desktop#873 - updated
--col-outline-dangerto use--col-red-dark-100#883 - updated
--col-outline-dangerto use--col-red-light-100inassets/style-guide/colours/mixins/settings/primary.js#883 - updated
maskcolour ine2esnapshots from--col-bg-alt-50➡️--col-bg-highlight#819
Documentation updates
- removed
ticked-listfrom Events with Map #886 - changed
ticket-listto standard list #886 - updated Accordion to show nested
heading#885 - updated Notices to show
buttonwithicon#881 - added
Crossed list itemto Lists #883 - simplified Content Block #819
- removed
bg-primaryclass from Form Example as it can now be previewed with the.bg-primaryclass #819 - updated
eleventy/_includes/views/layout.htmlto always includeuom.previewmeta tag #819