Less than 3 weeks after the release of WebODF 0.5.0 there is the first update.
It brings improvements in the rendering of the numbering of multi-level lists, solves issues during the startup of the Wodo.TextEditor on Safari and more.
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.0 and 0.5.1
WebODF
Improvements
- 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` and `text:continue-list`)
(#565)
Fixes
- 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
Wodo.TextEditor
See also section about WebODF
Fixes
- 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)