v11.5.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.
Other changes
- Updated
<div class="uom-megamenu">...</div>
➡️<header class="uom-megamenu">...</header>
#417 - Set up
e2e
accessibilty testing usingcypress
#417- Installed
cypress-axe
- Set up
test:e2e:a11y
command inpackage.json
to runaccessibility
tests. To run manually useyarn test:e2e:a11y
- Implemented initial test for Accordion
- Installed
- Increased test coverage for Header component #412
- Created
PULL_REQUEST_TEMPLATE.md
forreviewer
andauthor
of pull requests to complete tasks beforemerging
changes #416 - Updated
cypress
tov9.6.1
#417 - Updated some packages in
yarn.lock