From eed4ee515f3fb09ee52f0655a03a923baa1f4920 Mon Sep 17 00:00:00 2001 From: Lee Newson Date: Mon, 13 Jul 2020 13:04:00 +1000 Subject: [PATCH] TINY-6231: Added changelog for 4.9.11 release --- _data/nav.yml | 1 + changelog.md | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/_data/nav.yml b/_data/nav.yml index 1ec8fb7..7ba6bca 100644 --- a/_data/nav.yml +++ b/_data/nav.yml @@ -493,6 +493,7 @@ - url: "changelog" pages: + - url: "#Version 4.9.11 July 13, 2020" - url: "#Version 4.9.10 April 23, 2020" - url: "#Version 4.9.9 March 25, 2020" - url: "#Version 4.9.8 January 28, 2020" diff --git a/changelog.md b/changelog.md index e0a1973..89d1978 100644 --- a/changelog.md +++ b/changelog.md @@ -8,6 +8,11 @@ class: changelog {% capture changelog %} +## Version 4.9.11 July 13, 2020 +* Fixed the `selection.setContent()` API not running parser filters. +* Fixed content in an iframe element parsing as DOM elements instead of text content. +* Fixed up and down keyboard navigation not working for inline `contenteditable="false"` elements. + ## Version 4.9.10 April 23, 2020 * Fixed an issue where the editor selection could end up inside a short ended element (eg br). * Fixed a security issue related to CDATA sanitization during parsing.