Skip to content

Commit 2cd55b2

Browse files
Feature/tinymce5update 3 releases 5.1.6 to 5.1 (#2320)
1 parent 0694ab1 commit 2cd55b2

File tree

16 files changed

+131
-87
lines changed

16 files changed

+131
-87
lines changed

modules/ROOT/pages/general-configuration-guide/customize-ui.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This section is about customizing {productname}'s user interface with skins, too
99
1010
*Silver* is {productname}'s default theme. Users can easily customize the menu or toolbar without having to edit the theme. Theme creation requires a more in depth-knowledge of {productname}'s API and is beyond the scope of this guide. {productname} skins, however, are easier to make.
1111
12+
[[skins]]
1213
== Skins
1314
1415
Skins control the appearance of {productname} such as colors and spacing. The default skin is called *Oxide* (`oxide`) and has a `light` and a `dark` version. To initialize the editor with the dark version of the default skin, use the following configuration:

modules/ROOT/pages/mobile.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ The following settings are not supported on mobile devices:
7676
* xref:configure/editor-appearance.adoc#resize[`resize`].
7777
* xref:configure/advanced-editing-behavior.adoc#object_resizing[`object_resizing`].
7878

79+
[[thelegacymobiletheme]]
7980
== The legacy mobile theme
8081

8182
include::partial$DEPRECATED/legacy-mobile-removal.adoc[]

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ include::partial$misc/plugin-menu-item-id-boilerplate.adoc[]
100100

101101
== Advanced Config Options
102102

103+
[[pre-filtering-and-post-filtering-callbacks]]
103104
=== Pre-filtering and post-filtering callbacks
104105

105106
Developers can add custom filtering before and after *PowerPaste*'s filters are run using the pre-filtering and post-filtering callbacks. These can be added as init options or at runtime using event listeners.

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,30 @@
77

88
{productname} 5.1 was released for {enterpriseversion} and {cloudname} on Wednesday, December 11^th^, 2019. It includes {productname} 5.1.3 and additional changes to premium plugins. These release notes provide a high-level coverage of the changes for {productname} 5.1, including:
99

10-
* <<newfeaturesandenhancements,New features and enhancements>>
11-
* <<premiumpluginchanges,Premium Plugin changes>>
12-
* <<deprecatedfeatures,Deprecated features>>
13-
* <<knownissues,Known issues>>
14-
* <<upgradingtothelatestversionoftinymce5,Upgrading to the latest version of TinyMCE 5>>
10+
* xref:newfeaturesandenhancements[New features and enhancements]
11+
* xref:premiumpluginchanges[Premium Plugin changes]
12+
* xref:deprecatedfeatures[Deprecated features]
13+
* xref:knownissues[Known issues]
14+
* xref:upgradingtothelatestversionoftinymce5[Upgrading to the latest version of TinyMCE 5]
1515

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

18+
[[newfeaturesandenhancements]]
1819
== New features and enhancements
1920

2021
include::partial$release-notes/51new-features.adoc[]
2122

23+
[[premiumpluginchanges]]
2224
== Premium Plugin changes
2325

2426
include::partial$release-notes/51premium-plugins.adoc[]
2527

28+
[[deprecatedfeatures]]
2629
== Deprecated features
2730

2831
include::partial$release-notes/51deprecated.adoc[]
2932

33+
[[knownissues]]
3034
== Known issues
3135

3236
include::partial$release-notes/51known-issues.adoc[]

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77

88
{productname} 5.1.4 was released for {enterpriseversion} and {cloudname} on Wednesday, December 18^th^, 2019. These release notes provide an overview of the changes for {productname} 5.1.4, including:
99

10-
* <<generalbugfixes,General bug fixes>>
11-
* <<securityfixes,Security fixes>>
10+
* xref:generalbugfixes[General bug fixes]
11+
* xref:securityfixes[Security fixes]
1212

1313
include::partial$misc/releasenotes_for_stable.adoc[]
1414

15+
[[generalbugfixes]]
1516
== General bug fixes
1617

1718
{productname} 5.1.4 provides fixes for the following bugs:
@@ -20,6 +21,7 @@ include::partial$misc/releasenotes_for_stable.adoc[]
2021
* The `legacyoutput` plugin registering legacy formats after editor initialization, causing legacy content to be stripped on the initial load.
2122
* The search and replace plugin not cycling through results when searching using special characters.
2223

24+
[[securityfixes]]
2325
== Security fixes
2426

2527
{productname} 5.1.4 provides fixes for the following security issues:

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77

88
{productname} 5.1.5 was released for {enterpriseversion} and {cloudname} on Wednesday, January 15^th^, 2020. These release notes provide an overview of the changes for {productname} 5.1.5, including:
99

10-
* <<generalbugfixes,General bug fixes>>
10+
* xref:generalbugfixes[General bug fixes]
1111

1212
include::partial$misc/releasenotes_for_stable.adoc[]
1313

14+
[[generalbugfixes]]
1415
== General bug fixes
1516

1617
{productname} 5.1.5 provides fixes for the following bugs:

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@
77

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

10-
* <<generalbugfixes,General bug fixes>>
11-
* <<securityfixes,Security fixes>>
12-
* <<premiumpluginchanges,Premium Plugin changes>>
10+
* xref:generalbugfixes[General bug fixes]
11+
* xref:securityfixes[Security fixes]
12+
* xref:premiumpluginchanges[Premium Plugin changes]
1313

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

16+
[[generalbugfixes]]
1617
== General bug fixes
1718

1819
{productname} 5.1.6 provides the following bug fixes:
@@ -22,14 +23,16 @@ include::partial$misc/releasenotes_for_stable.adoc[]
2223
* Changing a tables row type from `Header` to `Body` no-longer incorrectly moves the row to the bottom of the table.
2324
* Context menus now open correctly on hybrid devices that support both touch and mouse input.
2425
* Context menus no longer open in the wrong location when the target was the editor body.
25-
* The `image` plugin now respects the link:{baseurl}/configure/file-image-upload/#automatic_uploads[`automatic_uploads`] setting when uploading local images.
26+
* The `image` plugin now respects the xref:configure/file-image-upload.adoc#automatic_uploads[`automatic_uploads`] setting when uploading local images.
2627

28+
[[securityfixes]]
2729
== Security fixes
2830

2931
{productname} 5.1.6 provides fixes for the following security issues:
3032

3133
* CDATA parsing and sanitization has been improved to address a cross-site scripting (XSS) vulnerability.
3234

35+
[[premiumpluginchanges]]
3336
== Premium Plugin changes
3437

3538
=== Advanced Code Editor
@@ -47,7 +50,7 @@ The {productname} 5.1.6 release includes *Enhanced Media Embed* 2.2.5.
4750

4851
*Enhanced Media Embed* 2.2.5 provides the following bug fixes:
4952

50-
* The link:{baseurl}/plugins/premium/mediaembed/#mediaembed_max_width[`mediaembed_max_width`] setting will now constrain the max width correctly on Internet Explorer 11.
53+
* The xref:plugins/premium/mediaembed.adoc#mediaembed_max_width[`mediaembed_max_width`] setting will now constrain the max width correctly on Internet Explorer 11.
5154

5255
:enterprise: true
5356

modules/ROOT/pages/ui-components/typesoftoolbarbuttons.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ The `fetch` function is called when the toolbar menu button's menu is opened. It
236236

237237
Use the following demo link:{baseurl}/demo/custom-toolbar-menu-button/[here] for help using the menu toolbar button.
238238

239+
[[splitbutton]]
239240
== Split button
240241

241242
A split button contains a basic button and a menu button, wrapped up into one toolbar item. Clicking the menu button section opens a dropdown list. The basic button section and the menu items can be configured to trigger different actions when clicked.

modules/ROOT/partials/configuration/automatic_uploads.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[[automatic_uploads]]
12
== `automatic_uploads`
23

34
Enable or disable automatic upload of images represented by data URLs or blob URIs. Such images get generated, for example, as a result of image manipulation through link:{baseurl}/plugins/opensource/imagetools[Image Tools] plugin, or after image is drag-n-dropped onto the editor from the desktop.

modules/ROOT/partials/configuration/mediaembed_max_width.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[[mediaembed_max_width]]
12
=== `mediaembed_max_width`
23

34
This option specifies a maximum width in pixels of the embedded content. Defaults to `650`.

0 commit comments

Comments
 (0)