File tree Expand file tree Collapse file tree 3 files changed +19
-6
lines changed
projects/ngx-touch-keyboard Expand file tree Collapse file tree 3 files changed +19
-6
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 3.0.0] - 2023-08-08
9
+
10
+ ### Changed
11
+
12
+ - Updated to angular 16
13
+
8
14
## [ 2.5.0] - 2023-04-27
9
15
10
16
### Added
Original file line number Diff line number Diff line change @@ -39,8 +39,15 @@ export class AppModule { }
39
39
40
40
### Compatibility
41
41
42
- * ` @angular/core ` : >= 14.0.0
43
- * ` @angular/cdk ` : >= 14.0.0
42
+ #### Version [ ` 3.0.0 ` ]
43
+
44
+ * ` @angular/core ` : ` ^16.0.0 `
45
+ * ` @angular/cdk ` : ` ^16.0.0 `
46
+
47
+ #### Version [ ` 2.0.0 ` ]
48
+
49
+ * ` @angular/core ` : ` ^14.0.0 ` || ` ^15.0.0 `
50
+ * ` @angular/cdk ` : ` ^14.0.0 ` || ` ^15.0.0 `
44
51
45
52
## Localization
46
53
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngx-touch-keyboard" ,
3
- "version" : " 2.5 .0" ,
3
+ "version" : " 3.0 .0" ,
4
4
"description" : " Virtual Keyboard for Angular applications" ,
5
5
"peerDependencies" : {
6
- "@angular/common" : " >=14 .0.0" ,
7
- "@angular/core" : " >=14 .0.0" ,
8
- "@angular/cdk" : " >=14 .0.0"
6
+ "@angular/common" : " >=16 .0.0" ,
7
+ "@angular/core" : " >=16 .0.0" ,
8
+ "@angular/cdk" : " >=16 .0.0"
9
9
},
10
10
"dependencies" : {
11
11
"tslib" : " ^2.3.0"
You can’t perform that action at this time.
0 commit comments