Frame::findElementByOffet is now correctly spelled Frame::findElementByOffset
Validation manager and validation info dialog
Added possibility to pass "formattingMode" to TransformService within the transformToXml request inside extraParams object
Ext.ux.xeditor.StatusText is now a more generic component that can be used outside of Statusbar as well
Adjust Ext.ux.xeditor.ClipboardManager to be able to work with custom paste handlers
Implement ClipboardManager::registerPasteHandler for adding custom paste handlers
Add configuration flag Editor::enableXMLPaste for enabling/disabling this (enabled by default)
Add configuration flag Editor::enableXMLPasteFallback for enabling/disabling fallback to other paste handlers when XML paste was not successful (enabled by default)
Copy button is now enabled in not editable elements
Refactoring of the method Ext.ux.xeditor.DragDropManager::searchValidInsertPoint
Fix issue in Document::prepareNodeForDocument causing the browser to automatically create invalid <br> tags if loaded text node contained at least one NBSP and linebreaks (\n)
Fixed issue in Frame::getDocumentPart causing elements to not be shown in the frame when only empty elements are inside the editor and the editor is being reinitialized (e.g. when opening the Raw-Editor and pressing apply)
Fixed issue with history manager in EventManager::onInsertOrEditButtonClick
Fixed an issue causing multiple text nodes to exist next to each other when using CTRL+Del/CTRL+Backspace on inline elements (with deactivated tagview)
Added descriptions for zoom keybindings for KeyBindingsDialog
Fixed issues with disabled reviewbar
Fixed wrong reviewbar entry offset when the entry anchor is in an hidden node
Manual transformation for preceeding/subsequent (outside of document root) comments or processing-instruction in getContent(safe)
to send well-formed xml to the blackbox
Fixed issue where the toolbar overflow menu button disappears when the browser zoom is != 100%
Fix issue causing Ctrl+delete and Ctrl+backspace to remove content within non editable elements
Fixed dropdown item line height (items with multiple lines are now easier to recognize)
Fixed issue where Editor::settingsManager and Editor::database are null if they where disabled by config
Fixed notification button
Added descriptions for zoom keybindings for KeyBindingsDialog
Fixed issues with disabled reviewbar
Fixed wrong reviewbar entry offset when the entry anchor is in an hidden node
Manual transformation for preceeding/subsequent (outside of document root) comments or processing-instruction in getContent(safe) to send well-formed xml to the blackbox
Fix issue causing Ctrl+delete and Ctrl+backspace to remove content within non editable elements
Adjust copy paste handling to new paste handlers of core
Plugin no longer sets colspan/rowspan attribute by default when creating new cells. From now on, these attributes will only be set if their values are > 1.