[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
CaAccordionNavigationwith 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
sortOptionsdata inCaListSettings.vueto include the newRELEVANCEoption OR - Use the new
MixProductListSortmixin (strongly recommended)
IF you use the mixin you will also need to:
Update all sorting label lang keys. They will now be named
SORT_LABEL_<sortOption>. For exampleSORT_LABEL_RELEVANCE
Added
RELEVANCEsort option for product list (only used on search page)- Mixin
MixProductListSortfor handling product list sort options