Table of Contents & Menu
Navigation

Upgrading to 1.2.9

Release 1.2.9 brings bug fixes and improvements.

When upgrading to Hyvä Theme 1.2.9, always update the hyva-themes/magento2-theme-module package to its latest version. It's safe to update this module even if you are not updating the Default Theme to 1.2.9.

Backward incompatible changes

There are no backward compatibility breaking changes in release 1.2.9.

Manual changes

Release 1.2.9 fixes a bug introduced in 1.2.8. Moving Tailwind classes from web/tailwind/components/customer.css to the htmlClass attribute in Magento_Customer/layout/customer_account_login.xml previously caused schema non-compliance, as classes like md:grid-cols-2 are invalid in the Magento layout XML schema (View/Layout/etc/elements.xsd).
This release reverts that change. To resolve this in existing themes, either patch the layout schema (see Styling Layout Containers) or revert the layout XML file change as done in 1.2.9.

Changelogs

Changelogs are available in the codebase (CHANGELOG.md) or via these links:

Tooling

Refer to the Hyvä Theme upgrade docs for general upgrade information.