Version 4.5.12 (2020-07-03)
Fixed so links with xlink:href attributes are filtered correctly to prevent XSS. #TINY-1626
Fixed the `selection.setContent()` API not running parser filters #TINY-4002
Fixed the `visualchars` plugin converting HTML-like text to DOM elements in certain cases #TINY-4507
Fixed HTML comments incorrectly being parsed in certain cases #TINY-4511
Fixed a security issue related to CDATA sanitization during parsing #TINY-4669
Fixed content in an iframe element parsing as dom elements instead of text content #TINY-5943
Version 4.5.11 (2019-05-16)
Fixed bug where the editor would scroll to the top of the editable area if a dialog was closed in inline mode. #TINY-1073
Version 4.5.10 (2018-10-19)
Changed the contextual toolbar shortcut to Ctrl+F9 since an Edge shortcut interfered with the previous one.
Version 4.5.9 (2018-08-02)
Fixed a bug where Edge 17 wouldn't be able to select images or tables.
Version 4.5.8 (2017-10-05)
Fixed bug where paste on Edge wouldn't paste UTF characters since Microsoft didn't implement the html5 clipboard api correctly.
Fixed bug where it was hard to focus the editor on IE 10 since the body element didn't have full height.
Fixed bug where malformed blob urls wouldn't be handled correctly by the editor.
Version 4.5.7 (2017-04-25)
Fixed bug with selection around inline contenteditable false would get collapsed incorrectly.
Fixed bug where pasting on Microsoft Edge 40+ would produce clipboard fragment headers.
Version 4.5.6 (2017-03-30)
Fixed bug where it wasn't possible to select floated images in some cases.
Version 4.5.5 (2017-03-07)
Fixed text formatting bug with fontsize could not be changed after changing the text color.
Version 4.5.4 (2017-02-23)
Fixed bug where setBaseAndExtend would throw exceptions on Chrome 58 when selecting images.
Fixed bug where deleting partially selected contents could remove all contents in some edge cases on WebKit.
Version 4.5.3 (2017-02-01)
Added keyboard navigation for menu buttons when the menu is in focus.
Added api to the list plugin for setting custom classes/attributes on lists.
Added validation for the anchor plugin input field according to W3C id naming specifications.
Fixed bug where media placeholders were removed after resize with the forced_root_block setting set to false.
Fixed bug where deleting selections with similar sibling nodes sometimes deleted the whole document.
Fixed bug with inlite theme where several toolbars would appear scrolling when more than one instance of the editor was in use.
Fixed bug where the editor would throw error with the fontselect plugin on hidden editor instances in Firefox.
Fixed bug where the background color would not stretch to the font size.
Fixed bug where font size would be removed when changing background color.
Fixed bug where the undomanager trimmed away whitespace between nodes on undo/redo.
Fixed bug where media_dimensions=false in media plugin caused the editor to throw an error.
Fixed bug where IE was producing font/u elements within links on paste.
Fixed bug where some button tooltips were broken when compat3x was in use.
Fixed bug where backspace/delete/typeover would remove the caption element.
Fixed bug where powerspell failed to function when compat3x was enabled.
Fixed bug where it wasn't possible to apply sub/sup on text with large font size.
Fixed bug where pre tags with spaces weren't treated as content.
Fixed bug where Meta+A would select the entire document instead of all contents in nested ce=true elements.
Version 4.5.2 (2017-01-04)
Added missing keyboard shortcut description for the underline menu item in the format menu.
Fixed bug where external blob urls wasn't properly handled by editor upload logic. Patch contributed by David Oviedo.
Fixed bug where urls wasn't treated as a single word by the wordcount plugin.
Fixed bug where nbsp characters wasn't treated as word delimiters by the wordcount plugin.
Fixed bug where editor instance wasn't properly passed to the format preview logic. Patch contributed by NullQuery.
Fixed bug where the fake caret wasn't hidden when you moved selection to a cE=false element.
Fixed bug where it wasn't possible to edit existing code sample blocks.
Fixed bug where it wasn't possible to delete editor contents if the selection included an empty block.
Fixed bug where the formatter wasn't expanding words on some international characters. Patch contributed by Martin Larochelle.
Fixed bug where the open link feature wasn't working correctly on IE 11.
Fixed bug where enter before/after a cE=false block wouldn't properly padd the paragraph with an br element.
Fixed so font size and font family select boxes always displays a value by using the runtime style as a fallback.
Fixed so missing plugins will be logged to console as warnings rather than halting the initialization of the editor.
Fixed so splitbuttons become normal buttons in advlist plugin if styles are empty. Patch contributed by René Schleusner.
Fixed so you can multi insert rows/cols by selecting table cells and using insert rows/columns.
Version 4.5.1 (2016-12-07)
Fixed bug where the lists plugin wouldn't initialize without the advlist plugins if served from cdn.
Fixed bug where selectors with "*" would cause the style format preview to throw an error.
Fixed bug with toggling lists off on lists with empty list items would throw an error.
Fixed bug where editing images would produce non existing blob uris.
Fixed bug where the offscreen toc selection would be treated as the real toc element.
Fixed bug where the aria level attribute for element path would have an incorrect start index.
Fixed bug where the offscreen selection of cE=false that where very wide would be shown onscreen. Patch contributed by Steven Bufton.
Fixed so the default_link_target gets applied to links created by the autolink plugin.
Fixed so that the name attribute gets removed by the anchor plugin if editing anchors.
Version 4.5.0 (2016-11-23)
Added new toc plugin allows you to insert table of contents based on editor headings.
Added new auto complete menu to all url fields. Adds history, link to anchors etc.
Added new sidebar api that allows you to add custom sidebar panels and buttons to toggle these.
Added new insert menu button that allows you to have multiple insert functions under the same menu button.
Added new open link feature to ctrl+click, alt+enter and context menu.
Added new media_embed_handler option to allow the media plugin to be populated with custom embeds.
Added new support for editing transparent images using the image tools dialog.
Added new images_reuse_filename option to allow filenames of images to be retained for upload.
Added new security feature where links with target="_blank" will by default get rel="noopener noreferrer".
Added new allow_unsafe_link_target to allow you to opt-out of the target="_blank" security feature.
Added new style_formats_autohide option to automatically hide styles based on context.
Added new codesample_content_css option to specify where the code sample prism css is loaded from.
Added new support for Japanese/Chinese word count following the unicode standards on this.
Added new fragmented undo levels this dramatically reduces flicker on contents with iframes.
Added new live previews for complex elements like table or lists.
Fixed bug where it wasn't possible to properly tab between controls in a dialog with a disabled form item control.
Fixed bug where firefox would generate a rectangle on elements produced after/before a cE=false elements.
Fixed bug with advlist plugin not switching list element format properly in some edge cases.
Fixed bug where col/rowspans wasn't correctly computed by the table plugin in some cases.
Fixed bug where the table plugin would thrown an error if object_resizing was disabled.
Fixed bug where some invalid markup would cause issues when running in XHTML mode. Patch contributed