The weeks since the last release were spent on improving support for annotations with ODT files.
As a result this release now adds official support in Wodo.TextEditor for an alternative review-only modus (see the feature demo),
where users can only add, edit and remove own annotations, but not modify the actual document content. Also have a few annotation related bugs been fixed.
So go to the Download page and update your deployment of webodf.js or the Wodo.TextEditor. Or check the demos (general, features).
Changes between 0.5.6 and 0.5.7
WebODF
Improvements
- In OpAddAnnotation support annotated ranges with 0 length (#879)
Fixes
- 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)
Breaking changes
- OpAddAnnotation spec changed: length=0 no longer means unranged annotation, but a range of 0 length. For unranged annotations now use length=undefined.
Wodo.TextEditor
See also section about WebODF
Improvements
- Add a "review" modus where users can add, edit and remove own annotations, but not modify the actual document content (#883)