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.