You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The addTable() method finally supports auto-paging, including support for repeating table headers!
The addText() method text layout engine has been rewritten from scratch and handles every type of layout case now
New addText()fit option ('none' | 'shrink' | 'resize') addresses long-standing issues with shrink/resize objects (new demo page as well)
Fix for Angular "Buffer is unknown" issue
Major update of typescript defs, including tons of documentation that has been added
BREAKING CHANGES
TypeScript users: fill property no longer accepts strings, only ShapeFill type now (sorry!)
All users: table and textbox text linebreaks may act differently! (a major rewrite to correct long-standing issues with alignment/breakLine finally landed)
Added
Added: Auto-Paging finally comes to addTable()#262 (okaiyong)
Added: Chart DataTable formatting dataTableFormatCode and valLabelFormatCode#489 (phobos7000) #684 (hanzi)
Added: Background image for slides (deprecated bkgd:string with background:BkgdOpts) #610 (thomasowow)