@sapui5/sap.ui.richtexteditor 1.120.40 → 1.120.42
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/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<vendor>SAP SE</vendor>
|
|
6
6
|
<copyright>SAPUI5
|
|
7
7
|
* (c) Copyright 2009-2023 SAP SE. All rights reserved.</copyright>
|
|
8
|
-
<version>1.120.
|
|
8
|
+
<version>1.120.42</version>
|
|
9
9
|
|
|
10
10
|
<documentation>A rich text editor (RTE) control. Requires installation of an additional rich text editor library.</documentation>
|
|
11
11
|
|
|
@@ -84,6 +84,7 @@ sap.ui.define([
|
|
|
84
84
|
*
|
|
85
85
|
* <b>Note: The <code>RichTextEditor</code> uses a third-party component and therefore
|
|
86
86
|
* some additional restrictions apply for its proper usage and support.
|
|
87
|
+
* Use the native third-party API cautiously. Ensure you migrate to newer versions within 12 months of deprecation. Unsupported third-party versions, once deprecated by us, may be removed without notice if critical vulnerabilities or other serious issues are discovered in their code.
|
|
87
88
|
* For more information see the Preamble section in {@link topic:d4f3f1598373452bb73f2120930c133c sap.ui.richtexteditor}.
|
|
88
89
|
* </b>
|
|
89
90
|
*
|
|
@@ -199,7 +200,8 @@ sap.ui.define([
|
|
|
199
200
|
* not an enumeration).
|
|
200
201
|
*
|
|
201
202
|
* <b>Notes:</b>
|
|
202
|
-
* <ul><li>
|
|
203
|
+
* <ul><li>Do not use TinyMCE versions that are no longer supported. We may remove such versions without notice in future releases if critical vulnerabilities or other serious issues are discovered in their code.</li>
|
|
204
|
+
* <li>Setting the property to <code>TinyMCE</code> loads the latest TinyMCE available.</li>
|
|
203
205
|
* <li>Any attempts to set this property after the first rendering will not
|
|
204
206
|
* have any effect.</li>
|
|
205
207
|
* <li>The default value of the property will always resolve to the recommended version by UI5. Due to the different support cycles, we will be constantly getting newer TinyMCE versions and update the default value accordingly.</li>
|
|
@@ -685,6 +687,8 @@ sap.ui.define([
|
|
|
685
687
|
* Returns the current editor's instance.
|
|
686
688
|
* CAUTION: using the native editor introduces a dependency to that editor and breaks the wrapping character of the RichTextEditor control, so it should only be done in justified cases.
|
|
687
689
|
*
|
|
690
|
+
* <b>Note: Use the native third-party API cautiously. Ensure you migrate to newer versions within 12 months of deprecation. Unsupported third-party versions, once deprecated by us, may be removed without notice if critical vulnerabilities or other serious issues are discovered in their code.</b>
|
|
691
|
+
*
|
|
688
692
|
* @returns {object} The native editor object (here: The TinyMCE editor instance)
|
|
689
693
|
* @public
|
|
690
694
|
*/
|
|
@@ -34,7 +34,7 @@ sap.ui.define([
|
|
|
34
34
|
"sap.ui.richtexteditor.RTESplitButton"
|
|
35
35
|
],
|
|
36
36
|
elements: [],
|
|
37
|
-
version: "1.120.
|
|
37
|
+
version: "1.120.42"
|
|
38
38
|
});
|
|
39
39
|
|
|
40
40
|
/**
|
|
@@ -49,6 +49,7 @@ sap.ui.define([
|
|
|
49
49
|
|
|
50
50
|
/**
|
|
51
51
|
* Determines which editor component should be used for editing the text.
|
|
52
|
+
* <b>Note: To ensure stability and to access the latest features, use the most current TinyMCE version supported by your SAPUI5 version by setting the property to <code>TinyMCE</code>. </br> Unsupported TinyMCE versions with critical vulnerabilities or other serious issues may be removed without notice.</b>
|
|
52
53
|
*
|
|
53
54
|
* @enum {string}
|
|
54
55
|
* @public
|