Skip to content

Commit 6f8bba8

Browse files
committed
feat: update to Angular 13
BREAKING CHANGES: drop support for Angular 11
1 parent 586a0b1 commit 6f8bba8

File tree

9 files changed

+31661
-12526
lines changed

9 files changed

+31661
-12526
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ chrome-profiler-events*.json
3131
.history/*
3232

3333
# misc
34+
/.angular/cache
3435
/.sass-cache
3536
/connect.lock
3637
/coverage

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
16

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 13.0.0
2+
### Features
3+
* add support for Angular 13, drop support for older Angular versions
4+
* align version with angular version
5+
6+
### BREAKING CHANGES
7+
- dropped support for Angular 11.x.x
8+
- you need to have a peer dependency of Angular 12.0.0 or greater
9+
110
## 6.0.1
211

312
### Refactoring

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,14 @@ https://d-koppenhagen.github.io/angular-tag-cloud-module/
3030

3131
# Version and compability
3232

33-
| Version | Angular Version Compability |
34-
| ------------------- | ----------------------------- |
35-
| `2.6.0` and below | between `^4.0.0` and `^5.X.X` |
36-
| `3.8.2` and below | between `^6.0.0` and `^8.X.X` |
37-
| `4.2.0` and below | `^9.0.0` |
38-
| `5.0.0` and greater | `^10.0.0` and greater |
33+
| Version | Angular Version Compability |
34+
| -------------------- | ----------------------------- |
35+
| `2.6.0` and below | between `^4.0.0` and `^5.X.X` |
36+
| `3.8.2` and below | between `^6.0.0` and `^8.X.X` |
37+
| `4.2.0` and below | `^9.0.0` |
38+
| `5.0.0` and greater | `^10.0.0` and greater |
39+
| `6.0.0` and greater | `^12.0.0` and greater |
40+
| `13.0.0` and greater | `^13.0.0` and greater |
3941

4042
# Install
4143

0 commit comments

Comments
 (0)