Skip to content

Commit

Permalink
Merge pull request #56 from vtex-apps/feature/lazy
Browse files Browse the repository at this point in the history
Adds lazy load to telemarketing
  • Loading branch information
tlgimenes authored Aug 30, 2019
2 parents e3b09eb + b0c9f63 commit c514e6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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
- Set render mode to lazy

## [2.9.5] - 2019-08-29

Expand Down
3 changes: 2 additions & 1 deletion store/interfaces.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"telemarketing": {
"component": "index"
"component": "index",
"render": "lazy"
}
}

0 comments on commit c514e6f

Please sign in to comment.