Kendo UI 2024 Q1 (2024.1.319)

Released: Mar 20, 2024

2024 Q1 (2024.1.319) での更新項目

機能

  • Common
    • Fluent Theme Package (v.7.2.1).
    • Classic Theme Package (v.7.2.1).
    • Bootstrap Theme Package (v.7.2.1).
    • Default Theme Package (v.7.2.1).
    • Material Theme Package (v.7.2.1).
  • Editor
    • Added the ability to add paragraph marks.
    • Added the ability to set different paddings to cells.
    • Added the ability to set line height to paragraph.
  • Grid
    • Added the ability to re-render only specific rows.
    • Added the ability to show/hide multiple columns in Grid.

不具合の修正

  • Common
    • Source mapping does not allow debugging of kendo.all.min.js.
    • kendo.data.Model: nullable:true should not assign null value when defaultValue is defined.
  • AutoComplete
    • Row filter Clear icon does not clear the autocomplete in Grid.
  • Chart
    • Stack Bar Chart is not rendered correctly when type is set.
  • CheckBoxGroup
    • Missing span with class "k-checkbox-wrap" wrapping Checkbox inputs.
  • Checkbox
    • Missing span with class "k-checkbox-wrap" wrapping Checkbox inputs.
  • ComboBox
    • DropDownList.toggle() method TypeScript declaration.
    • ComboBox in a form does not reset its value.
  • ContextMenu
    • Vertical ContextMenu missing wrapper element div class="k-menu-scroll-wrapper vertical".
    • ContextMenu shows the k-menu-link-text span's HTML in the item text.
  • DateInput
    • Unbinding dateinput throws an error.
    • DateTimePicker with enabled DateInput does not display "ddd" format specifier correctly.
  • DatePicker
    • DateTimePicker with enabled DateInput does not display "ddd" format specifier correctly.
  • DateTimePicker
    • Modern DateTime picker messed-up and switches to timepicker when timepicker clicked in the back.
    • DateTimePicker with enabled DateInput does not display "ddd" format specifier correctly.
    • Date / Time choosing option is not shown in Date/Time Picker.
  • Dialog
    • Missing k-dialog-wrapper element of Dialog and wrong classes of Dialog actions.
    • Dialog.destroy method does not remove Dialog's modal overlay.
  • DockManager
    • Template Component is not reinitialized when the pane content is pinned and unpinned in the DockManager.
  • DropDownList
    • DropDownList.toggle() method TypeScript declaration.
  • DropDownTree
    • DropDownTree is not getting model values when it is bound with DataSource.
  • ExpansionPanel
    • ExpansionPanel control is not collapsing/expanding when set up collapseIconClass.
  • FileManager
    • FileManager's Search placeholder does not update as per the messages.
  • Grid
    • Grid throws a js exception on selecting a cell.
    • Grid columns ignore their width setting.
    • In the Grid "tabbed" columnMenu, the Column Visibility and Autosize options are missing.
    • Grid autoFitColumns does not change the column width if filtering is enabled.
    • Selecting a row from the skeletonloader causes an error.
    • Grid drag-and-drop row to an empty Grid is not working.
    • Row filter Clear icon does not clear the autocomplete in Grid.
    • setOptions does not change visibility of columns correctly.
  • Menu
    • Menu append creates invalid HTML when appending to an empty referenceItem.
  • MultiColumnComboBox
    • DropDownList.toggle() method TypeScript declaration.
  • NumericTextBox
    • NumericTextBox setOptions hides value when it is larger that the max property.
  • RadioButton
    • Missing span with class "k-radio-wrap" wrapping radio inputs.
  • RadioGroup
    • Missing span with class "k-radio-wrap" wrapping radio inputs.
  • Spreadsheet
    • Unable to use array formulas in Spreadsheet.
    • Export to Excel error.
  • TabStrip
    • There is no focus state on tabs.
    • TabStrip items could not be focused when navigating.
  • TaskBoard
    • The first editor in TaskBoard card edit popup is not focused by default.
  • TextBox
    • Setting enabled to TextBox in MVVM scenario disable the readonly mode.
    • TextBox readonly state behaves different compared to other editor components.
  • TimePicker
    • Timepicker "dates" configuration no longer works after using "modern" componentType.
  • ToolBar
    • Toolbar remove extra space after last button.
  • Tooltip
    • Tooltip flashes.
  • TreeList
    • TreeList collapse icons inaccessible when Edit mode is InCell.
    • Sortable TreeList shows title tooltip when hovering non-sortable column.
  • Window
    • Unexpected class k-hstack on Window title.