TINY-3845: Added 4.9.5 changelog

This commit is contained in:
Lee Newson
2019-07-02 16:25:27 +10:00
parent aea6dc7b44
commit 7ca55ebfc4
+17 -5
View File
@@ -8,12 +8,24 @@ class: changelog
{% capture changelog %}
## Version 4.9.5 July 2, 2019
* Changed annotations navigation to work the same as inline boundaries.
* Fixed the print plugin printing from the wrong window in IE11.
* Fixed an exception being thrown when a file or number input has focus during initialization. Patch contributed by t00.
* Fixed positioning of the styleselect menu in iOS while using the mobile theme.
* Fixed native context menu not showing with images in IE11.
* Fixed selection incorrectly changing when programmatically setting selection on contenteditable false elements.
* Fixed image browse button not working on touch devices.
* Fixed so that nbsp entities aren't trimmed in white-space: pre-line elements.
* Fixed space key properly inserts a nbsp before/after block elements.
* Fixed infinite loop in the paste plugin when IE11 takes a long time to process paste events. Patch contributed by lRawd.
## Version 4.9.4 March 20, 2019
* Fixed an issue where **Home/End** keys wouldn't move the caret correctly before or after `contenteditable=false` inline elements #TINY-2995
* Fixed an issue where content may have been lost when using permanent bookmarks #TINY-3400
* Fixed the mobile editor to clean up properly when removed #TINY-3445
* Fixed an issue where retrieving the selected content as text didn't create newlines #TINY-3197
* Fixed an issue where typing space between images would cause issues with nbsp not being inserted. #TINY-3346
* Fixed an issue where **Home/End** keys wouldn't move the caret correctly before or after `contenteditable=false` inline elements.
* Fixed an issue where content may have been lost when using permanent bookmarks.
* Fixed the mobile editor to clean up properly when removed.
* Fixed an issue where retrieving the selected content as text didn't create newlines.
* Fixed an issue where typing space between images would cause issues with nbsp not being inserted..
## Version 4.9.3 January 31, 2019
* Added a visualchars_default_state setting to the Visualchars Plugin. Patch contributed by mat3e.