Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion store/interfaces.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading