Skip to content

Commit a496f35

Browse files
committed
build: upgrade to angular 14
BREAKING CHANGE: angular 14 or higher is now required to use this package
1 parent b008d61 commit a496f35

File tree

9 files changed

+2063
-1628
lines changed

9 files changed

+2063
-1628
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1 align="center">angular 13.0+ calendar</h1>
1+
<h1 align="center">angular 14.0+ calendar</h1>
22

33
<div align="center">
44

@@ -41,7 +41,7 @@ https://mattlewis92.github.io/angular-calendar/
4141

4242
<h2 align="center">About</h2>
4343

44-
A calendar component for angular 13.0+ that can display events on a month, week or day view. The successor of [angular-bootstrap-calendar](https://github.com/mattlewis92/angular-bootstrap-calendar).
44+
A calendar component for angular 14.0+ that can display events on a month, week or day view. The successor of [angular-bootstrap-calendar](https://github.com/mattlewis92/angular-bootstrap-calendar).
4545

4646
<h2 align="center">Getting started</h2>
4747

@@ -112,7 +112,8 @@ Yes.
112112

113113
| Angular major | Last supported angular-calendar version |
114114
| --------------- | ------------------------------------------------------------------------ |
115-
| 12.x and higher | latest version |
115+
| 14.x and higher | latest version |
116+
| 12.x - 13.x | [0.29.0](https://github.com/mattlewis92/angular-calendar/tree/v0.29.0) |
116117
| 6.x - 11.x | [0.28.28](https://github.com/mattlewis92/angular-calendar/tree/v0.28.28) |
117118
| 5.x | [0.24.1](https://github.com/mattlewis92/angular-calendar/tree/v0.24.1) |
118119
| 4.x | [0.22.3](https://github.com/mattlewis92/angular-calendar/tree/v0.22.3) |

angular.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,7 @@
146146
}
147147
}
148148
},
149-
"defaultProject": "demos",
150149
"cli": {
151-
"defaultCollection": "@angular-eslint/schematics"
150+
"schematicCollections": ["@angular-eslint/schematics"]
152151
}
153152
}

0 commit comments

Comments
 (0)