Skip to content

Commit d99608c

Browse files
Feature/tinymce5update 3 releases 5.9 to 5.8 (#2316)
* fix links in -> Release -> TinyMCE 5.9 * fix links in -> Release -> TinyMCE 5.8.2 * fix links in -> Release -> TinyMCE 5.8.1 * fix links in -> Release -> TinyMCE 5.8 * add missing backticks * add missing backticks * fix some anchors * fix link
1 parent 8fd9664 commit d99608c

28 files changed

+174
-113
lines changed

modules/ROOT/pages/advanced/available-menu-items.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ tinyMCE.activeEditor.ui.registry.getAll().menuItems
1313

1414
include::partial$misc/menu-item-settings.adoc[]
1515

16+
[[thecoremenuitems]]
1617
== The core menu items
1718

1819
The following menu items are available for all {productname} instances without enabling any plugins:

modules/ROOT/pages/enterprise/server/configure.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ ephox {
172172
}
173173
----
174174

175+
[[allowed-originsignore-portoptional]]
175176
==== `allowed-origins.ignore-port` (optional)
176177

177178
include::partial$misc/list_ignore_port_service_versions.adoc[]
@@ -438,6 +439,7 @@ For information on creating custom dictionaries, see: link:{baseurl}/enterprise/
438439

439440
include::partial$misc/custom-dictionaries-path.adoc[]
440441

442+
[[dynamic-custom-dictionariesoptional]]
441443
==== `dynamic-custom-dictionaries` (optional)
442444

443445
include::partial$misc/dynamic-custom-dictionaries.adoc[]

modules/ROOT/pages/plugins/opensource/table.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ tinymce.activeEditor.plugins.table.insertTable(2, 3);
155155

156156
include::partial$events/table-events.adoc[]
157157

158+
[[commands]]
158159
== Commands
159160

160161
The Table plugin provides the following JavaScript commands.

modules/ROOT/pages/plugins/premium/advtable.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ The plugin is capable of sorting:
5454

5555
NOTE: Currently, the sort function will treat cells with Alphanumeric data as Text data. This includes currency symbols which are text characters.
5656

57+
[[addingrownumberingtoatable]]
5758
== Adding row numbering to a table
5859

5960
include::partial$misc/requires_5_9v.adoc[]

modules/ROOT/pages/plugins/premium/tinymcespellchecker.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ The Spell Checker Pro plugin provides the following commands.
9393

9494
include::partial$commands/tinymcespellchecker-cmds.adoc[]
9595

96+
[[events]]
9697
== Events
9798

9899
include::partial$events/tinymcespellchecker-events.adoc[]

modules/ROOT/pages/release-notes/release-notes58.adoc

Lines changed: 43 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,19 @@
77

88
{productname} 5.8 was released for {enterpriseversion} and {cloudname} on Wednesday, May 19^th^, 2021. It includes {productname} 5.8 and additional changes to premium plugins. These release notes provide an overview of the changes for {productname} 5.8, including:
99

10-
* <<newfeatures,New features>>
11-
* <<enhancements,Enhancements>>
12-
* <<functionalitychanges,Functionality changes>>
13-
* <<accompanyingpremiumpluginchanges,Accompanying Premium Plugin changes>>
14-
* <<accompanyingpremiumskinsandiconpackschanges,Accompanying Premium Skins and Icon Packs changes>>
15-
* <<generalbugfixes,General bug fixes>>
16-
* <<deprecatedfeatures,Deprecated features>>
17-
* <<knownissues,Known issues>>
18-
* <<upgradingtothelatestversionoftinymce5,Upgrading to the latest version of TinyMCE 5>>
10+
* xref:newfeatures[New features]
11+
* xref:enhancements[Enhancements]
12+
* xref:functionalitychanges[Functionality changes]
13+
* xref:accompanyingpremiumpluginchanges[Accompanying Premium Plugin changes]
14+
* xref:accompanyingpremiumskinsandiconpackschanges[Accompanying Premium Skins and Icon Packs changes]
15+
* xref:generalbugfixes[General bug fixes]
16+
* xref:deprecatedfeatures[Deprecated features]
17+
* xref:knownissues[Known issues]
18+
* xref:upgradingtothelatestversionoftinymce5[Upgrading to the latest version of TinyMCE 5]
1919

2020
include::partial$misc/releasenotes_for_stable.adoc[]
2121

22+
[[newfeatures]]
2223
== New features
2324

2425
The following new features were added for the {productname} 5.8 release.
@@ -27,20 +28,21 @@ The following new features were added for the {productname} 5.8 release.
2728

2829
The new `fixed_toolbar_container_target` option allows the inline toolbar to be rendered in a specified `HTMLElement`, similar to the `fixed_toolbar_container` setting. This feature was contributed by https://github.com/pvrobays[pvrobays].
2930

30-
For information on the `fixed_toolbar_container_target` option, see link:{baseurl}/configure/editor-appearance/#fixed_toolbar_container_target[User interface options - `fixed_toolbar_container_target`].
31+
For information on the `fixed_toolbar_container_target` option, see xref:configure/editor-appearance.adoc#fixed_toolbar_container_target[User interface options - `fixed_toolbar_container_target`].
3132

3233
=== Added support for resizing the editor using the keyboard
3334

3435
Keyboard navigation can now be used to select the editor resize handle. Once it is selected, the arrow keys can be used to resize the editor.
3536

36-
For information on editor resizing, see: link:{baseurl}/configure/editor-appearance#resize[User interface options - Resize].
37+
For information on editor resizing, see: xref:configure/editor-appearance.adoc#resize[User interface options - Resize].
3738

3839
=== Additional new features
3940

4041
{productname} 5.8 introduces the following minor new features:
4142

4243
* Added the `PAGE_UP` and `PAGE_DOWN` key code constants to the `VK` API.
4344

45+
[[enhancements]]
4446
== Enhancements
4547

4648
The following enhancements were made for the {productname} 5.8 release.
@@ -49,7 +51,7 @@ The following enhancements were made for the {productname} 5.8 release.
4951

5052
Users can now escape inline elements (such as links and comments) using the `Home`, `End`, `PageUp`, and `PageDown` keys. Due to their unique behavior, `PageUp` and `PageDown` are not available in macOS.
5153

52-
For information on inline boundaries, see: link:{baseurl}/configure/content-appearance/#inline_boundaries[Content appearance options - Inline boundaries].
54+
For information on inline boundaries, see: xref:configure/content-appearance.adoc#inline_boundaries[Content appearance options - Inline boundaries].
5355

5456
=== Additional enhancements
5557

@@ -59,13 +61,15 @@ For information on inline boundaries, see: link:{baseurl}/configure/content-appe
5961
* Added HTML5 `audio` and `video` elements to the default alignment formats.
6062
* Added support for alpha list numbering to the list properties dialog.
6163

64+
[[functionalitychanges]]
6265
== Functionality changes
6366

6467
The following functionality changes were made for the {productname} 5.8 release:
6568

6669
* Updated the `image` dialog to display the class list dropdown as full-width if the caption checkbox is not present.
6770
* Renamed the "H Align" and "V Align" input labels in the Table Cell Properties dialog to "Horizontal align" and "Vertical align" respectively.
6871

72+
[[accompanyingpremiumpluginchanges]]
6973
== Accompanying Premium Plugin changes
7074

7175
The following premium plugin updates were released alongside {productname} 5.8.
@@ -82,7 +86,7 @@ The {productname} 5.8 release includes an accompanying release of the *Accessibi
8286
* Fixed help documentation URLs pointing to old website locations.
8387
* Fixed dialog button text incorrectly using title-style capitalization.
8488

85-
For information on the Accessibility Checker plugin, see: link:{baseurl}/plugins/premium/a11ychecker/[Accessibility Checker plugin].
89+
For information on the Accessibility Checker plugin, see: xref:plugins/premium/a11ychecker.adoc[Accessibility Checker plugin].
8690

8791
=== Comments 2.4.0
8892

@@ -92,10 +96,10 @@ This release adds new resolve conversation functionality, making it is possible
9296

9397
*Comments* 2.4.0 provides the following new features:
9498

95-
* Added a new `tinycomments_resolve` option for adding and configuring resolve conversation functionality for Comments in callback mode. For details, see: link:{baseurl}/plugins/premium/comments/comments_callback_mode/#tinycomments_resolve[Configuring comments callbacks - `tinycomments_resolve`].
96-
* Added a new `tinycomments_can_resolve` option for adding and configuring resolve conversation functionality for Comments in embedded mode. For details, see: link:{baseurl}/plugins/premium/comments/comments_embedded_mode/#tinycomments_can_resolve[Comments plugin - `tinycomments_can_resolve`].
99+
* Added a new `tinycomments_resolve` option for adding and configuring resolve conversation functionality for Comments in callback mode. For details, see: xref:plugins/premium/comments/comments_callback_mode.adoc#tinycomments_resolve[Configuring comments callbacks - `tinycomments_resolve`].
100+
* Added a new `tinycomments_can_resolve` option for adding and configuring resolve conversation functionality for Comments in embedded mode. For details, see: xref:plugins/premium/comments/comments_embedded_mode.adoc#tinycomments_can_resolve[Comments plugin - `tinycomments_can_resolve`].
97101

98-
For information on the Comments plugin, see: link:{baseurl}/plugins/premium/comments/[Comments plugin].
102+
For information on the Comments plugin, see: xref:plugins/premium/comments/index.adoc[Comments plugin].
99103

100104
=== Export 1.0.0
101105

@@ -110,7 +114,7 @@ The {productname} 5.8 release includes an accompanying release of the *Export* p
110114

111115
* Fixed an issue where internal document links did not navigate within the client-side PDF exporter output.
112116

113-
For information on the Export plugin, see: link:{baseurl}/plugins/premium/export/[Export plugin].
117+
For information on the Export plugin, see: xref:plugins/premium/export.adoc[Export plugin].
114118

115119
=== PowerPaste 5.5.0
116120

@@ -120,7 +124,7 @@ This release adds support for copying and pasting content from Google Docs, maki
120124

121125
*PowerPaste* 5.5.0 provides the following new features:
122126

123-
* Added Google Docs paste support which can be controlled using the new link:{baseurl}/plugins/premium/powerpaste/#powerpaste_googledocs_import[`powerpaste_googledocs_import` option].
127+
* Added Google Docs paste support which can be controlled using the new xref:plugins/premium/powerpaste.adoc#powerpaste_googledocs_import[`powerpaste_googledocs_import` option].
124128

125129
*PowerPaste* 5.5.0 provides the following improvements:
126130

@@ -135,8 +139,8 @@ This release adds support for copying and pasting content from Google Docs, maki
135139

136140
For information on:
137141

138-
* The PowerPaste plugin, see: link:{baseurl}/plugins/premium/powerpaste/[PowerPaste plugin].
139-
* PowerPaste support and compatibility, including Google Docs support, see: link:{baseurl}/enterprise/system-requirements/#powerpastesupportcopyandpaste[Supported Premium Versions and Platforms - PowerPaste support].
142+
* The PowerPaste plugin, see: xref:plugins/premium/powerpaste.adoc[PowerPaste plugin].
143+
* PowerPaste support and compatibility, including Google Docs support, see: xref:enterprise/system-requirements.adoc#powerpastesupportcopyandpaste[Supported Premium Versions and Platforms - PowerPaste support].
140144

141145
=== Spell Checker Pro 2.3.1
142146

@@ -149,16 +153,16 @@ The {productname} 5.8 release includes an accompanying release of the *Spell Che
149153
* Fixed `en_UK` and `en_BR` incorrectly spellchecking as US English instead of UK English.
150154
* Fixed menu items sometimes not rendering as toggled due to language codes using a case sensitive comparison.
151155

152-
For information on the Spell Checker Pro plugin, see: link:{baseurl}/plugins/premium/tinymcespellchecker/[Spell Checker Pro plugin].
156+
For information on the Spell Checker Pro plugin, see: xref:plugins/premium/tinymcespellchecker.adoc[Spell Checker Pro plugin].
153157

154158
=== Tiny Drive 1.4.0
155159

156160
The {productname} 5.8 release includes an accompanying release of *Tiny Drive*.
157161

158162
*Tiny Drive* 1.4.0 provides the following new features:
159163

160-
* Added a new link:{baseurl}/tinydrive/configuration/#tinydrive_skin[`tinydrive_skin`] option for applying a skin to the {productname} {cloudfilemanager} plugin.
161-
* Added a new link:{baseurl}/tinydrive/tinydrive-api/standalone/#skin[`skin`] option for applying a skin to standalone instances of {cloudfilemanager}. Before using this setting with {cloudfilemanager} 1.4.0, see: <<theconfiguredskinisignoredfortinydriveinstandalonemode,Known issues - The configured skin is ignored for Tiny Drive in standalone mode>>.
164+
* Added a new xref:tinydrive/configuration.adoc#tinydrive_skin[`tinydrive_skin`] option for applying a skin to the {productname} {cloudfilemanager} plugin.
165+
* Added a new xref:tinydrive/tinydrive-api/standalone.adoc#skin[`skin`] option for applying a skin to standalone instances of {cloudfilemanager}. Before using this setting with {cloudfilemanager} 1.4.0, see: xref:theconfiguredskinisignoredfortinydriveinstandalonemode[Known issues - The configured skin is ignored for Tiny Drive in standalone mode].
162166
* Added a new `oxide-dark` skin for standalone and plugin mode.
163167
* Added a new PDF viewer to add previews for PDF files.
164168

@@ -168,8 +172,9 @@ The {productname} 5.8 release includes an accompanying release of *Tiny Drive*.
168172
* Fixed a bug where specifying 'audio' for the `filetype` setting would not list the files in the grid view.
169173
* Fixed a bug where tabbing though the user interface could throw an error.
170174

171-
For information on Tiny Drive, see: link:{baseurl}/tinydrive/[Tiny Drive].
175+
For information on Tiny Drive, see: xref:tinydrive/index.adoc[Tiny Drive].
172176

177+
[[accompanyingpremiumskinsandiconpackschanges]]
173178
== Accompanying Premium Skins and Icon Packs changes
174179

175180
The {productname} 5.8 release includes an accompanying release of the *Premium Skins and Icon Packs*.
@@ -178,8 +183,9 @@ The {productname} 5.8 release includes an accompanying release of the *Premium S
178183

179184
A new Fluent skin and accompanying content css, which follows the Microsoft design language, is now available for {productname}.
180185

181-
For information on using premium skins and icon packs, see: link:{baseurl}/enterprise/premium-skins-and-icon-packs/[Premium Skins and Icon Packs].
186+
For information on using premium skins and icon packs, see: xref:enterprise/premium-skins-and-icon-packs/index.adoc[Premium Skins and Icon Packs].
182187

188+
[[generalbugfixes]]
183189
== General bug fixes
184190

185191
{productname} 5.8 provides fixes for the following bugs:
@@ -201,41 +207,47 @@ For information on using premium skins and icon packs, see: link:{baseurl}/enter
201207
* Fixed a regression in the `tinymce.create()` API that caused issues when multiple objects were created.
202208
* Fixed the `LineHeight` command causing the `change` event to be fired inconsistently.
203209

210+
[[deprecatedfeatures]]
204211
== Deprecated features
205212

206213
The following features have been deprecated with the release of {productname} 5.8:
207214

208215
The undocumented `setIconStroke` Split Toolbar Button API has been deprecated and will be removed in a future release.
209216

217+
[[knownissues]]
210218
== Known issues
211219

212220
This section describes issues that users of {productname} 5.8 may encounter and possible workarounds for these issues.
213221

214222
*Outline*
215223

216-
* <<unexpectedbehaviorwhenmovingthecaretusingthepagedownandendkeys,Unexpected behavior when moving the caret using the PageDown and End keys>>
217-
* <<accessibilitywhenusingkeyboardnavigationtoresizetheeditor,Accessibility when using keyboard navigation to resize the editor>>
218-
* <<contentpastedfromgoogledocscannotbeoutdented,Content pasted from Google Docs cannot be outdented>>
219-
* <<theconfiguredskinisignoredfortinydriveinstandalonemode,The configured skin is ignored for Tiny Drive in standalone mode>>
224+
* xref:unexpectedbehaviorwhenmovingthecaretusingthepagedownandendkeys[Unexpected behavior when moving the caret using the PageDown and End keys]
225+
* xref:accessibilitywhenusingkeyboardnavigationtoresizetheeditor[Accessibility when using keyboard navigation to resize the editor]
226+
* xref:contentpastedfromgoogledocscannotbeoutdented[Content pasted from Google Docs cannot be outdented]
227+
* xref:theconfiguredskinisignoredfortinydriveinstandalonemode[The configured skin is ignored for Tiny Drive in standalone mode]
220228

229+
[[unexpectedbehaviorwhenmovingthecaretusingthepagedownandendkeys]]
221230
=== Unexpected behavior when moving the caret using the PageDown and End keys
222231

223232
*Issue*: This issue affects moving the caret over links using the `Page Down` or `End` keys. If the caret is placed adjacent to a link and the key is pressed, the caret will move inside the link rather than past it.
224233

225234
*Workaround*: There was no known workaround at the time of the release.
226235

236+
[[accessibilitywhenusingkeyboardnavigationtoresizetheeditor]]
227237
=== Accessibility when using keyboard navigation to resize the editor
228238

229239
*Issue*: The editor can now be resized using keyboard navigation, however there is currently no available ARIA specification to indicate the resize state for screen readers or other assistive technology to consume.
230240

231241
*Workaround*: There was no known workaround at the time of the release. We are tracking the relevant https://github.com/w3c/aria/issues/432[ARIA GitHub issue] for a way to support this.
232242

243+
[[contentpastedfromgoogledocscannotbeoutdented]]
233244
=== Content pasted from Google Docs cannot be outdented
234245

235-
*Issue*: This issue affects content pasted in from Google Docs using the link:{baseurl}/plugins/premium/powerpaste/[PowerPaste plugin]. When content is pasted into the editor that contains indentation, it then cannot be outdented using the available toolbar buttons.
246+
*Issue*: This issue affects content pasted in from Google Docs using the xref:plugins/premium/powerpaste.adoc[PowerPaste plugin]. When content is pasted into the editor that contains indentation, it then cannot be outdented using the available toolbar buttons.
236247

237-
*Workaround*: The only known workaround is to configure TinyMCE to use margins instead of padding for indentation. This can be enabled by configuring the link:{baseurl}/configure/content-formatting/#indent_use_margin[`indent_use_margin` option].
248+
*Workaround*: The only known workaround is to configure TinyMCE to use margins instead of padding for indentation. This can be enabled by configuring the xref:configure/content-formatting.adoc#indent_use_margin[`indent_use_margin` option].
238249

250+
[[theconfiguredskinisignoredfortinydriveinstandalonemode]]
239251
=== The configured skin is ignored for Tiny Drive in standalone mode
240252

241253
*Issue*: This issue prevents setting the skin for {cloudfilemanager} in standalone mode using the `skin` option. This issue does not affect the `tinydrive_skin` option for the {productname} {cloudfilemanager} plugin.

modules/ROOT/pages/release-notes/release-notes581.adoc

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@
77

88
{productname} 5.8.1 was released for {enterpriseversion} and {cloudname} on Wednesday, May 26^th^, 2021. It includes {productname} 5.8.1 and additional changes to premium plugins. These release notes provide an overview of the changes for {productname} 5.8.1, including:
99

10-
* <<accompanyingpremiumpluginchanges,Accompanying Premium Plugin changes>>
11-
* <<generalbugfixes,General bug fixes>>
12-
* <<securityfixes,Security fixes>>
13-
* <<upgradingtothelatestversionoftinymce5,Upgrading to the latest version of TinyMCE 5>>
10+
* xref:accompanyingpremiumpluginchanges[Accompanying Premium Plugin changes]
11+
* xref:generalbugfixes[General bug fixes]
12+
* xref:securityfixes[Security fixes]
13+
* xref:upgradingtothelatestversionoftinymce5[Upgrading to the latest version of TinyMCE 5]
1414

1515
include::partial$misc/releasenotes_for_stable.adoc[]
1616

17+
[[accompanyingpremiumpluginchanges]]
1718
== Accompanying Premium Plugin changes
1819

1920
The following premium plugin updates were released alongside {productname} 5.8.1.
@@ -24,24 +25,25 @@ The {productname} 5.8.1 release includes an accompanying release of the *Advance
2425

2526
*Advanced Code* 2.3.1 includes updates to third-party dependencies, fixing a moderate severity ReDoS vulnerability.
2627

27-
For information on the Advanced Code plugin, see: link:{baseurl}/plugins/premium/advcode/[Advanced Code plugin].
28+
For information on the Advanced Code plugin, see: xref:plugins/premium/advcode.adoc[Advanced Code plugin].
2829

2930
=== Export 1.0.1
3031

3132
The {productname} 5.8.1 release includes an accompanying release of the *Export* premium plugin.
3233

3334
*Export* 1.0.1 fixes an issue where content was lost in the PDF output in some cases due to a compiler issue.
3435

35-
For information on the Export plugin, see: link:{baseurl}/plugins/premium/export/[Export plugin].
36+
For information on the Export plugin, see: xref:plugins/premium/export.adoc[Export plugin].
3637

3738
=== Tiny Drive 1.4.1
3839

3940
The {productname} 5.8.1 release includes an accompanying release of *Tiny Drive*.
4041

4142
*Tiny Drive* 1.4.1 fixes an issue where the `skin` setting wasn't working in standalone-mode.
4243

43-
For information on Tiny Drive, see: link:{baseurl}/tinydrive/[Tiny Drive].
44+
For information on Tiny Drive, see: xref:tinydrive/index.adoc[Tiny Drive].
4445

46+
[[generalbugfixes]]
4547
== General bug fixes
4648

4749
{productname} 5.8.1 provides fixes for the following bugs:
@@ -52,6 +54,7 @@ For information on Tiny Drive, see: link:{baseurl}/tinydrive/[Tiny Drive].
5254
* URLs were not always detected when pasting over a selection. Patch contributed by jwcooper.
5355
* Properties on the `OpenNotification` event were incorrectly namespaced.
5456

57+
[[securityfixes]]
5558
== Security fixes
5659

5760
{productname} 5.8.1 provides fixes for the following security issues:

0 commit comments

Comments
 (0)