Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

MageSuite 9.0.0 bumps up theme-creativeshop to v15.0.0 introducing compatibility with Magento 2.4.2+ and many other improvements

Theme Creativeshop breaking changes

The following breaking changes were introduced in theme-creativeshop since version v12.0.0

v15.0.0

refactor(page-scroll)!: P2G-1610 To the top jumpmark missing

We refactored page-scroll component to make it more performant and cleaner.
Also, we moved page-scroll template to magesuite-theme-helers module instead of the theme to get rid of new custom templates.
If page-scroll was used in the child theme, it should be checked.

v14.0.0

[refactor!: [KRG-1864] Remove address-autofill and google-address-detector components](https://github.com/magesuite/theme-creativeshop/commit/c2e2b2ce8d09a477d61fe12d0f68885afabbba5d)

...

As address autofill was the last feature that used the following file
src/Magento_Checkout/web/js/checkout-customizations.js
we removed it entirely, as well as it's initialization, so if there was any extension of this in child theme,
it won't work anymore. [Related commit]

v13.0.0

[feat(header): [MGS-4289] Switch from fixed to real sticky header positioning](https://github.com/magesuite/theme-creativeshop/commit/ba579d68acd91ab785cb7809a0a4774f7f4ca6d6)

...

fix(breakpoint-util): Move util to separate entry and include on every page
We refactored breakpoint utility and included it separately on every page.
It should be used directly from window.breakpoint. All the imports of this util should be removed.

v12.0.0

feat!: Container component cleanup
We've cleaned up most of the container styles, moving declarations to the components that are related to them, instead of one global container component.

...