@scayle/storefront-navigation
0.3.0
Minor Changes
- Extended
useHeaderNavigation
,useFooterNavigation
,useSimpleHeaderNavigation
, anduseSimpleFooterNavigation
to accept a secondtreeName
parameter. This parameter can be used to override the default name used to fetch the Navigation Tree.
0.2.0
Minor Changes
- Update to
@nuxt/module-builder@1
. This version of Nuxt Module Builder is ESM-only, so CommonJS (.cjs
) files will no longer be built or distributed with the package. However as of Nuxt 3, only esm is used so this should not have any impact as this module does not support Nuxt 2.
0.1.0
Minor Changes
- Initial release of
@scayle/storefront-navigation
. This package provides utilities for working with Navigation features within the SCAYLE Storefront Boilerplate. It includes the following composable functions.useHeaderNavigation
useFooterNavigation
useSimpleHeaderNavigation
useSimpleFooterNavigation
Additionally, aisNavigationItemCategoryActive
utility function is provided which can be used to determine if a navigation item represents the active category.