Skip to content

Commit

Permalink
Merge pull request #70 from vtex-apps/feat/public-geolocation
Browse files Browse the repository at this point in the history
Update render strategy of checkout blocks
  • Loading branch information
lucasecdb authored Feb 23, 2021
2 parents 545f72c + 59f8f0e commit 22e0660
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Update render strategy of checkout block to execute on SSR.

## [2.8.1] - 2021-02-23
### Changed
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"vendor": "vtex",
"name": "checkout",
"version": "2.8.1",
"version": "2.8.2-beta.0",
"title": "Checkout UI",
"description": "Checkout UI for the Store Framework",
"defaultLocale": "pt-BR",
Expand Down
6 changes: 2 additions & 4 deletions store/interfaces.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,13 @@
"before": ["header.full.checkout"],
"around": ["checkout-container"],
"after": ["footer.checkout"],
"composition": "children",
"render": "client"
"composition": "children"
},
"store.checkout.identification": {
"before": ["header.full.checkout"],
"around": ["checkout-container"],
"after": ["footer.checkout"],
"composition": "children",
"render": "client"
"composition": "children"
},
"header.full.checkout": {
"component": "Empty"
Expand Down

0 comments on commit 22e0660

Please sign in to comment.