File tree Expand file tree Collapse file tree 4 files changed +14
-10
lines changed Expand file tree Collapse file tree 4 files changed +14
-10
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" 2.0.0 " ></a >
2
+ ## [ 1.0.2] ( https://github.com/kolkov/angular-editor/compare/v1.2.0...v2.0.0 ) (2022-01-06) Majore release
3
+ * Update to Angular v.13 and new Ivy compatible package format
4
+
1
5
<a name =" 1.0.2 " ></a >
2
6
## [ 1.0.2] ( https://github.com/kolkov/angular-editor/compare/v1.0.1...v1.0.2 ) (2019-11-28) Technical release
3
7
* Readme update for npmjs.com
8
12
9
13
<a name =" 1.0.0 " ></a >
10
14
## [ 1.0.0] ( https://github.com/kolkov/angular-editor/compare/v1.0.0-rc.2...v1.0.0 ) (2019-11-27) Initial release
15
+
Original file line number Diff line number Diff line change 14
14
[ ![ codecov] ( https://codecov.io/gh/kolkov/angular-editor/branch/master/graph/badge.svg )] ( https://codecov.io/gh/kolkov/angular-editor )
15
15
[ ![ Donate] ( https://img.shields.io/badge/Donate-PayPal-green.svg )] ( https://paypal.me/AndreyKolkov )
16
16
17
- A simple native WYSIWYG/Rich Text editor for Angular 6-12 +
17
+ A simple native WYSIWYG/Rich Text editor for Angular 6-13 +
18
18
19
19
![ Nov-27-2019 17-26-29] ( https://user-images.githubusercontent.com/216412/69763434-259cd800-113b-11ea-918f-0565ebce0e48.gif )
20
20
@@ -33,6 +33,8 @@ npm install @kolkov/angular-editor --save
33
33
```
34
34
### Versions
35
35
36
+ 2.0.0 and above - for Angular v13.0.0 and above
37
+
36
38
1.0.0 and above - for Angular v8.x.x and above
37
39
38
40
0.18.4 and above - for Angular v7.x.x
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kolkov/angular-editor" ,
3
- "version" : " 1.2 .0" ,
3
+ "version" : " 2.0 .0" ,
4
4
"scripts" : {
5
5
"ng" : " ng" ,
6
6
"start" : " ng serve" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kolkov/angular-editor" ,
3
- "version" : " 1.2 .0" ,
4
- "description" : " A simple native WYSIWYG editor for Angular 8+, 12 +. Rich Text editor component for Angular." ,
3
+ "version" : " 2.0 .0" ,
4
+ "description" : " A simple native WYSIWYG editor for Angular 8+, 13 +. Rich Text editor component for Angular." ,
5
5
"author" : " Andrey Kolkov <a.kolkov@gmail.com>" ,
6
6
"repository" : " https://github.com/kolkov/angular-editor" ,
7
7
"license" : " MIT" ,
10
10
"url" : " https://github.com/kolkov/angular-editor/issues"
11
11
},
12
12
"peerDependencies" : {
13
- "@angular/common" : " >=8.0.0 <13" ,
14
- "@angular/core" : " >=8.0.0 <13" ,
15
- "@angular/forms" : " >=8.0.0 <13" ,
16
- "@angular/platform-browser" : " >=8.0.0 <13" ,
17
- "rxjs" : " ^6.x.x"
13
+ "@angular/common" : " >=13 <14" ,
14
+ "@angular/core" : " >=13 <14"
18
15
},
19
16
"dependencies" : {
20
- "tslib" : " ^2.0 .0"
17
+ "tslib" : " ^2.3 .0"
21
18
},
22
19
"keywords" : [
23
20
" angular" ,
You can’t perform that action at this time.
0 commit comments