Core v5.5.0
Changes
- Added `EventManager.handleInsertElement` wich is used by `EventManager.onInsertButtonClick`
- Added `EventManager.handleConvertElement` wich is used by `EventManager.onConvertButtonClick` and `EventManager.onConvertOnInsertButtonClick`
- Added `Document.wrapElements` to wrap elements with types provided. This is now used by `wrapSelection`
- Added `Document.convertElements` to convert elements using configuration provided into a target element type
- Added Events `beforeconvertelements` and `convertelements` wich are fired by the document on `convertElements` execution
- Added new core button types `xeditor.convert` and `xeditor.convertOrInsert` wich can be used in the toolbar
- Added click listener for convert type buttons to event manager
- Ajusted core update toolbar state logic to properly switch state of conversion toolbar buttons
- Added configuration flag `contextMenuItemSelectionToRoot`. If set to false, the element entries in the context menu will be reversed, meaning the root elemnt will be the first entry and the selected element the last
- Added resize listener to body element in order to adjust selection when window size changed
Bugfixes
- Bugfix to show context menu on tags and other non element types
- Bugfix to only fix the state for changed elements in insertElements
- Fixed issue that comment selection lost after undo
- Fixed issue in IE that caused the selection to jump to previous parts of the current container while typing
- Fixed issue in IE that caused the selection being randomly set as a range on the next few characters while typing fast
- Changed nonInputKeys Array because KeyCode is not the same in Firefox and Chrome
- Fixed issue in Find/Replace*Dialog that prevented the selected text to be added to the search field automatically
Schema-demo v5.2.0
Changes
- Changed appropriate insert buttons to convert-or-insert buttons
Xeditor-Demo v1.4.0
Changes
- Demo-Buttons for subheading and lists are now using new convert buttons wich are using toolbar type `convertOrInsert`
Plugin-Spellchecker v.2.2.0
Changes
- Added configuration defaultTimeout for configuring the timeout used for live checking
Bugfixes
- Adjusted handling of timeouts in which live spell check will be performed
- Added new configuration spellcheckRequestParams. This object will be merged with the original request parameters used for spell check requests
- Added new configuration ajaxRequestOptions. This object will be merged with ajax request options send to server
Blackbox-dita v.1.6.0
Changes
- Changed to use a proxy instead of using coping all requests. This will fix the error of sending files to the blackbox.
Blackbox v.1.6.0
Changes
- Changed to use a proxy instead of using coping all requests. This will fix the error of sending files to the blackbox.
Plugin-Comment v1.4.1
Bugfixes
- Fixed issue that < and > are not display in comments/replys
- Changed operator for while*loop where range for comment is calculated
Plugin-Inlineformat v1.0.4
Bugfixes
- Bugfix for using inline elements with track changes
Plugin-Listfeatures v2.0.0
Changes
- Changed event parameter item of events listfeaturesbeforemove and listfeaturesbeforemove to items as plugin now able to move multiple items
- Added config enableMultiMove to be able to deactivate moving of multiple items at once
- Added own methods onEditorUpdateMenus and checkIndentOutdentEnabled overwriting super class to also enable in/outdent if multiple items selected
- Removed method elementIsEmpty as not needed
- Extended methods indent and outdent so those methods can handle moving multiple items at once (plus new result*object property multipleItemsMoved)
- Added method getListItemsBySelection wich returns an array of listitems based on the current selection
Plugin-Changetracker v1.5.0
Changes
- Added GUID
- Added method getNextStepIdForTransaction for getting next step numberof transactions
Bugfixes
- Fixed bug that timestamp gets updated when user b splits user a's changes
- Fixed highlighting of current selected change
- Used new method getNextStepIdForTransaction instead of just increasing number by one to avoid same step ids within transactions
Plugin-Raweditor v1.1.1
Bugfixes
- Added bugfix to set dirty flag of xeditor after open the valid xml
- Fixed Bug that sometimes prevented the document to be loaded after solving validation issues in raw editor
Plugin-Tagvisualizer v1.2.0
Changes
- Added configuration flag useAlias. If set to true, tag view will use the elements configured label, instead of the element name
Plugin-HTMLTable v1.1.0
Changes
- Added shortcut for insert row after last cell
- Added addRowAfterLastCellShortcut config for name of shortcut
Comments
0 comments
Article is closed for comments.