Skip to content

Commit 29bd1c2

Browse files
author
ephox
committed
Added version 5.2.1 release.
1 parent 3653eec commit 29bd1c2

File tree

115 files changed

+1020
-778
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+1020
-778
lines changed

changelog.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
Version 5.2.1 (2020-03-25)
2+
Fixed the "is decorative" checkbox in the image dialog clearing after certain dialog events #FOAM-11
3+
Fixed possible uncaught exception when a `style` attribute is removed using a content filter on `setContent` #TINY-4742
4+
Fixed the table selection not functioning correctly in Microsoft Edge 44 or higher #TINY-3862
5+
Fixed the table resize handles not functioning correctly in Microsoft Edge 44 or higher #TINY-4160
6+
Fixed the floating toolbar drawer disconnecting from the toolbar when adding content in inline mode #TINY-4725 #TINY-4765
7+
Fixed `readonly` mode not returning the appropriate boolean value #TINY-3948
8+
Fixed the `forced_root_block_attrs` setting not applying attributes to new blocks consistently #TINY-4564
9+
Fixed the editor incorrectly stealing focus during initialization in Microsoft Internet Explorer #TINY-4697
10+
Fixed dialogs stealing focus when opening an alert or confirm dialog using an `onAction` callback #TINY-4014
11+
Fixed inline dialogs incorrectly closing when clicking on an opened alert or confirm dialog #TINY-4012
12+
Fixed the context toolbar overlapping the menu bar and toolbar #TINY-4586
13+
Fixed notification and inline dialog positioning issues when using `toolbar_location: 'bottom'` #TINY-4586
14+
Fixed the `colorinput` popup appearing offscreen on mobile devices #TINY-4711
15+
Fixed special characters not being found when searching by "whole words only" #TINY-4522
16+
Fixed an issue where dragging images could cause them to be duplicated #TINY-4195
17+
Fixed context toolbars activating without the editor having focus #TINY-4754
18+
Fixed an issue where removing the background color of text did not always work #TINY-4770
19+
Fixed an issue where new rows and columns in a table did not retain the style of the previous row or column #TINY-4788
120
Version 5.2.0 (2020-02-13)
221
Added the ability to apply formats to spaces #TINY-4200
322
Added new `toolbar_location` setting to allow for positioning the menu and toolbar at the bottom of the editor #TINY-4210

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tinymce/tinymce",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"description": "Web based JavaScript HTML WYSIWYG editor control.",
55
"license": [
66
"LGPL-2.1-only"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tinymce",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tinymce/tinymce-dist.git"

plugins/advlist/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* For LGPL see License.txt in the project root for license information.
55
* For commercial licenses see https://www.tiny.cloud/
66
*
7-
* Version: 5.2.0 (2020-02-13)
7+
* Version: 5.2.1 (2020-03-25)
88
*/
99
(function () {
1010
'use strict';

plugins/advlist/plugin.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/anchor/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* For LGPL see License.txt in the project root for license information.
55
* For commercial licenses see https://www.tiny.cloud/
66
*
7-
* Version: 5.2.0 (2020-02-13)
7+
* Version: 5.2.1 (2020-03-25)
88
*/
99
(function () {
1010
'use strict';

plugins/anchor/plugin.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/autolink/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* For LGPL see License.txt in the project root for license information.
55
* For commercial licenses see https://www.tiny.cloud/
66
*
7-
* Version: 5.2.0 (2020-02-13)
7+
* Version: 5.2.1 (2020-03-25)
88
*/
99
(function () {
1010
'use strict';

plugins/autolink/plugin.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/autoresize/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* For LGPL see License.txt in the project root for license information.
55
* For commercial licenses see https://www.tiny.cloud/
66
*
7-
* Version: 5.2.0 (2020-02-13)
7+
* Version: 5.2.1 (2020-03-25)
88
*/
99
(function () {
1010
'use strict';

0 commit comments

Comments
 (0)