Skip to content

Commit f3921e7

Browse files
authored
Merge pull request #1063 from SQ-UI/update-angular-version
Update packages to latest Angular
2 parents dbc564f + 1ef77a9 commit f3921e7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+17773
-27547
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
!.vscode/extensions.json
2626

2727
# misc
28+
/.angular/cache
2829
/.sass-cache
2930
/connect.lock
3031
/coverage

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ Any types of public interfaces and services are also included.
3535
- [Live examples](http://bit.ly/ng-sq-ui-docs-live-examples)
3636
- [Troubleshooting](http://bit.ly/ng-sq-ui-docs-troubleshooting)
3737

38+
## BREAKING CHANGES:
39+
The 2.0.1 relases of all packages are compatible with Angular 14+. If you need a backwards-compatible version, please refer to 1.x.y packages, as stated below.
40+
3841
**Note:**<br>
3942
For projects that use the View Engine, instead Ivy (Angular 10 ~ Angular 12), please use the following version for each package:
4043

angular.json

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -93,18 +93,6 @@
9393
"src/assets"
9494
]
9595
}
96-
},
97-
"lint": {
98-
"builder": "@angular-devkit/build-angular:tslint",
99-
"options": {
100-
"tsConfig": [
101-
"src/tsconfig.app.json",
102-
"src/tsconfig.spec.json"
103-
],
104-
"exclude": [
105-
"**/node_modules/**"
106-
]
107-
}
10896
}
10997
}
11098
},
@@ -126,15 +114,6 @@
126114
}
127115
},
128116
"defaultConfiguration": "development"
129-
},
130-
"lint": {
131-
"builder": "@angular-devkit/build-angular:tslint",
132-
"options": {
133-
"tsConfig": "e2e/tsconfig.e2e.json",
134-
"exclude": [
135-
"**/node_modules/**"
136-
]
137-
}
138117
}
139118
}
140119
},
@@ -401,7 +380,6 @@
401380
}
402381
}
403382
},
404-
"defaultProject": "sq-ui",
405383
"schematics": {
406384
"@schematics/angular:component": {
407385
"prefix": "sq",

0 commit comments

Comments
 (0)