diff --git a/CHANGELOG.md b/CHANGELOG.md index d6f227cc..e197254b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Changed + +- `vtex.store` signature to accept `vtex.login-alternative-key:login-content` + ## [2.143.0] - 2025-09-24 ### Added @@ -139,7 +143,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed - Include `_q` query parameter in search page canonical URLs -- Provide `meta.canonical` prop to `SearchOpenGraph` component, to ensure `og:url` and canonical are consistent +- Provide `meta.canonical` prop to `SearchOpenGraph` component, to ensure `og:url` and canonical are consistent ## [2.127.1] - 2022-10-06 diff --git a/manifest.json b/manifest.json index c26a91b3..8028034b 100644 --- a/manifest.json +++ b/manifest.json @@ -21,6 +21,7 @@ "vtex.pixel-interfaces": "1.x", "vtex.search-result": "3.x", "vtex.login": "2.x", + "vtex.login-alternative-key": "1.x", "vtex.my-account": "1.x", "vtex.pixel-manager": "1.x", "vtex.product-context": "0.x", diff --git a/store/interfaces.json b/store/interfaces.json index 0a2a04c9..fb309ac8 100644 --- a/store/interfaces.json +++ b/store/interfaces.json @@ -43,7 +43,7 @@ } }, "store.login": { - "required": ["login-content"], + "allowed": ["vtex.login:login-content", "vtex.login-alternative-key:login-content"], "preview": { "type": "spinner", "height": 600