File tree Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1+ ### 7.0.6 (2021-10-17)
2+
3+ ### Other
4+
5+ - Add angular v12 to supported versions
6+ - Update demo app to angular 12
7+
18### 7.0.5 (2021-06-03)
29
310### Fix
Original file line number Diff line number Diff line change 11{
22 "name" : " ngx-page-scroll-core" ,
3- "version" : " 7.0.5 " ,
3+ "version" : " 7.0.6 " ,
44 "description" : " Animated scrolling functionality for angular written in pure typescript" ,
55 "keywords" : [
66 " angular" ,
2424 },
2525 "homepage" : " https://github.com/Nolanus/ngx-page-scroll#readme" ,
2626 "peerDependencies" : {
27- "@angular/common" : " ^8.0.0 || ^9.0.0 || ^10.0.5 || ^11.0.0" ,
28- "@angular/core" : " ^8.0.0 || ^9.0.0 || ^10.0.5 || ^11.0.0"
27+ "@angular/common" : " ^8.0.0 || ^9.0.0 || ^10.0.5 || ^11.0.0 || ^12.0.0 " ,
28+ "@angular/core" : " ^8.0.0 || ^9.0.0 || ^10.0.5 || ^11.0.0 || ^12.0.0 "
2929 },
3030 "dependencies" : {
3131 "tslib" : " ^2.0.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " ngx-page-scroll" ,
3- "version" : " 7.0.5 " ,
3+ "version" : " 7.0.6 " ,
44 "description" : " Convenience directive for animated scrolling functionality for angular written in pure typescript" ,
55 "keywords" : [
66 " angular" ,
2424 },
2525 "homepage" : " https://github.com/Nolanus/ngx-page-scroll#readme" ,
2626 "peerDependencies" : {
27- "ngx-page-scroll-core" : " 7.0.5 " ,
28- "@angular/common" : " ^8.0.0 || ^9.0.0 || ^10.0.5 || ^11.0.0" ,
29- "@angular/core" : " ^8.0.0 || ^9.0.0 || ^10.0.5 || ^11.0.0"
27+ "ngx-page-scroll-core" : " 7.0.6 " ,
28+ "@angular/common" : " ^8.0.0 || ^9.0.0 || ^10.0.5 || ^11.0.0 || ^12.0.0 " ,
29+ "@angular/core" : " ^8.0.0 || ^9.0.0 || ^10.0.5 || ^11.0.0 || ^12.0.0 "
3030 },
3131 "dependencies" : {
3232 "tslib" : " ^2.0.0"
You can’t perform that action at this time.
0 commit comments