v14.9.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 ✨
- introduced two new components:
- Stats & Rankings - used to
highlight
up to3
key rankings #888 - Facts - used to display a panel of
short
pieces ofinformation
#880
- Stats & Rankings - used to
- you can now set the container
size
of acomponent
when importing it fromeleventy/_includes/component.html
#892 #893sm
md
lg
include component src="..." container="lg"
Bug fixes 🐛
Other changes
- adjacent Grid Rows now have some gap between them #882
- other websites can now link to
uom.css
anduom.js
files hosted onnetlify
deployments #897 #899 eleventy
now outputs the contents of thedist/vx.x.x
to theassets
folder removing the need forglobal.cdn
#899- updated
publicPath
inassets/webpack.config.js
to only include theversion
when inproduction
mode #899
Documentation updates
- Card examples no longer contain
content-block
as it's not part of the component #895 - components that use a
background
class andcontainer
size has itsbackground
colour extend to the full width of the page #894 data-container
is now only added to the story if asize
has been set usingcontainer="..."
#892 #893- Grid now uses
md
container size #892 #893 - Card now uses the
lg
container size #892 #893 - created Grid Rows example #882