Skip to content

Commit 9332192

Browse files
author
ephox
committed
Added version 5.1.3 release.
1 parent 7587e9a commit 9332192

File tree

101 files changed

+376
-366
lines changed

Some content is hidden

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

101 files changed

+376
-366
lines changed

changelog.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Version 5.1.3 (2019-12-04)
2+
Fixed sticky toolbar not undocking when fullscreen mode is activated #TINY-4390
3+
Fixed the "Current Window" target not applying when updating links using the link dialog #TINY-4063
4+
Fixed disabled menu items not highlighting when focused #TINY-4339
5+
Fixed touch events passing through dialog collection items to the content underneath on Android devices #TINY-4431
6+
Fixed keyboard navigation of the Help dialog's Keyboard Navigation tab #TINY-4391
7+
Fixed search and replace dialog disappearing when finding offscreen matches on iOS devices #TINY-4350
8+
Fixed performance issues where sticky toolbar was jumping while scrolling on slower browsers #TINY-4475
19
Version 5.1.2 (2019-11-19)
210
Fixed desktop touch devices using `mobile` configuration overrides #TINY-4345
311
Fixed unable to disable the new scrolling toolbar feature #TINY-4345

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.1.2",
3+
"version": "5.1.3",
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.1.2",
3+
"version": "5.1.3",
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.1.2 (2019-11-19)
7+
* Version: 5.1.3 (2019-12-04)
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.1.2 (2019-11-19)
7+
* Version: 5.1.3 (2019-12-04)
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.1.2 (2019-11-19)
7+
* Version: 5.1.3 (2019-12-04)
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.1.2 (2019-11-19)
7+
* Version: 5.1.3 (2019-12-04)
88
*/
99
(function () {
1010
'use strict';

plugins/autoresize/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/autosave/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.1.2 (2019-11-19)
7+
* Version: 5.1.3 (2019-12-04)
88
*/
99
(function (domGlobals) {
1010
'use strict';

plugins/autosave/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/bbcode/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.1.2 (2019-11-19)
7+
* Version: 5.1.3 (2019-12-04)
88
*/
99
(function () {
1010
'use strict';

plugins/bbcode/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.

0 commit comments

Comments
 (0)