Version 11.2

released on September 26, 2025

For GPL users: this version includes the fixes released earlier in patch-releases for PRO version. You can check the list of these fixes in the What's new for v11.1.x.

See also What's New of complex widgets:

Breaking Changes

New Features

Updates

Fixes

  • refreshing columns caused a call stack exception in certain cases
  • tooltips for data items didn't update with data
  • Typescript definitions: correct configuration for the sort method
  • general improvements for Typescript definitions
  • Spreadsheet:
    • removing a row didn't trigger all necessary updates
    • correct sorting for 0 (number) and "0" (string) values
  • Gantt:
    • compact mode: empty space appeared beneath the main UI area after closing the Info or Editor windows
  • Rich Text Editor:
    • compact mode: empty space appeared beneath the main Editor area
    • setting the cursor to a heading didn't update the font size selector in Toolbar
    • the text of headings was always rendered as bold
    • Link and Image popups were misaligned with the scroll position and visible area
    • export (.pdf and .docx): improved handling of headings and lists
    • export and import (.docx): improved handling of line breaks
    • improved parsing of empty text paragraphs from HTML
    • correct selection for self-closing HTML tags
    • HTML parsing:
      • correct auto-wrapping
      • indent/outdent (margin-left) and line-height were ignored
      • fonts were not loaded/not set properly if the font-family value was escaped
    • correct skin-based fallback of unsupported fonts
    • correct range selection for paragraphs
  • File Manager:
    • empty space appeared beneath the main UI area after the progress popup had been hidden
  • Document Manager
    • empty space appeared beneath the main UI area after the progress popup had been hidden
    • empty space appeared beneath the main UI area after the "Share" popup had been hidden
  • Pivot
    • empty space appeared beneath the main UI area after the configuration panel had been hidden
Back to top