@sapui5/sap.ui.richtexteditor 1.136.11 → 1.136.13
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 +1 -1
- package/src/sap/ui/richtexteditor/.library +1 -1
- package/src/sap/ui/richtexteditor/RTESplitButton.js +1 -1
- package/src/sap/ui/richtexteditor/RichTextEditor.js +5 -1
- package/src/sap/ui/richtexteditor/library.js +2 -1
- package/src/sap/ui/richtexteditor/messagebundle_sl.properties +1 -1
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<vendor>SAP SE</vendor>
|
|
6
6
|
<copyright>SAPUI5
|
|
7
7
|
* (c) Copyright 2025 SAP SE. All rights reserved.</copyright>
|
|
8
|
-
<version>1.136.
|
|
8
|
+
<version>1.136.13</version>
|
|
9
9
|
|
|
10
10
|
<documentation>A rich text editor (RTE) control. Requires installation of an additional rich text editor library.</documentation>
|
|
11
11
|
|
|
@@ -86,6 +86,7 @@ sap.ui.define([
|
|
|
86
86
|
*
|
|
87
87
|
* <b>Note: The <code>RichTextEditor</code> uses a third-party component and therefore
|
|
88
88
|
* some additional restrictions apply for its proper usage and support.
|
|
89
|
+
* 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.
|
|
89
90
|
* For more information see the Preamble section in {@link topic:d4f3f1598373452bb73f2120930c133c sap.ui.richtexteditor}.
|
|
90
91
|
* </b>
|
|
91
92
|
*
|
|
@@ -201,7 +202,8 @@ sap.ui.define([
|
|
|
201
202
|
* not an enumeration).
|
|
202
203
|
*
|
|
203
204
|
* <b>Notes:</b>
|
|
204
|
-
* <ul><li>
|
|
205
|
+
* <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>
|
|
206
|
+
* <li>Setting the property to <code>TinyMCE</code> loads the latest TinyMCE available.</li>
|
|
205
207
|
* <li>Any attempts to set this property after the first rendering will not
|
|
206
208
|
* have any effect.</li>
|
|
207
209
|
* <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>
|
|
@@ -697,6 +699,8 @@ sap.ui.define([
|
|
|
697
699
|
* Returns the current editor's instance.
|
|
698
700
|
* 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.
|
|
699
701
|
*
|
|
702
|
+
* <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>
|
|
703
|
+
*
|
|
700
704
|
* @returns {object} The native editor object (here: The TinyMCE editor instance)
|
|
701
705
|
* @public
|
|
702
706
|
*/
|
|
@@ -37,7 +37,7 @@ sap.ui.define([
|
|
|
37
37
|
"sap.ui.richtexteditor.RTESplitButton"
|
|
38
38
|
],
|
|
39
39
|
elements: [],
|
|
40
|
-
version: "1.136.
|
|
40
|
+
version: "1.136.13"
|
|
41
41
|
});
|
|
42
42
|
|
|
43
43
|
/**
|
|
@@ -52,6 +52,7 @@ sap.ui.define([
|
|
|
52
52
|
|
|
53
53
|
/**
|
|
54
54
|
* Determines which editor component should be used for editing the text.
|
|
55
|
+
* <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>
|
|
55
56
|
*
|
|
56
57
|
* @enum {string}
|
|
57
58
|
* @public
|
|
@@ -21,7 +21,7 @@ UNDERLINE_BUTTON_TOOLTIP=Pod\u010Drtano
|
|
|
21
21
|
STRIKETHROUGH_BUTTON_TOOLTIP=Pre\u010Drtano
|
|
22
22
|
|
|
23
23
|
#XTOL: Tooltip for text align menu button
|
|
24
|
-
TEXTALIGN_BUTTON_TOOLTIP=Poravnava
|
|
24
|
+
TEXTALIGN_BUTTON_TOOLTIP=Poravnava besedila
|
|
25
25
|
|
|
26
26
|
#XTOL: Tooltip for text formatBlock menu button
|
|
27
27
|
FORMAT_BUTTON_TOOLTIP=Oblika
|