Skip to content

Upgrading to 1.1.29

This release enhances the Hyvä Checkout experience with improved address form behavior and a more seamless Zero Subtotal Checkout process. Key updates include an admin toggle for selective field autosaving, a new option to disable form autosaving entirely, and refinements to checkout validation scrolling. Additionally, improvements to billing address handling ensure a more intuitive form experience.

We've reverted to having autosaving enabled by default for backwards compatibility. If needed, you can manually disable it, but only if you're certain it won't affect third-party integrations that rely on autosaving specific fields.

Additionally, we've introduced a new option to disable autosaving globally while still allowing field-specific autosaving using the "Auto-save" checkbox toggle

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.29

Backward Incompatible Changes

  • No Backward Incompatible Changes.

Deprecations

  • No Deprecations.

Templates changes

  • src/view/frontend/templates/page/js/magewire/directive/auto-save.phtml
  • src/view/frontend/templates/page/js/api/v1/init-validation.phtml
  • src/view/frontend/templates/page/js/api/v1.phtml
  • src/view/frontend/templates/checkout/address-view/address-list/form.phtml
  • src/view/frontend/templates/checkout/address-view/billing-details.phtml
  • src/view/frontend/templates/page/js/api/v1/alpinejs/address-form-component.phtml

Translation changes

  • No translation changes.

Changelogs

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