Skip to content

Commit

Permalink
Merge pull request #41 from guillotinaweb/lazyload-primary
Browse files Browse the repository at this point in the history
Lazyload primary
  • Loading branch information
ebrehault authored Jul 10, 2020
2 parents 6d2ae27 + 01409da commit df1dfac
Show file tree
Hide file tree
Showing 48 changed files with 621 additions and 693 deletions.
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.html
*.scss
*.md
8 changes: 8 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"printWidth": 120,
"singleQuote": true,
"useTabs": false,
"tabWidth": 4,
"semi": true,
"bracketSpacing": true
}
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.7.0 (2020-07-10)

## New feature
- Use view prefix to lazy load a module [ebrehault]

# 1.6.5 (2020-06-29)

## Improvement
Expand Down
Loading

0 comments on commit df1dfac

Please sign in to comment.