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+
15<a name =" 1.0.2 " ></a >
26## [ 1.0.2] ( https://github.com/kolkov/angular-editor/compare/v1.0.1...v1.0.2 ) (2019-11-28) Technical release
37* Readme update for npmjs.com
812
913<a name =" 1.0.0 " ></a >
1014## [ 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 1414[ ![ codecov] ( https://codecov.io/gh/kolkov/angular-editor/branch/master/graph/badge.svg )] ( https://codecov.io/gh/kolkov/angular-editor )
1515[ ![ Donate] ( https://img.shields.io/badge/Donate-PayPal-green.svg )] ( https://paypal.me/AndreyKolkov )
1616
17- A simple native WYSIWYG/Rich Text editor for Angular 6-12 +
17+ A simple native WYSIWYG/Rich Text editor for Angular 6-13 +
1818
1919![ Nov-27-2019 17-26-29] ( https://user-images.githubusercontent.com/216412/69763434-259cd800-113b-11ea-918f-0565ebce0e48.gif )
2020
@@ -33,6 +33,8 @@ npm install @kolkov/angular-editor --save
3333```
3434### Versions
3535
36+ 2.0.0 and above - for Angular v13.0.0 and above
37+
36381.0.0 and above - for Angular v8.x.x and above
3739
38400.18.4 and above - for Angular v7.x.x
Original file line number Diff line number Diff line change 11{
22 "name" : " @kolkov/angular-editor" ,
3- "version" : " 1.2 .0" ,
3+ "version" : " 2.0 .0" ,
44 "scripts" : {
55 "ng" : " ng" ,
66 "start" : " ng serve" ,
Original file line number Diff line number Diff line change 11{
22 "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." ,
55 "author" :
" Andrey Kolkov <[email protected] >" ,
66 "repository" : " https://github.com/kolkov/angular-editor" ,
77 "license" : " MIT" ,
1010 "url" : " https://github.com/kolkov/angular-editor/issues"
1111 },
1212 "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"
1815 },
1916 "dependencies" : {
20- "tslib" : " ^2.0 .0"
17+ "tslib" : " ^2.3 .0"
2118 },
2219 "keywords" : [
2320 " angular" ,
You can’t perform that action at this time.
0 commit comments