@scayle/storefront-navigation
0.3.1
Patch Changes
- Use latest
[email protected]for build. Compatibility with previous version has not changed and is specified via packagepeerDependenciesand Nuxtcompatibilityflag.
0.3.0
Minor Changes
- Extended
useHeaderNavigation,useFooterNavigation,useSimpleHeaderNavigation, anduseSimpleFooterNavigationto accept a secondtreeNameparameter. 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.useHeaderNavigationuseFooterNavigationuseSimpleHeaderNavigationuseSimpleFooterNavigation
Additionally, aisNavigationItemCategoryActiveutility function is provided which can be used to determine if a navigation item represents the active category.