Skip to content

Commit 06b7760

Browse files
committed
Put support versions list in a table for beter clarity
1 parent 8accefb commit 06b7760

File tree

1 file changed

+11
-24
lines changed

1 file changed

+11
-24
lines changed

README.md

Lines changed: 11 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,21 @@
44

55
This package is a thin wrapper around [TinyMCE](https://github.com/tinymce/tinymce) to make it easier to use in an Angular application.
66

7-
* If you need detailed documentation on TinyMCE, see: [TinyMCE Documentation](https://www.tiny.cloud/docs/tinymce/7/).
8-
* For the TinyMCE Angular Quick Start, see: [TinyMCE Documentation - Angular Integration](https://www.tiny.cloud/docs/tinymce/7/angular-cloud/).
9-
* For the TinyMCE Angular Technical Reference, see: [TinyMCE Documentation - TinyMCE Angular Technical Reference](https://www.tiny.cloud/docs/tinymce/7/angular-ref/).
7+
* If you need detailed documentation on TinyMCE, see: [TinyMCE Documentation](https://www.tiny.cloud/docs/tinymce/latest/).
8+
* For the TinyMCE Angular Quick Start, see: [TinyMCE Documentation - Angular Integration](https://www.tiny.cloud/docs/tinymce/latest/angular-cloud/).
9+
* For the TinyMCE Angular Technical Reference, see: [TinyMCE Documentation - TinyMCE Angular Technical Reference](https://www.tiny.cloud/docs/tinymce/latest/angular-ref/).
1010
* For our quick demos, check out the TinyMCE Angular [Storybook](https://tinymce.github.io/tinymce-angular/).
1111

1212
### Support
1313

14-
For Angular 16+, use integration version 8.x:
15-
16-
`npm install @tinymce/tinymce-angular@^8`
17-
18-
For Angular 14+, use integration version 7.x:
19-
20-
`npm install @tinymce/tinymce-angular@^7`
21-
22-
For Angular 13+, use integration version 6.x:
23-
24-
`npm install @tinymce/tinymce-angular@^6`
25-
26-
For Angular 9+, use integration version 4.x:
27-
28-
`npm install @tinymce/tinymce-angular@^4`
29-
30-
For Angular 8 and below use integration version 3.x:
31-
32-
`npm install @tinymce/tinymce-angular@^3`
33-
34-
Versions below Angular 5 are not supported.
14+
|Angular version|`tinymce-angular` version|
15+
|--- |--- |
16+
|16+ |8+ |
17+
|14+ |7.x |
18+
|13+ |6.x |
19+
|9+ |4.x |
20+
|<= 8 |3.x |
21+
|< 5 | Not supported |
3522

3623
### Issues
3724

0 commit comments

Comments
 (0)