Upgrading to 1.3.5
Release 1.3.5 includes bug fixes and improvements.
Important: When upgrading the Hyvä Theme to 1.3.5, always update the hyva-themes/magento2-theme-module to its latest version. It's safe to update this module even if you're not updating the Default Theme.
Backward incompatible changes
There are no backward compatibility breaking changes in release 1.3.5.
Manual changes
This release fixes a bug introduced in 1.3.4. Previously, moving Tailwind classes from web/tailwind/components/customer.css to the htmlClass attribute in Magento_Customer/layout/customer_account_login.xml caused layout schema non-compliance (e.g., the class md:grid-cols-2 is invalid per View/Layout/etc/elements.xsd).
Version 1.3.5 reverts this change. To fix this in existing themes, either patch the layout schema (see Styling Layout Containers) or manually revert the layout XML file change as done in this release.
Changelogs
Changelogs are available from the CHANGELOG.md in the codebase, or here:
Tooling
Please refer to the Hyvä Theme upgrade docs for helpful information on how to upgrade.