Upgrading to 1.1.14
When upgrading to Hyvä Theme 1.1.14, always update the hyva-themes/magento2-theme-module package to its latest version. This is safe to do even if you are not updating the Default Theme itself.
Version 1.1.14 is a feature release with no backward compatibility breaking changes. Refer to the changelog below for details.
Manual updates
To enable Tailwind CSS and config merging from modules in your theme after this upgrade, follow these manual steps:
-
In your theme's
web/tailwinddirectory, install the required npm module: -
Import the module in your theme's
tailwind.config.jsfile: -
Wrap
module.exportsinhyvaModules.mergeTailwindConfig: -
Import the module in your theme's
postcss.config.jsfile: -
Add
postcssImportHyvaModulestomodule.exportsbefore thepostcss-importplugin: -
Run
bin/magento hyva:config:generateto generatehyva-themes.json.
For more details, refer to the compatibility module documentation on Tailwind config and CSS merging.
Noteworthy Changes
The node module for the PostCSS plugin and Tailwind config merge function is available at github.com/hyva-themes/hyva-modules-tailwind-js.
Changelogs
View changelogs in the CHANGELOG.md file in the codebase, or via these links:
Upgrade Tooling
For general upgrade guidance, refer to the Hyvä Theme upgrade documentation.