From 1f5db1337afe0f5bcdcb8e3a441c1945a3d83e74 Mon Sep 17 00:00:00 2001 From: Mattias Wikstrom Date: Mon, 6 Aug 2018 11:21:07 +0200 Subject: [PATCH 1/3] added 4.5.9 lts release to changelog --- changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.md b/changelog.md index 47c0954..f66a1a4 100644 --- a/changelog.md +++ b/changelog.md @@ -405,6 +405,9 @@ class: changelog * Fixed bug where the init call promise wouldn't resolve if the specified selector didn't find any matching elements. * Fixed bug where the Schema isValidChild function was case sensitive. +## Version 4.5.9 - August 2, 2018 +* Fixed a bug where Edge 17 wouldn't be able to select images or tables. + ## Version 4.5.8 - November 5, 2017 * Fixed bug where paste on Edge wouldn't paste UTF characters since Microsoft didn't implement the html5 clipboard api correctly. * Fixed bug where it was hard to focus the editor on IE 10 since the body element didn't have full height. From 813cf75ffc473dbde7f77dd4537f23024159a398 Mon Sep 17 00:00:00 2001 From: Mattias Wikstrom Date: Thu, 9 Aug 2018 11:27:09 +0200 Subject: [PATCH 2/3] updated changelog for 4.8.2 release --- changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/changelog.md b/changelog.md index f66a1a4..7f0b80a 100644 --- a/changelog.md +++ b/changelog.md @@ -8,6 +8,15 @@ class: changelog {% capture changelog %} +# Version 4.8.2 August 9, 2018 +* Moved annotator from "experimental" to "annotator" object on editor. +* Improved the multiclick normalization across browsers. +* Fixed a bug where running getSelectedBlocks with a collapsed selection between block elements would produce incorrect results. +* Fixed a bug where the ScriptLoaders loadScript method would not work as expected in FireFox when loaded on the same page as a ShadowDOM polyfill. +* Removed reference to ShadowDOM event.path as Blink based browsers now support event.composedPath. +* Fixed a bug where a reference to localStorage would throw an "access denied" error in IE11 with strict security settings. +* Fixed a bug where pasting using the toolbar button on an inline editor in IE11 would cause a looping behaviour. + ## Version 4.8.1 July 26, 2018 * Fixed a bug where the content of inline editors was being cleaned on every call of `editor.save()`. * Fixed a bug where the arrow of the Inlite Theme toolbar was being rendered incorrectly in RTL mode. From 3d0d231b789a2c76e1178311763576ecac79a383 Mon Sep 17 00:00:00 2001 From: Mattias Wikstrom Date: Thu, 9 Aug 2018 11:36:52 +0200 Subject: [PATCH 3/3] fix changelog title --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 7f0b80a..fa25198 100644 --- a/changelog.md +++ b/changelog.md @@ -8,7 +8,7 @@ class: changelog {% capture changelog %} -# Version 4.8.2 August 9, 2018 +## Version 4.8.2 August 9, 2018 * Moved annotator from "experimental" to "annotator" object on editor. * Improved the multiclick normalization across browsers. * Fixed a bug where running getSelectedBlocks with a collapsed selection between block elements would produce incorrect results.