[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 inCaListSettings.vue
to include the newRELEVANCE
option OR - Use the new
MixProductListSort
mixin (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
RELEVANCE
sort option for product list (only used on search page)- Mixin
MixProductListSort
for handling product list sort options