Skip to content

Commit

Permalink
Changelog, bump version to 4.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolanus committed Mar 26, 2017
1 parent 62fa48d commit ca951ee
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## 4.0.0-beta.6 (2017-03-26)

### Breaking Change

- Interrupt listener for mouse clicks now only interrupts the scroll animation if click happens inside the scroll container (e8e3100)

### Feature

- Adjust route hash on scrolling using `pageScroll` directive (559ef67)

### Fix

- Bug where `stopAll` did not stop all running pageScroll instances (d5de63d)


### Other

- Document namepsace feature in demo app (b53881e)
- Loosen peer deps for work with angular 4 (#106, #107, #108, #109, #110, #113)
- Do not publish travis deployment specific files to npm (#112)
- Remove inadvertent fdescribe in e2e specs
- Fixed README typos

## 4.0.0-beta.5 (2017-03-11)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-page-scroll",
"version": "4.0.0-beta.5",
"version": "4.0.0-beta.6",
"description": "Animated scrolling functionality written in pure angular2",
"scripts": {
"compile": "npm run lint:code && ngc -p tsconfig-build.json",
Expand Down

0 comments on commit ca951ee

Please sign in to comment.