Kendo UI for jQuery 2024 Q3 (2024.3.1015)

Released: Oct 16, 2024

Kendo UI for jQuery 2024 Q3 (2024.3.1015) での更新項目

機能

  • Common
    • Fluent Theme Package (v.9.0.0).
    • Classic Theme Package (v.9.0.0).
    • Bootstrap Theme Package (v.9.0.0).
    • Default Theme Package (v.9.0.0).
    • Material Theme Package (v.9.0.0).
  • Windows installer (MSI)
    • Modernized Windows installer (MSI) design.
    • Upgraded WiX version from 3.11.2 to 3.14.0.
  • Visual Studio Code Extension
    • Added sample application templates (Blank, Admin, Dashboard, Grid, Standard) instead of page-based ones.
    • You can now allow jQuery template creation using the Kendo CLI npm package.

不具合の修正

  • Common
    • OData-v4 filter expression should wrap each filter predicate.
  • Calendar
    • The appearance when scrolling to next is sluggish in Calendar, DatePicker and DateTimePicker.
  • ComboBox
    • Cascade event fires without a change.
  • DatePicker
    • The appearance when scrolling to next is sluggish in Calendar, DatePicker and DateTimePicker.
  • DateRangePicker
    • DateRangePicker inconsistent range selection.
  • DateTimePicker
    • DateTimePicker does not change component type when setOptions is called.
    • The appearance when scrolling to next is sluggish in Calendar, DatePicker and DateTimePicker.
  • DropDownList
    • DropDownList does not stop propagation of Esc key.
    • Change events is triggered twice with virtualization enabled.
  • Editor
    • Incorrect title values of the inputs in the Editor hyperlink dialog.
    • Immutable elements do not reflect alignment state.
    • Inline Editor's toolbar hides on clicking backgroundcolor and forecolor tools' arrow icon.
    • Editor with grouped tools does not reflect select state.
    • The inline Editor does not hide when activating some of its tools.
    • Editor - "undo" key combination (Ctrl + Z) needs to be pressed twice to work when keydown is handled.
  • FileManager
    • FileManager's TreeView expand icon disappears on subfolder search.
  • Filter
    • The operators are localized in the filter preview in Filter.
    • The Filter component's custom operator text does not display correctly.
  • Gantt
    • In MVVM Gantt, tooltip.visible:false has no effect.
  • Grid
    • Clicking on modern Column Menu icon does not trigger menu item action.
    • Grid focuses a wrong column when sorting a column with nested columns.
    • Editable cell is not closing when the selectable is set to multiple row in Grid.
    • Groups cannot be expanded with group paging enabled and k-rtl class added on a container element.
    • The editable Grid cell closes when its editor is the Upload component and the "Select files" button is clicked.
    • Copy Paste to Search Panel in Grid is not working.
    • copySelectionToClipboard failing if there is hidden column.
    • Navigating to the last Grid page when grouping is enabled results in an error.
  • Menu
    • Unable to bind data-popup-collision in Menu using MVVM.
  • MultiColumnComboBox
    • Cascade event fires without a change.
  • Notification
    • NotificationTemplateTagHelper is not serialized when nested.
  • NumericTextBox
    • SelectOnFocus has no effect when the NumericTextBox is focused programmatically.
  • Scheduler
    • Spinners and calendar are not displayed for recurring rule in edit window in Scheduler.
  • TextArea
    • TextArea setOptions method does not destroy the widget.
  • TextBox
    • Cleared TextBox From Clear Button Retains Value.
  • TimePicker
    • TimePicker does not change componentType when setOptions is called.
    • Modern TimePicker shows 01 twice.
    • TimePicker displays incorrect value after calling its min API method.
  • Tooltip
    • Fast Mouse Movement Prevents Tooltip From Hiding.