Skip to content

Commit

Permalink
Merge pull request #210 from vtex-apps/feature/lazy-assets
Browse files Browse the repository at this point in the history
Feature/lazy assets
  • Loading branch information
lbebber authored Mar 20, 2020
2 parents 9c1760a + 291b64e commit ed03c70
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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
- Use `__fold__.experimentalLazyAssets` on home.

## [3.31.0] - 2020-03-19
### Added
Expand Down
3 changes: 3 additions & 0 deletions store/blocks/header/category-menu.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"[email protected]:menu#category-menu": {
"props": {
"experimentalOptimizeRendering": true
},
"children": [
"menu-item#category-apparel",
"menu-item#category-home",
Expand Down
3 changes: 1 addition & 2 deletions store/blocks/home/home.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
"list-context.image-list#demo",
/* You can make references to blocks defined in other files.
* For example, `flex-layout.row#deals` is defined in the `deals.json` file. */
"__fold__.mobile",
"__fold__.experimentalLazyAssets",
"flex-layout.row#deals",
"__fold__.desktop",
"rich-text#shelf-title",
"flex-layout.row#shelf",
"info-card#home",
Expand Down

0 comments on commit ed03c70

Please sign in to comment.