Skip to main content

2303 version 18.0.0 - 18.1.2

· 2 min read
geins.io

[18.1.2] - 2023-04-12

Fixed

  • Fixed error with sorting set to default when server-side rendering search page

[18.1.1] - 2023-03-30

Make sure your storefront does not overwrite the head() in layout/default.vue if you want to use the default meta data functionality. Also, if you have multilang support in your site, remove the meta settings of pwa module in nuxt.config.js to avoid problems with default meta not translating.

Fixed

  • Improved default meta

[18.1.0] - 2023-03-29

Added

  • Extended support for 2 level menu in CaInfoPageMenu.
  • New component CaAccordionNavigation with support for 2 level menu. For displaying a menu as an accordion.

[18.0.2] - 2023-03-24

Fixed

  • Secure being on search page before setting "RELEVANCE" as sort option (can happen while routing to search page)

[18.0.0] - 2023-03-24

Breaking changes in this major release

This update will require you to either:

  • Update your sortOptions data in CaListSettings.vue to include the new RELEVANCE option OR
  • Use the new MixProductListSort mixin (strongly recommended)

IF you use the mixin you will also need to:

Added

  • RELEVANCE sort option for product list (only used on search page)
  • Mixin MixProductListSort for handling product list sort options