Skip to content

Commit

Permalink
Changelog, bump version to 3.2.3 + demo app deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolanus committed Nov 12, 2016
1 parent 8e2df39 commit fbf3c4a
Show file tree
Hide file tree
Showing 13 changed files with 2,205 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 3.2.3 (2016-11-12)

New:

- Add static `forRoot()` method for lazy loaded modules to Ng2PageScrollModule

Other:

- Adjust peer dependency to satisfy angular 2.1.2 deps

## 3.2.2 (2016-11-11)

Fix:
Expand Down
Empty file added demo/dist/assets/.npmignore
Empty file.
Binary file added demo/dist/favicon.ico
Binary file not shown.
14 changes: 14 additions & 0 deletions demo/dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Demo</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<app-root>Loading...</app-root>
<script type="text/javascript" src="inline.js"></script><script type="text/javascript" src="styles.2b51179026087f9879fa.bundle.js"></script><script type="text/javascript" src="main.ed29f87f3a60d530bc61.bundle.js"></script></body>
</html>
1 change: 1 addition & 0 deletions demo/dist/inline.d41d8cd98f00b204e980.bundle.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions demo/dist/inline.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fbf3c4a

Please sign in to comment.