v12.3.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 ✨
Docker
has been set up to ensurevisual
snapshot tests look the same onlocal dev
machine andCI
server. #457- Created a
centralised
component importer_includes/component.html
to make it easier to maintain/import components into thedocumentation
site. #461
Other changes
cypress-image-snapshot
isn't actively maintained anymore. A few issues have arisen for us so we have mirgated tocypress-image-diff-js
#460- Increased speed of
snapshots
by visiting each page once and then runningviewport
snapshots, rather than visiting page for each snapshot #462 - Simplied Grid
documentation
by removing reliance onCard buttons
#463 - Migrated
Icon buttons
from Icons ➡️ Buttons components
were split into seperate files so they can be individuallysnapshot
tested, also enabling sourcecode highlighter to be less convoluted.- Tidied up some
documentation
examples. - Migrated Events
layouts
to Layouts #473 - Installed
cross-env
so windows based machines can runpackage.json
scripts #457 - Installed
serve
to servedocumentation
site insidedocker
container #457