Merge pull request #90 from tinymce/hotfix/TINY-6231
TINY-6231: Added changelog for 4.9.11 release
This commit is contained in:
@@ -493,6 +493,7 @@
|
|||||||
|
|
||||||
- url: "changelog"
|
- url: "changelog"
|
||||||
pages:
|
pages:
|
||||||
|
- url: "#Version 4.9.11 July 13, 2020"
|
||||||
- url: "#Version 4.9.10 April 23, 2020"
|
- url: "#Version 4.9.10 April 23, 2020"
|
||||||
- url: "#Version 4.9.9 March 25, 2020"
|
- url: "#Version 4.9.9 March 25, 2020"
|
||||||
- url: "#Version 4.9.8 January 28, 2020"
|
- url: "#Version 4.9.8 January 28, 2020"
|
||||||
|
|||||||
@@ -8,6 +8,11 @@ class: changelog
|
|||||||
|
|
||||||
{% capture 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
|
## 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 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.
|
* Fixed a security issue related to CDATA sanitization during parsing.
|
||||||
|
|||||||
Reference in New Issue
Block a user