@tinymce/tinymce-angular 6.0.1 → 6.0.2-feature.20220525234551198.shab218449
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,16 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
This package is a thin wrapper around [TinyMCE](https://github.com/tinymce/tinymce) to make it easier to use in an Angular application.
|
|
6
6
|
|
|
7
|
-
* If you need detailed documentation on TinyMCE, see: [TinyMCE Documentation](https://www.tiny.cloud/docs/).
|
|
8
|
-
* For the TinyMCE Angular Quick Start, see: [TinyMCE Documentation - Angular Integration](https://www.tiny.cloud/docs/
|
|
9
|
-
* For the TinyMCE Angular Technical Reference, see: [TinyMCE Documentation - TinyMCE Angular Technical Reference](https://www.tiny.cloud/docs/
|
|
7
|
+
* If you need detailed documentation on TinyMCE, see: [TinyMCE Documentation](https://www.tiny.cloud/docs/tinymce/6/).
|
|
8
|
+
* For the TinyMCE Angular Quick Start, see: [TinyMCE Documentation - Angular Integration](https://www.tiny.cloud/docs/tinymce/6/angular-cloud/).
|
|
9
|
+
* For the TinyMCE Angular Technical Reference, see: [TinyMCE Documentation - TinyMCE Angular Technical Reference](https://www.tiny.cloud/docs/tinymce/6/angular-ref/).
|
|
10
10
|
* For our quick demos, check out the TinyMCE Angular [Storybook](https://tinymce.github.io/tinymce-angular/).
|
|
11
11
|
|
|
12
12
|
### Support
|
|
13
13
|
|
|
14
|
-
For Angular 13+, use integration version
|
|
14
|
+
For Angular 13+, use integration version 6.x:
|
|
15
15
|
|
|
16
|
-
`npm install @tinymce/tinymce-angular@^
|
|
16
|
+
`npm install @tinymce/tinymce-angular@^6.0.0`
|
|
17
17
|
|
|
18
18
|
For Angular 9+, use integration version 4.x:
|
|
19
19
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tinymce/tinymce-angular",
|
|
3
3
|
"description": "Official TinyMCE Angular Component",
|
|
4
|
-
"version": "6.0.
|
|
4
|
+
"version": "6.0.2-feature.20220525234551198.shab218449",
|
|
5
5
|
"repository": "https://github.com/tinymce/tinymce-angular.git",
|
|
6
6
|
"author": "Ephox Corporation DBA Tiny Technologies, Inc.",
|
|
7
7
|
"license": "MIT",
|