Skip to content

Commit

Permalink
Added version 4.9.8 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ephox committed Jan 28, 2020
1 parent e14935a commit 912df2b
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 33 deletions.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 4.9.8 (2020-01-28)
Fixed the `mobile` theme failing to load due to a bundling issue #TINY-4613
Fixed security issue related to parsing HTML comments and CDATA #TINY-4544
Version 4.9.7 (2019-12-19)
Fixed the `visualchars` plugin converting HTML-like text to DOM elements in certain cases #TINY-4507
Fixed an issue with the `paste` plugin not sanitizing content in some cases #TINY-4510
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": "4.9.7",
"version": "4.9.8",
"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": "4.9.7",
"version": "4.9.8",
"repository": {
"type": "git",
"url": "https://github.com/tinymce/tinymce-dist.git"
Expand Down
24 changes: 0 additions & 24 deletions themes/mobile/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -2512,7 +2512,6 @@ var mobile = (function (domGlobals) {
};

var SwapApis = /*#__PURE__*/Object.freeze({
__proto__: null,
toAlpha: toAlpha,
toOmega: toOmega,
isAlpha: isAlpha,
Expand Down Expand Up @@ -2705,7 +2704,6 @@ var mobile = (function (domGlobals) {
};

var ActiveReceiving = /*#__PURE__*/Object.freeze({
__proto__: null,
events: events
});

Expand Down Expand Up @@ -2922,7 +2920,6 @@ var mobile = (function (domGlobals) {
};

var ToggleApis = /*#__PURE__*/Object.freeze({
__proto__: null,
onLoad: onLoad,
toggle: toggle$2,
isOn: isOn,
Expand All @@ -2943,7 +2940,6 @@ var mobile = (function (domGlobals) {
};

var ActiveToggle = /*#__PURE__*/Object.freeze({
__proto__: null,
exhibit: exhibit,
events: events$1
});
Expand Down Expand Up @@ -3062,7 +3058,6 @@ var mobile = (function (domGlobals) {
};

var FocusApis = /*#__PURE__*/Object.freeze({
__proto__: null,
focus: focus$2,
blur: blur$1,
isFocused: isFocused
Expand All @@ -3083,7 +3078,6 @@ var mobile = (function (domGlobals) {
};

var ActiveFocus = /*#__PURE__*/Object.freeze({
__proto__: null,
exhibit: exhibit$1,
events: events$3
});
Expand Down Expand Up @@ -3439,7 +3433,6 @@ var mobile = (function (domGlobals) {
};

var HighlightApis = /*#__PURE__*/Object.freeze({
__proto__: null,
dehighlightAll: dehighlightAll,
dehighlight: dehighlight,
highlight: highlight,
Expand Down Expand Up @@ -3693,7 +3686,6 @@ var mobile = (function (domGlobals) {
};

var KeyingState = /*#__PURE__*/Object.freeze({
__proto__: null,
flatgrid: flatgrid,
init: init
});
Expand Down Expand Up @@ -4169,7 +4161,6 @@ var mobile = (function (domGlobals) {
var special = SpecialType.schema();

var KeyboardBranches = /*#__PURE__*/Object.freeze({
__proto__: null,
acyclic: acyclic,
cyclic: cyclic,
flow: flow,
Expand Down Expand Up @@ -4674,7 +4665,6 @@ var mobile = (function (domGlobals) {
};

var ActiveUnselecting = /*#__PURE__*/Object.freeze({
__proto__: null,
events: events$4,
exhibit: exhibit$2
});
Expand Down Expand Up @@ -4978,7 +4968,6 @@ var mobile = (function (domGlobals) {
};

var RepresentApis = /*#__PURE__*/Object.freeze({
__proto__: null,
onLoad: onLoad$1,
onUnload: onUnload,
setValue: setValue,
Expand All @@ -4998,7 +4987,6 @@ var mobile = (function (domGlobals) {
};

var ActiveRepresenting = /*#__PURE__*/Object.freeze({
__proto__: null,
events: events$5
});

Expand Down Expand Up @@ -5048,7 +5036,6 @@ var mobile = (function (domGlobals) {
};

var RepresentState = /*#__PURE__*/Object.freeze({
__proto__: null,
memory: memory,
dataset: dataset,
manual: manual,
Expand Down Expand Up @@ -5972,7 +5959,6 @@ var mobile = (function (domGlobals) {
};

var ComposeApis = /*#__PURE__*/Object.freeze({
__proto__: null,
getCurrent: getCurrent
});

Expand Down Expand Up @@ -6138,7 +6124,6 @@ var mobile = (function (domGlobals) {
};

var ActiveTabstopping = /*#__PURE__*/Object.freeze({
__proto__: null,
exhibit: exhibit$3
});

Expand Down Expand Up @@ -6261,7 +6246,6 @@ var mobile = (function (domGlobals) {
};

var DisableApis = /*#__PURE__*/Object.freeze({
__proto__: null,
enable: enable,
disable: disable,
isDisabled: isDisabled,
Expand All @@ -6281,7 +6265,6 @@ var mobile = (function (domGlobals) {
};

var ActiveDisable = /*#__PURE__*/Object.freeze({
__proto__: null,
exhibit: exhibit$4,
events: events$7
});
Expand Down Expand Up @@ -6807,7 +6790,6 @@ var mobile = (function (domGlobals) {
})]);

var DefaultEvents = /*#__PURE__*/Object.freeze({
__proto__: null,
events: events$8
});

Expand Down Expand Up @@ -7735,7 +7717,6 @@ var mobile = (function (domGlobals) {
};

var ReplaceApis = /*#__PURE__*/Object.freeze({
__proto__: null,
append: append$2,
prepend: prepend$1,
remove: remove$7,
Expand Down Expand Up @@ -8172,7 +8153,6 @@ var mobile = (function (domGlobals) {
};

var TransitionApis = /*#__PURE__*/Object.freeze({
__proto__: null,
findRoute: findRoute,
disableTransition: disableTransition,
getCurrentRoute: getCurrentRoute,
Expand Down Expand Up @@ -8203,7 +8183,6 @@ var mobile = (function (domGlobals) {
};

var ActiveTransitioning = /*#__PURE__*/Object.freeze({
__proto__: null,
events: events$9
});

Expand Down Expand Up @@ -10187,7 +10166,6 @@ var mobile = (function (domGlobals) {
};

var SlidingApis = /*#__PURE__*/Object.freeze({
__proto__: null,
grow: grow,
shrink: shrink,
immediateShrink: immediateShrink,
Expand Down Expand Up @@ -10225,7 +10203,6 @@ var mobile = (function (domGlobals) {
};

var ActiveSliding = /*#__PURE__*/Object.freeze({
__proto__: null,
exhibit: exhibit$5,
events: events$a
});
Expand Down Expand Up @@ -10276,7 +10253,6 @@ var mobile = (function (domGlobals) {
};

var SlidingState = /*#__PURE__*/Object.freeze({
__proto__: null,
init: init$4
});

Expand Down
2 changes: 1 addition & 1 deletion themes/mobile/theme.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions tinymce.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 4.9.7 (2019-12-19)
// 4.9.8 (2020-01-28)
(function () {
(function (domGlobals) {
'use strict';
Expand Down Expand Up @@ -17466,7 +17466,7 @@
return name.indexOf('data-') === 0 || name.indexOf('aria-') === 0;
};
var trimComments = function (text) {
return text.replace(/<!--|-->/g, '');
return text.replace(/<!--|--!?>/g, '');
};
var isInvalidUri = function (settings, uri) {
if (settings.allow_html_data_urls) {
Expand Down Expand Up @@ -26267,8 +26267,8 @@
defaultSettings: {},
$: DomQuery,
majorVersion: '4',
minorVersion: '9.7',
releaseDate: '2019-12-19',
minorVersion: '9.8',
releaseDate: '2020-01-28',
editors: legacyEditors,
i18n: I18n,
activeEditor: null,
Expand Down
4 changes: 2 additions & 2 deletions tinymce.min.js

Large diffs are not rendered by default.

0 comments on commit 912df2b

Please sign in to comment.