Skip to content

Upgrading to 1.1.5

This release is a maintenance release, mostly focused on bug fixes.

Please refer to the changelog for details.

Please check the upgrade process overview for Hyvä-Checkout first.
Then, to upgrade, run the command

composer update --with-dependencies hyva-themes/magento2-hyva-checkout:1.1.5

Backward incompatible changes

Step navigation styles changed

The styles for the top step navigation no longer apply the text-primary class (which is specific to the Hyvä Default theme) class in favor of the default tailwind class text-gray-800.
If you rely on a customized text-primary class text color, be aware that it will change to text-gray-800 after the upgrade.
To revert the change, customize the CSS in your theme to apply text-primary again to the CSS selector #hyva-checkout-main .breadcrumbs .item.

Changelogs

Changelogs are available from the CHANGELOG.md in the codebase, or here in the docs.