Skip to content

Commit

Permalink
Added version 5.1.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ephox committed Nov 19, 2019
1 parent 782aa38 commit 7587e9a
Show file tree
Hide file tree
Showing 101 changed files with 843 additions and 746 deletions.
17 changes: 17 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Version 5.1.2 (2019-11-19)
Fixed desktop touch devices using `mobile` configuration overrides #TINY-4345
Fixed unable to disable the new scrolling toolbar feature #TINY-4345
Fixed touch events passing through any pop-up items to the content underneath on Android devices #TINY-4367
Fixed the table selector handles throwing JavaScript exceptions for non-table selections #TINY-4338
Fixed `cut` operations not removing selected content on Android devices when the `paste` plugin is enabled #TINY-4362
Fixed inline toolbar not constrained to the window width by default #TINY-4314
Fixed context toolbar split button chevrons pointing right when they should be pointing down #TINY-4257
Fixed unable to access the dialog footer in tabbed dialogs on small screens #TINY-4360
Fixed mobile table selectors were hard to select with touch by increasing the size #TINY-4366
Fixed mobile table selectors moving when moving outside the editor #TINY-4366
Fixed inline toolbars collapsing when using sliding toolbars #TINY-4389
Fixed block textpatterns not treating NBSPs as spaces #TINY-4378
Fixed backspace not merging blocks when the last element in the preceding block was a `contenteditable="false"` element #TINY-4235
Fixed toolbar buttons that only contain text labels overlapping on mobile devices #TINY-4395
Fixed quickbars quickimage picker not working on mobile #TINY-4377
Fixed fullscreen not resizing in an iOS WKWebView component #TINY-4413
Version 5.1.1 (2019-10-28)
Fixed font formats containing spaces being wrapped in `"` entities instead of single quotes #TINY-4275
Fixed alert and confirm dialogs losing focus when clicked #TINY-4248
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.1.1",
"version": "5.1.2",
"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.1.1",
"version": "5.1.2",
"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.1.1 (2019-10-28)
* Version: 5.1.2 (2019-11-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.1.1 (2019-10-28)
* Version: 5.1.2 (2019-11-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.1.1 (2019-10-28)
* Version: 5.1.2 (2019-11-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.1.1 (2019-10-28)
* Version: 5.1.2 (2019-11-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.1.1 (2019-10-28)
* Version: 5.1.2 (2019-11-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.1.1 (2019-10-28)
* Version: 5.1.2 (2019-11-19)
*/
(function () {
'use strict';
Expand Down
Loading

0 comments on commit 7587e9a

Please sign in to comment.