Skip to content

Commit

Permalink
Added version 5.0.14 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ephox committed Aug 19, 2019
1 parent 8595d45 commit 4ed6cbe
Show file tree
Hide file tree
Showing 101 changed files with 633 additions and 606 deletions.
9 changes: 9 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 5.0.14 (2019-08-19)
Added an API to reload the autocompleter menu with additional fetch metadata #MENTIONS-17
Fixed missing toolbar button border styling options #TINY-3965
Fixed image upload progress notification closing before the upload is complete #TINY-3963
Fixed inline dialogs not closing on escape when no dialog component is in focus #TINY-3936
Fixed plugins not being filtered when defaulting to mobile on phones #TINY-3537
Fixed toolbar more drawer showing the content behind it when transitioning between opened and closed states #TINY-3878
Fixed focus not returning to the dialog after pressing the "Replace all" button in the search and replace dialog #TINY-3961
Removed Oxide variable `@menubar-select-disabled-border-color` and replaced it with `@menubar-select-disabled-border` #TINY-3965
Version 5.0.13 (2019-08-06)
Changed modal dialogs to prevent dragging by default and added new `draggable_modal` setting to restore dragging #TINY-3873
Changed the nonbreaking plugin to insert nbsp characters wrapped in spans to aid in filtering. This can be disabled using the `nonbreaking_wrap` setting #TINY-3647
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinymce/tinymce",
"version": "5.0.13",
"version": "5.0.14",
"description": "Web based JavaScript HTML WYSIWYG editor control.",
"license": [
"LGPL-2.1-only"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinymce",
"version": "5.0.13",
"version": "5.0.14",
"repository": {
"type": "git",
"url": "/~https://github.com/tinymce/tinymce-dist.git"
Expand Down
2 changes: 1 addition & 1 deletion plugins/advlist/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* For LGPL see License.txt in the project root for license information.
* For commercial licenses see https://www.tiny.cloud/
*
* Version: 5.0.13 (2019-08-06)
* Version: 5.0.14 (2019-08-19)
*/
(function () {
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion plugins/advlist/plugin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/anchor/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* For LGPL see License.txt in the project root for license information.
* For commercial licenses see https://www.tiny.cloud/
*
* Version: 5.0.13 (2019-08-06)
* Version: 5.0.14 (2019-08-19)
*/
(function () {
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion plugins/anchor/plugin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/autolink/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* For LGPL see License.txt in the project root for license information.
* For commercial licenses see https://www.tiny.cloud/
*
* Version: 5.0.13 (2019-08-06)
* Version: 5.0.14 (2019-08-19)
*/
(function () {
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion plugins/autolink/plugin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/autoresize/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* For LGPL see License.txt in the project root for license information.
* For commercial licenses see https://www.tiny.cloud/
*
* Version: 5.0.13 (2019-08-06)
* Version: 5.0.14 (2019-08-19)
*/
(function () {
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion plugins/autoresize/plugin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/autosave/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* For LGPL see License.txt in the project root for license information.
* For commercial licenses see https://www.tiny.cloud/
*
* Version: 5.0.13 (2019-08-06)
* Version: 5.0.14 (2019-08-19)
*/
(function (domGlobals) {
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion plugins/autosave/plugin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/bbcode/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* For LGPL see License.txt in the project root for license information.
* For commercial licenses see https://www.tiny.cloud/
*
* Version: 5.0.13 (2019-08-06)
* Version: 5.0.14 (2019-08-19)
*/
(function () {
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion plugins/bbcode/plugin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4ed6cbe

Please sign in to comment.