v14.14.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 ✨

  • new Text helper class text-spaced - use this to add some top and bottom spacing to text elements #989
<p class="text-spaced">...</p>

Bug fixes 🐛

  • fixed an issue where Tables using the tr.header class were unreadible #1015
  • fixed an issue where the Hero Button icons were different sizes #988
  • fixed an issue where some e2e tests failed due to the footer not being in the viewport. It now checks that the clicked item in the jumpnav is visible in the viewport #984

Deprecation notice⚠️

  • removed unused Facts classes #990
    • .facts-card__footer
    • .facts-card__tags

Other changes

  • removed divider line from Lead paragraph and Aligned Title, and Header with Box #1016
  • reduced css bundle size by 15% by not base64 encoding files #1014
  • updated assets/shared/_normalize.css to normalize all iframes #993
  • removed News Article .video override #993
  • removed Embedded Media iframe and video overrides #993
  • updated playwright to v1.42.1 #994
  • updated e2e snapshot tests to use the style property #994
  • updated e2e regression pages test suite #991 #993
  • removed unnecessary package resolutions as we have upgraded or removed packages that required them #1001

Documentation updates