Version 11.1

released on April 23, 2025

See also What's New of complex widgets:

Breaking Changes

  • UIManager: hotkeys are set with the Latin keyboard layout only. Check the Migration guide for details.

  • File Manager and Document Manager: changes in the services API, in the UI and in the data format for files loaded from server. Check the Migration guide for details.

  • Scheduler: horizontal scroll for the Units view, if there are too many units. The UI config has been reorganized, so you may need to adjust your existing customizations. Check the Migration guide for details.

  • The RichText control is deprecated. For now it remains in the library package, but may be removed in the future versions. Please, consider using the new Rich Text Editor widget instead.

New Features

Updates

  • hotkeys now can support QWERTY (default), QWERTZ and AZERTY layouts (e.g. Ctrl+Ö will be recognized as a valid hotkey)
  • File Manager: Location is added into the displayed item's details
  • Scheduler: the Units view is now scrollable, the configurable minWidth is set for unit columns
  • Spreadsheet: (UX for formatted dates) if a cell displays only time, the date editor will open as a timepicker
  • User Manager: cursor:pointer is displayed over clickable checkboxes in matrices ("user/role", "rule/role", "rule/user")
  • Gantt: tasks outside the specified scale now will not be displayed on Gantt's chart area
  • ToDo: better indication of the applied search

Fixes

  • hotkeys set with UIManager didn't work in non-Latin keyboard layouts
  • Texthighlight: with labelPosition:"top" a highlighted text was shifting from the input
  • Multicombo: wrong sizing with labelPosition: "left"
  • Button: maxWidth was ignored during resize
  • Calendar: minDate/maxDate limits were ignored during time selection (in an empty widget)
  • Window: the "Close" icon was misaligned
  • Tree with threeState: disabled items could be affected by checking/unchecking the parent node
  • File Manager and Document Manager:
    • (regression) the widget failed to switch to the "compact" mode during resize
    • (date filter) after the popup is closed, the end date was increased by +1 day
    • clipboard could store items that were no longer available by the old path (moved/deleted)
    • the "Paste" action ignored the selected folder as destination
    • (reactive state) in some cases, selectedFile and path didn't change in the "Double" mode (the "Total" mode in DM)
    • in the "Search" mode a context menu with irrelevant options could be opened on empty space
  • Document Manager: issues with removing and restoring folder hierarchy
  • Pivot: (filters) scroll position was not reset after changes in configuration
  • Scheduler: (Units view) events created by drag-n-drop received wrong start time and the length of 1 hour
  • Scheduler: forced reloading of events didn't work for dynamic loading
  • Gantt: inconsistent sorting of empty values across different browsers
  • Diagram: rotating/moving a copy of a shape with auto dimensions doesn't work
Back to top