File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## [ Unreleased]
99
10+ ### Changed
11+
12+ - ` vtex.store ` signature to accept ` vtex.login-alternative-key:login-content `
13+
1014## [ 2.143.0] - 2025-09-24
1115
1216### Added
@@ -139,7 +143,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
139143### Fixed
140144
141145- Include ` _q ` query parameter in search page canonical URLs
142- - Provide ` meta.canonical ` prop to ` SearchOpenGraph ` component, to ensure ` og:url ` and canonical are consistent
146+ - Provide ` meta.canonical ` prop to ` SearchOpenGraph ` component, to ensure ` og:url ` and canonical are consistent
143147
144148## [ 2.127.1] - 2022-10-06
145149
Original file line number Diff line number Diff line change 2121 "vtex.pixel-interfaces" : " 1.x" ,
2222 "vtex.search-result" : " 3.x" ,
2323 "vtex.login" : " 2.x" ,
24+ "vtex.login-alternative-key" : " 1.x" ,
2425 "vtex.my-account" : " 1.x" ,
2526 "vtex.pixel-manager" : " 1.x" ,
2627 "vtex.product-context" : " 0.x" ,
Original file line number Diff line number Diff line change 4343 }
4444 },
4545 "store.login" : {
46- "required " : [" login-content" ],
46+ "allowed " : [" vtex.login:login-content " , " vtex.login-alternative-key: login-content" ],
4747 "preview" : {
4848 "type" : " spinner" ,
4949 "height" : 600
You can’t perform that action at this time.
0 commit comments