Core v5.3.0
Changes
- Adjusted calculation of visible reviewbar entries to first check if whole document is visible
- Replaced reviewbar text buttons in body with getButtons interface method to provide button configs for rendering buttons in the reviewbar entry head
- Added font awesome css
- Added method updateHeightEntryContainer to Reviewbar which is executed during initialization of Reviewbar and on resize of iframe to adjust the height of the bar dynamically to avoid entries being not visible
- Actions copy and cut will now be disabled if no range is selected, as in this case the action can not be performed
Bugfixes
- Bugfix for FindReplace to replace with empty strings.
- Fixed JSDuc comments
- added property selectionClassName to Editor class
- updated Editor.updateSelectionClass to use selectionClassName-property
- added check to HistoryManager.handleElementClassAction to dont process class actions with classes that are contained in HistoryManager.classNamesToIgnoreActions
- Added fallback fonts. This fonts are required to display some characters that are not supported in Lora in some browsers (i.e. Edge)
- Bugfix for reviewbar to display the entries correclty on different authors
- Added method updateHeightEntryContainer to Reviewbar wich is executed during initialization of Reviewbar and on resize of iframe to adjust the height of the bar dynamically to avoid entries being not visible
- Fixed wrong index handling in method updateVisibleEntryStore of Reviewbar
- Fixed handling of document splitting along with review bar entries that caused some entries being not properly added to the current part
- Fixed issue while updating entry store of review bar that sometimes caused entries to get moved to wrong position
- Fixed JSDuc comments
- Added missing JSDuc to Util.generatePluginButtonListener
- Introduced max height of reviewbar comment text and replies to avoid review bar entries getting too big for the document view
- Added bugfix for ExtJS causing devices with touch support being unable to click on Ext items (like menus) on Firefox 52 and higher
- Added fix for IE preventing key input to be synched with the document
blackbox v1.4.0
Changes
- Added option to format xml on transformation and validation
- Removed libxsljs validator and transformator because they where not used and support was dropped since the new version of libxmljs
- Added basic error output on different error types
- Bugfix for dispose of JXerifyValidator
Bugfixes
- Changed usage of request-library in customer gateway as it seems that only the property "hostname" is affecting initially set hosts
blackbox v1.4.1 (patch)
Bugfixes
- Updated xhtml lib
blackbox-dita v1.4.0
Changes
- Added option to format xml on transformation and validation
- Removed libxsljs validator and transformator because they where not used and support was dropped since the new version of libxmljs
Bugfixes
- Added basic error output on different error types
- Adjusted getconrefinformation.xsl for range selections to only select a end element that shares the same parent as the start element and comes after the start element in document order
- Adjusted getconrefinformation.xsl to escape the text content for json strings to avoid invalid JSON
- Adjusted getconrefinformation.xsl to strip the text content to 100 characters for performance gain and smaller responses
- Adjusted getconrefinformation.xsl to only show elements that have same or specialized type as the type given (if given)
- Adjusted getconrefinformation.xsl to only show elements that have same or specialized parent type as the parent type given (if given)
- Bugfix for dispose of JXerifyValidator
- Changed usage of request-library in customer gateway as it seems that only the property "hostname" is affecting initially set hosts
schema-dita-core v4.1.1
Bugfixes
- changed showLookUpConref signature and added parentType to be able to provide parentType to conref info backend to filter element results accordingly
plugin-tagvisualizer v1.0.2
Changes
- Added styling inline-block to tag
plugin-spellchecker v2.0.0
Changes
- Complete redesign of the Spellchecker
- Added a feature to check the document live
- Splitting of a large requests into many small requests to reduce waiting times and solve timeouts
plugin-raweditor v1.1.0
Changes
- Added option autoFormat to enable formatting on transformation
plugin-mathmleditor v1.0.3
Bugfixes
- Bugfix in the mathmleditor library to produce correct mml for some elements
plugin-inlineformat 1.0.3
Bugfixes
- Bugfix for applyFormat that caused an error to be thrown if an empty format was created behind an other format.
- Bugfix for applyFormat that caused to create nested formats of the same type (e.g. bold in bold) if the same format was wrapped around content that already contained that format
plugin-comment 1.3.0
Changes
- changed phrases from global to comment specific, in order to enable changes to be made without overriding global phrases. E.g global.edit has been changed to xeditor.comment.edit
Bugfixes
- Fixed JSDuc comments
- Moved offset range that is used when creating new comments from button property to plugin property. Therefore, comments are now properly created
even if toolbar overflow handler created a new button - Fixed wrong reference to comment when property deleteOnlyOwnComments was set to true causing Xeditor to crash
- Reviewbar instance of comment plugin can now prevent next document parts from being shown in cases where unsaved comments or replies may be lost
- Bugfix to update comment befor render
plugin-chgangetracker 1.3.0
Changes
- Made Highlight-Classnames configurable
- Highlight-Classnames are now pushed into historyManager.classNamesToIgnoreActions array
- Removed text buttons from review bar template
- Added getButtons function to entry type handler (commit/revert buttons of reviewbar entry are now shown in reviewbar entry header)
Bugfixes
- Fixed JSDuc comments
- Bugfix for wrong splits of insert changes
plugin-changeelementlevel 1.0.2
Changes
- adjusted checkIndentOutdentEnabled to enable indent/outdent also if selection is within removed content but element to be moved is not removed
xeditor v1.1.2 (blank demo)
Changes
- Adjusted demo template for list items that can contain text
- Added demo template for list items that contain only elements and no direct text nodes
- Adjusted Xeditor core version number
- Fixed path to favicon
xeditor-demo v1.2.0
Changes
- Adjusted version of spellchecker to new major release v2.0
- Adjusted toolbar to new spellchecker version
Bugfixes
- Changed Server from demo content to Lorem ipsum dolor
- Adjusted demo template for list items that can contain text
xeditor-dita v1.3.0
Changes
- Adjusted version of spellchecker to new major release v2.0
- Adjusted toolbar to new spellchecker version
- FontAwesome is now available within the editor iframe (include added)
Bugfixes
- Adjusted demo template for list items that can contain text
xeditor-jats v1.1.0
Changes
- FontAwesome is now available within the editor iframe (include added)
- Adjusted version of spellchecker to new major release v2.0
- Adjusted toolbar to new spellchecker version
component-aceeditor v1.1.0
Changes
- Removed formatting function from xeditor mode because is does not work as expected
Comments
0 comments
Article is closed for comments.