Version 11.0
released on November 27, 2024
See also What's New of complex widgets:
Breaking Changes
- File Manager and Document Manager: a collapsible section with filters has been added to the toolbar
The structure of the widgets has changed, so you may need to adjust your existing customizations. Check the Migration guide for details.
- Spreadsheet: categories for math methods in formulas
The default methods category may cause errors in cells if the methods used in them don't suit this category. Check the Migration guide for details.
New Features
- Export of images is now available in the common toExcel() method and in
Spreadsheet
- The mode: "auto" configuration property for webix.print()
- Export to Excel: frozen rows/cols
- Spreadsheet:
- File Manager and Document Manager:
- Report Manager:
- ability to show reports as standalone widgets
Updates
- Supported PDF.js version updated to 4.7.76
Fixes
- regression in Multicombo: suggest stays hidden while a user is typing
- regression in Multicombo: bottomLabel leads to wrong sizing
- improved data export to CSV (filterHTML)
- typescript definitions are improved
- Datatable: configuration of filters may ignore optionWidth in inputConfig
- Datatable: multisort state is shared across instances
- Datatable: concurrent data loads throw an error
- Treetable: client-side filters cannot be reset after additional parse
- Datatable in Firefox: a tooltip is still visible after the cursor has left the table
- Datatable in Firefox on Windows, any browser on macOS: inactive scrollbars
- Datatable: unnecessary mutations in the column's config
- Dynamic loading in Datatable: keyboard navigation does not load data upwards
- Dynamic loading in Datatable: dragging scrollbar triggers an additional request with incorrect parameters
- Diagram Editor: added shapes are rendered with incorrect sizes if type.height === "auto"
- Report Manager: unwanted vertical lines for chart facets and scroll
- Spreadsheet Toolbar buttons: the default value for the number format should be "common"
- Spreadsheet: the date editor throws an error if either a dot or a comma has been submitted as a value
- Spreadsheet: corrections for using merged cells in formulas
- Spreadsheet navigation: the "Ctrl+Left" shortcut didn't work as in Excel
- Spreadsheet navigation: the "Home" hotkey didn't move selection to the start of the table
- Spreadsheet: unexpected conversion of hexadecimal values to numbers
Back to top