You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a list of valid constructs, see: https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html#sum[Java 8: `java.util.regex` - Summary of regular-expression constructs].
Copy file name to clipboardExpand all lines: modules/ROOT/pages/general-configuration-guide/customize-ui.adoc
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,7 @@ See the xref:configure/editor-appearance.adoc#max_height[max_height], xref:confi
86
86
87
87
The editable area can also automatically resize itself as the user enters content into the iframe with the xref:plugins/opensource/autoresize.adoc[Autoresize plugin]. Users can resize the editor on both the horizontal and vertical access by dragging the status bar handle with the xref:configure/editor-appearance.adoc#resize[resize] configuration option.
88
88
89
+
[[customizingtheeditableareawithcontent_css]]
89
90
== Customizing the editable area with content_css
90
91
91
92
Use the xref:configure/content-appearance.adoc#content_css[`content_css`] customization option to ensure that {productname}'s editable area has the same styling as the surrounding content.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/general-configuration-guide/spell-checking.adoc
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
5
5
{productname} provides several options to bring spell checking capabilities to your users.
6
6
7
+
[[browser-basedspellchecking]]
7
8
== Browser-based spell checking
8
9
9
10
Assign the xref:configure/spelling.adoc#browser_spellcheck[`browser_spellcheck`] configuration option the value of `true` to utilize the browser's native spell check functionality. Disabling the xref:configure/editor-appearance.adoc#contextmenu[`contextmenu`] option _may_ be required depending on the right-click or context usability requirement.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/release-notes/release-notes54.adoc
+51-41Lines changed: 51 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,18 +7,19 @@
7
7
8
8
{productname} 5.4 was released for {enterpriseversion} and {cloudname} on Thursday, July 23^rd^, 2020. It includes {productname} 5.4.1 and additional changes to premium plugins. These release notes provide an overview of the changes for {productname} 5.4, including:
9
9
10
-
* <<tinymce54newfeaturesandenhancements,TinyMCE 5.4 new features and enhancements>>
The following new features and enhancements were added for the {productname} 5.4 release.
@@ -29,38 +30,39 @@ The {productname} 5.4 release includes the following improvements for the table
29
30
30
31
* Adds: commands, APIs, and icons for; cut, copy, and paste columns.
31
32
* Adds toolbar button icons for the cut, copy, and paste rows.
32
-
* Adds a new link:{baseurl}/plugins/opensource/table/#commands[`mceTableApplyCellStyle`] command for applying selected styles to table cells.
33
-
* Adds a new link:{baseurl}/plugins/opensource/table/#table_header_type[`table_header_type`] option for setting the HTML structure used for table header rows.
33
+
* Adds a new xref:plugins/opensource/table.adoc#commands[`mceTableApplyCellStyle`] command for applying selected styles to table cells.
34
+
* Adds a new xref:plugins/opensource/table.adoc#table_header_type[`table_header_type`] option for setting the HTML structure used for table header rows.
34
35
* Adds table row, column, and cell type commands and queries.
35
-
* Adds a new link:{baseurl}/plugins/opensource/table/#table_sizing_mode[`table_sizing_mode`] option and a new link:{baseurl}/plugins/opensource/table/#commands[`mceTableSizingMode`] command for setting the method for measuring table cell width: `fixed`, `relative`, or `responsive`.
36
-
* Extends the link:{baseurl}/plugins/opensource/table/#commands[`mceInsertTable`] command for adding tables without the dialog.
36
+
* Adds a new xref:plugins/opensource/table.adoc#table_sizing_mode[`table_sizing_mode`] option and a new xref:plugins/opensource/table.adoc#commands[`mceTableSizingMode`] command for setting the method for measuring table cell width: `fixed`, `relative`, or `responsive`.
37
+
* Extends the xref:plugins/opensource/table.adoc#commands[`mceInsertTable`] command for adding tables without the dialog.
37
38
38
-
For information on the table plugin, see: link:{baseurl}/plugins/opensource/table/[Table plugin].
39
+
For information on the table plugin, see: xref:plugins/opensource/table.adoc[Table plugin].
39
40
40
41
For a list of:
41
42
42
-
* Menu items, including table-related menu items and menu sections, see: link:{baseurl}/advanced/available-menu-items/[Menu Items Available for {productname}].
43
-
* Available icons, including table-related icons, see: link:{baseurl}/advanced/editor-icon-identifiers/[Available icons].
* Menu items, including table-related menu items and menu sections, see: xref:advanced/available-menu-items.adoc[Menu Items Available for {productname}].
44
+
* Available icons, including table-related icons, see: xref:advanced/editor-icon-identifiers.adoc[Available icons].
To simplify creating custom components and plugins, the icon look-up is now case-insensitive. This will assist with adding icons to custom toolbar buttons, menu sections, and menu items.
50
51
51
-
For list of icons provided with {productname}, see: link:{baseurl}/advanced/editor-icon-identifiers/[Available icons].
52
+
For list of icons provided with {productname}, see: xref:advanced/editor-icon-identifiers.adoc[Available icons].
* Creating and adding a custom icon pack, see: xref:advanced/creating-an-icon-pack.adoc[Create an icon pack for TinyMCE].
57
58
58
59
=== New option for blocking unsupported files from being drag and dropped into the editor
59
60
60
61
The `block_unsupported_drop` option blocks unsupported images and files from being dropped into the editor. This option is enabled by default. If this option is disabled (`false`), users can drop an unsupported file into the editor, which will cause the browser to navigate away from the page containing the editor.
61
62
62
-
For information on the `block_unsupported_drop` option, see: link:{baseurl}/configure/file-image-upload/#block_unsupported_drop[Image & file options - `block_unsupported_drop`].
63
+
For information on the `block_unsupported_drop` option, see: xref:configure/file-image-upload.adoc#block_unsupported_drop[Image & file options - `block_unsupported_drop`].
63
64
65
+
[[accompanyingpremiumpluginchanges]]
64
66
== Accompanying Premium Plugin changes
65
67
66
68
The following premium plugin updates were released alongside {productname} 5.4.
@@ -74,7 +76,7 @@ The {productname} 5.4 release includes an accompanying release of the *Advanced
74
76
* Added search/replace support.
75
77
* Fixed the editor `referrer_policy` option not working when loading additional resources.
76
78
77
-
For information on the Advanced Code Editor plugin, see: link:{baseurl}/plugins/premium/advcode/[Advanced Code Editor plugin].
79
+
For information on the Advanced Code Editor plugin, see: xref:plugins/premium/advcode.adoc[Advanced Code Editor plugin].
78
80
79
81
=== PowerPaste 5.3.1
80
82
@@ -85,8 +87,9 @@ The {productname} 5.4 release includes an accompanying release of the *PowerPast
85
87
* Fixed PowerPaste not able to load the `wordimport.js` resource when bundled.
86
88
* Fixed the editor `referrer_policy` option not working when loading additional resources.
87
89
88
-
For information on the PowerPaste plugin, see: link:{baseurl}/plugins/premium/powerpaste/[PowerPaste plugin].
90
+
For information on the PowerPaste plugin, see: xref:plugins/premium/powerpaste.adoc[PowerPaste plugin].
The {productname} 5.4 release includes accompanying changes affecting the {productname} *self-hosted* services for the following plugins:
@@ -98,15 +101,15 @@ The {productname} 5.4 release includes accompanying changes affecting the {produ
98
101
99
102
The Java server-side components (`ephox-spelling.war`, `ephox-hyperlinking.war`, and `ephox-image-proxy.war`) have been updated to *version 2.5.0*.
100
103
101
-
This version requires Java 8 or higher. For information on the removal of Java 7 support, see: link:{baseurl}/release-notes/release-notes53/#removalofjava7support[Removal of Java 7 support for TinyMCE 5.3 and later].
104
+
This version requires Java 8 or higher. For information on the removal of Java 7 support, see: xref:release-notes/release-notes53.adoc#removalofjava7support[Removal of Java 7 support for TinyMCE 5.3 and later].
102
105
103
106
For information on:
104
107
105
-
* The Spell Checker Pro plugin, see: link:{baseurl}/plugins/premium/tinymcespellchecker/[Spell Checker Pro plugin].
106
-
* The Link Checker plugin, see: link:{baseurl}/plugins/premium/linkchecker/[Link Checker plugin].
107
-
* The Image Tools plugin, see: link:{baseurl}/plugins/opensource/imagetools/[Image Tools plugin].
108
-
* The Enhanced Media Embed plugin, see: link:{baseurl}/plugins/premium/mediaembed/[Enhanced Media Embed plugin].
109
-
* Deploying the server-side components, see: link:{baseurl}/enterprise/server/[Server-side component installation].
108
+
* The Spell Checker Pro plugin, see: xref:plugins/premium/tinymcespellchecker.adoc[Spell Checker Pro plugin].
109
+
* The Link Checker plugin, see: xref:plugins/premium/linkchecker.adoc[Link Checker plugin].
110
+
* The Image Tools plugin, see: xref:plugins/opensource/imagetools.adoc[Image Tools plugin].
111
+
* The Enhanced Media Embed plugin, see: xref:plugins/premium/mediaembed.adoc[Enhanced Media Embed plugin].
112
+
* Deploying the server-side components, see: xref:enterprise/server/index.adoc[Server-side component installation].
110
113
111
114
=== Security update for self-hosted server-side components
112
115
@@ -123,9 +126,10 @@ Version 2.5.0 provides security updates for the Java-based server-side component
123
126
124
127
For information on:
125
128
126
-
* Deploying the server-side components, see: link:{baseurl}/enterprise/server/[Server-side component installation].
127
-
* Deploying the server-side components using Docker, see: link:{baseurl}/enterprise/server/dockerservices/[Containerized service deployments].
129
+
* Deploying the server-side components, see: xref:enterprise/server/index.adoc[Server-side component installation].
130
+
* Deploying the server-side components using Docker, see: xref:enterprise/server/dockerservices.adoc[Containerized service deployments].
128
131
132
+
[[minorchangesfortinymce54]]
129
133
== Minor changes for TinyMCE 5.4
130
134
131
135
{productname} 5.4 introduces the following minor changes:
@@ -141,6 +145,7 @@ For information on:
141
145
* Changed the DOM location of menus so that they display correctly when the editor is in a ShadowRoot.
142
146
* Changed the table plugin to correctly detect all valid header row structures.
143
147
148
+
[[generalbugfixes]]
144
149
== General bug fixes
145
150
146
151
{productname} 5.4 provides fixes for the following bugs:
@@ -166,18 +171,20 @@ For information on:
166
171
* Fixed Oxide checklist styles not showing when printing.
167
172
* Fixed bug with `scope` attribute not being added to the cells of header rows.
168
173
174
+
[[securityfixes]]
169
175
== Security fixes
170
176
171
177
{productname} 5.4 provides fixes for the following security issues:
172
178
173
179
* Fixed content in an iframe element parsing as DOM elements instead of text content.
174
180
181
+
[[deprecatedfeatures]]
175
182
== Deprecated features
176
183
177
184
The following features have been deprecated with the release of {productname} 5.4:
* xref:thetable_responsive_widthoption[The `table_responsive_width` option in the Table plugin].
181
188
182
189
[[thefreetinymcespellcheckerplugin]]
183
190
=== The free TinyMCE Spell Checker plugin
@@ -186,26 +193,29 @@ The *free* {productname} Spell Checker plugin (`spellchecker`) has been deprecat
186
193
187
194
This change *_does not_* affect:
188
195
189
-
* link:{baseurl}/plugins/premium/tinymcespellchecker/[The Spellchecker Pro premium plugin].
190
-
* link:{baseurl}/general-configuration-guide/spell-checking/#browser-basedspellchecking[Browser-based spell checking in {productname}].
196
+
* xref:plugins/premium/tinymcespellchecker.adoc[The Spellchecker Pro premium plugin].
197
+
* xref:general-configuration-guide/spell-checking.adoc#browser-basedspellchecking[Browser-based spell checking in {productname}].
191
198
192
199
To develop and maintain a new spellchecking plugin based on the free {productname} Spell Checker plugin:
193
200
194
201
* Fork the PHP backend program from the https://github.com/tinymce/tinymce_spellchecker_php[_tinymce/tinymce_spellchecker_php_ GitHub repository].
195
202
* Extract the Spell Checker user interface from the https://github.com/tinymce/tinymce/tree/develop/modules/tinymce/src/plugins/spellchecker[Spellchecker plugin directory in the _tinymce/tinymce_ GitHub repository].
196
203
204
+
[[thetable_responsive_widthoption]]
197
205
=== The `table_responsive_width` option
198
206
199
-
The `table_responsive_width` option has been deprecated with the release of {productname} 5.4. This option has been replaced by link:{baseurl}/plugins/opensource/table/#table_sizing_mode[`table_sizing_mode`].
207
+
The `table_responsive_width` option has been deprecated with the release of {productname} 5.4. This option has been replaced by xref:plugins/opensource/table.adoc#table_sizing_mode[`table_sizing_mode`].
200
208
209
+
[[knownissues]]
201
210
== Known issues
202
211
203
212
This section describes issues that users of {productname} 5.4 may encounter, as well as possible workarounds for these issues.
204
213
205
214
*Outline*
206
215
207
-
* <<topandbottomeditoranchorsappearinlinksautocompletelistwhendisabled,Top and bottom editor anchors appear in links autocomplete list when disabled>>
216
+
* xref:topandbottomeditoranchorsappearinlinksautocompletelistwhendisabled[Top and bottom editor anchors appear in links autocomplete list when disabled]
=== Top and bottom editor anchors appear in links autocomplete list when disabled
210
220
211
221
==== Issue
@@ -219,8 +229,8 @@ When these options are set to `false`, the relevant anchors should not appear as
219
229
220
230
For information on:
221
231
222
-
* The `anchor_top` option, see: link:{baseurl}/configure/url-handling/#anchor_top[URL handling options - `anchor_top`].
223
-
* The `anchor_bottom` option, see: link:{baseurl}/configure/url-handling/#anchor_bottom[URL handling options - `anchor_bottom`].
232
+
* The `anchor_top` option, see: xref:configure/url-handling.adoc#anchor_top[URL handling options - `anchor_top`].
233
+
* The `anchor_bottom` option, see: xref:configure/url-handling.adoc#anchor_bottom[URL handling options - `anchor_bottom`].
224
234
225
235
==== Workaround
226
236
@@ -236,7 +246,7 @@ tinymce.init({
236
246
});
237
247
----
238
248
239
-
For information on the `typeahead_urls` option, see: link:{baseurl}/configure/advanced-editing-behavior/#typeahead_urls[Advanced editing behaviors - `typeahead_urls`].
249
+
For information on the `typeahead_urls` option, see: xref:configure/advanced-editing-behavior.adoc#typeahead_urls[Advanced editing behaviors - `typeahead_urls`].
0 commit comments