- Fix an issue where ODF zip files were incorrectly generated (#917)
- Fix chrome selections that cannot be collapsd by clicking inside them (#905)
- Fix Inserted images being 1cm by 1cm in LibreOffice/OO (#904)
- Fix exported zip file being uncompressed ([#21]#21)
- Disable custom buttons save/saveAs/close/download when there is no session (#893)
- Fix breaking all empty annotations on merging the paragraph they are contained in with the one before (#877))
- Fix error message popup on deleting an annotation starting at the end of a paragraph or styled range (#880))
- Fix wrong style information for text in annotations (#881))
- In OpAddAnnotation support annotated ranges with 0 length (#879))
- OpAddAnnotation spec changed: length=0 no longer means unranged annotation, but a range of 0 length. For unranged annotations now use length=undefined.
See also section about WebODF
- Add a "review" modus where users can add, edit and remove own annotations, but not modify the actual document content (#883))
- No longer fail due to possible Byte Order Marks in ODF-internal XML files with Chromium (#872))
See also section about WebODF
- Add options for "Save as" and "Download" buttons in Wodo.TextEditor (#865))
- Add a "documentModified" state with change signal to UndoManager classes (#857))
- No longer fail on "draw:master-page-name" attributes values with non-alphabetic chars (#742))
See also section about WebODF
- Add a "documentModified" state with change signal (#857))
- Fix wrongly enabled hyperlink tools with no document loaded (#833)
- Prevent Cross-Site Scripting from style names and font names (#849) (CVE-2015-3012)
- Avoid badly rendered toolbar element with subsets of tools (#855))
- Prevent Cross-Site Scripting from links (#850) (CVE-2015-3012)
- Prevent browser translation service breaking the editor logic (#862))
- Only highlight ODF fields in edit mode (#816)
- Prevent Cross-Site Scripting from file names (#851) (CVE-2014-9716)
See also section about WebODF
- Fix broken loading of other files via "Open file..." button in localfileeditor example
- Add support for double line-through in Firefox (Chrome/Safari + IE don't support this feature) (#758)
- Add support for subscript & superscript (#755)
- In odf.OdfContainer allow creation of document template types as well as querying and setting the template state of the document
- Fixed occasional crash when splitting a paragraph (#723)
- Keep IME composition menu & avatar in the correct position when entering characters
- Allow screen-readers to read the document content correctly in OSX 10.8+ versions of Safari
- Scroll newly created annotations completely into view (#486)
- Improve line ending detection when word-wrapping occurs (#774)
See also section about WebODF
- Add support for the flat-xml and template variants of ODT, ODP, ODS (i.e. FODT, FODP, FODS and OTT, OTP, OTS)
- For ODP files sometimes template elements from the master pages were rendered inside the actual slides.
- Navigation via home/end keys, or up/down cursor keys is more reliable on all browsers. (#555, #405, #224, #185, #124, #98)
- More elements from master pages are now correctly positioned when displayed inside slides.
- In slides hide elements of class "header", "footer", "page-number" and "date-time" from master pages when configured so.
- numbering of multi-level lists is now well supported in rendering, including display of only a subset of the list numbers and continued numbering from previous lists (both
text:continue-numbering
andtext:continue-list
) (#565)
- Loading of documents without optional
<style:list-level-properties>
or<style:list-level-label-alignment>
no longer fails and stalls - Loading of ODT files with annotations in Internet Explorer 10 (and possibly other versions) no longer fails and stalls
See also section about WebODF
- Start-up of editor no longer hangs in some browsers Two different bugs were fixed which so far broke the start-up with Safari and other browsers using older WebKit versions as well as the default browser on Android 4.0.3 (#693)
- All toolbar elements are now disabled when no document is loaded. (#709)