A new year, so time for a first new update. To protect against losing data, the editor now has a state "documentModified", by which can be checked if the document has been edited since the last processing or saving. Also have a few security holes been closed.
So go to the Download page and update your deployment of webodf.js or the Wodo.TextEditor. Or check the demos.
Changes between 0.5.4 and 0.5.5
WebODF
Improvements
- Add a "documentModified" state with change signal to UndoManager classes (#857)
Fixes
- No longer fail on "draw:master-page-name" attributes values with non-alphabetic chars (#742)
Wodo.TextEditor
See also section about WebODF
Improvements
- Add a "documentModified" state with change signal (#857)
Fixes
- Fix wrongly enabled hyperlink tools with no document loaded (#833)
- Prevent Cross-Site Scripting from style names and font names (#849)
- Avoid badly rendered toolbar element with subsets of tools (#855)
- Prevent Cross-Site Scripting from links (#816)
- Prevent browser translation service breaking the editor logic (#862)