Merge pull request #90 from tinymce/hotfix/TINY-6231

TINY-6231: Added changelog for 4.9.11 release
This commit is contained in:
Tyler Kelly
2020-07-13 15:33:42 +10:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -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"
+5
View File
@@ -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.