Skip to content

Commit

Permalink
Merge branch 'ThRintelen-feature/angular-17' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolanus committed Jan 4, 2024
2 parents f784c52 + 74ad016 commit feb038f
Show file tree
Hide file tree
Showing 7 changed files with 10,201 additions and 8,260 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 12.0.0 (2023-12-12)

### Breaking Change
- Add angular v17 support and remove support for v16

### 11.0.0 (2023-05-09)

### Breaking Change
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ routing has finished) and in both directions (horizontal/vertical)

## Table of contents

- [Features](#features)
- [ngx-page-scroll ](#ngx-page-scroll--)
- [Features](#features)
- [Table of contents](#table-of-contents)
- [Version compatibility](#version-compatibility)
- [Service](#service)
Expand All @@ -42,6 +43,7 @@ Install later versions in case your app is not running the very latest angular v

| ngx-page-scroll/ngx-page-scroll-core version | compatible angular version | Documentation |
| -------------------------------------------- | -------------------------- | -------------------------------------------------------------------------- |
| v12.x | v17 | [README](README.md) |
| v11.x | v16 | [README](README.md) |
| v10.x | v15 | [README](https://github.com/Nolanus/ngx-page-scroll/blob/v10.0.0/README.md)|
| v9.x | v14 | [README](https://github.com/Nolanus/ngx-page-scroll/blob/v9.0.0/README.md) |
Expand Down
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "ngx-page-scroll-demo:build"
"buildTarget": "ngx-page-scroll-demo:build"
},
"configurations": {
"production": {
"browserTarget": "ngx-page-scroll-demo:build:production"
"buildTarget": "ngx-page-scroll-demo:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "ngx-page-scroll-demo:build"
"buildTarget": "ngx-page-scroll-demo:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit feb038f

Please sign in to comment.