Kendo UI for jQuery 2025 Q1 (2025.1.211)

Released: Feb 12, 2025

Kendo UI for jQuery 2025 Q1 (2025.1.211) での更新項目

機能

  • Common:
    • Added new OTP Input Component.
    • Added new Chart Wizard Component.
    • Added support for CSS variables.
    • Fluent Theme Package (v.10.2.0).
    • Classic Theme Package (v.10.2.0).
    • Bootstrap Theme Package (v.10.2.0).
    • Default Theme Package (v.10.2.0).
    • Material Theme Package (v.10.2.0).
  • AutoComplete:
    • Added support for configuring InputMode attribute of input elements.
  • Chart:
    • Now allows customizing the focus highlight.
  • ColorGradient:
    • Added size property.
  • ColorPalette:
    • Added size property.
  • ColorPicker:
    • Added Adaptive Mode.
    • Added size property.
  • ComboBox:
    • Added support for configuring InputMode attribute of input elements.
  • DateInput:
    • Added support for configuring InputMode attribute of input elements.
  • DatePicker:
    • Added support for configuring InputMode attribute of input elements.
  • DateRangePicker:
    • Added support for configuring InputMode attribute of input elements.
  • DateTimePicker:
    • Added support for configuring InputMode attribute of input elements.
  • FlatColorPicker:
    • Added size property.
  • Form
    • Exposed a clearButton API configuration that will remove or add the clear button from the Form.
  • MaskedTextBox:
    • Added support for configuring InputMode attribute of input elements.
  • MultiColumnComboBox:
    • Added support for configuring InputMode attribute of input elements.
  • MultiSelect:
    • Added support for configuring InputMode attribute of input elements.
  • NumericTextBox:
    • Added support for configuring InputMode attribute of input elements.
  • PDFViewer:
    • Added Annotations.
  • TabStrip:
    • Enhanced TabStrip scroll buttons.
    • Added size property.
    • Added support for TabStrip tabs alignment.
  • TextArea:
    • Added support for configuring InputMode attribute of input elements.
  • TextBox:
    • Added support for configuring InputMode attribute of input elements.
  • TimeDurationPicker:
    • Added support for configuring InputMode attribute of input elements.
  • TimePicker:
    • Added support for configuring InputMode attribute of input elements.
  • ToolBar:
    • Added ToolBar Size property.
    • Added ToolBar scroll and section overflow modes.
  • Windows installer (MSI):
    • Upgraded WiX version from 3.14.0 to 5.0.2.
  • Visual Studio Extension:
    • Added "Download License Key" functionality.
  • Visual Studio Code Extension:
    • Added "Download License Key" functionality.

不具合の修正

  • Common:
    • Fixed error thrown by npm build due to missing 'kendo-version' module.
    • Fixed issue where source mapping does not allow debugging of kendo.all.min.js.
  • Chart:
    • Fixed issue where Chart setOptions() fails to reflect the noData chart overlay.
    • Fixed issue where Stacked Chart legend's colors are not in sync with series colors.
  • Chat:
    • Fixed an issue where clicking scroll buttons submits the form containing the Chat.
  • DatePicker:
    • Fixed issue where DatePicker min does not take effect in Grid when culture is set.
  • DateTimePicker:
    • Fixed issue where changing the AM/PM in the DateTimePicker using the arrow keys also changes the day.
  • Diagram:
    • Fixed TypeError: "diagram.exportImage(...).done is not a function".
  • DockManager:
    • Fixed issue where you were unable to drag tabbed DockManager panes.
  • DropDownList:
    • Fixed issue where binding an MVVM DropDownList to null data produces an error.
    • Fixed issue where change event is not fired when selecting an item with the keyboard in DropDownList.
    • Fixed issue where the initially selected option of a DropDownList filter menu is not set.
  • DropDownTree:
    • Fixed issue where DropDownTree input field does not show selected items correctly.
  • Editor:
    • Fixed issue where content in inline Editor is wrapped when its font style is changed.
    • Fixed issue where there were duplicate Editor tools in the more tools menu and the toolbar.
    • Fixed issue where clicking on disabled Editor tools such as Outdent removes the focus from the edit area.
    • Fixed issue where Inline Editor removes Toolbar items when it is set as resizable.
    • Fixed issue where the name of the custom tool in the Editor is not added as a class in the element.
  • Gantt:
    • Fixed issue where the last row was missing in Gantt exported to PDF.
  • Grid:
    • Fixed issue where Grid ScrollToItem throws an error with virtual columns.
    • Fixed issue where CTRL + END is not working on a Grid with column virtualization.
    • Fixed issue where ColumnMenu in Grid is not scrollable.
    • Fixed issue where the last column of the Grid is a different color when a hidden column is sorted.
    • Fixed issue where preventing Excel export does not work.
    • Fixed issue where Grid is lacking header classes when created from HTML table.
    • Fixed issue where script tag gets executed on drag when encoding is enabled in Grid.
    • Fixed issue where last item of Grid e.sender.items is undefined.
    • Fixed issue where the k-sorted class is applied to the incorrect column when the sorted column is hidden.
    • Fixed issue where Grid Column filter input is not focused when you click on it.
    • Fixed issue where Aria labels for Grid row filter inputs are not descriptive.
    • Fixed issue where sorted styles are incorrectly applied to the Grid's last column.
    • Fixed issue where RTL Grid with horizontal scrolling scrolls to the last column instead of the first.
    • Fixed issue where ColumnMenu groups in combination with multi-column headers gives an error.
    • Fixed issue where DatePicker min does not take effect in Grid when culture is set.
    • Fixed issue where Grid column menu does not disable last checkbox when the menu option for command column is set to false.
    • Fixed issue where Download Builder Tool does not add all dependencies for Grid.
    • Fixed issue where Grid row reorder triggers Destroy transport.
    • Fixed issue where locked cells without content cause the row to grow larger.
    • Fixed issue where Grid table goes outside the border of the widget on window resize.
    • Fixed issue where Kendo Grid resize handle is not working with virtual scroll.
    • Fixed issue where you were unable to drag and drop the first unlocked Grid column as the last locked column.
    • Fixed issue where the cellClose event of the Grid doesn't fire when the value is modified and the cell is closed.
    • Fixed issue where ForeignKey column is not using the EditorTemplate.
    • Fixed issue where the initially selected option of a DropDownList filter menu is not set.
    • Fixed issue where Column Menu with Component Type "modern" is not translated.
    • Fixed issue where empty Grid fails accessibility check as it has element with role="rowgroup", that does not contain row elements.
    • Fixed issue where using the setOptions() method in an MVVM Grid causes two read requests.
    • Fixed issue where filterMenuOpen not triggered when enabled adaptive rendering of Grid.
    • Fixed issue where Filter menu position is not correct when opened for the first time.
  • Menu:
    • Fixed issue where Menu throws error on second click on mobile devices.
    • Fixed issue where Menu not closing on mobile devices.
  • MultiSelect:
    • Fixed issue where MultiSelect duplicates selected item.
  • Popover:
    • Fixed issue where the hide method doesn't hide the Popover when toggleOnClick is set to true.
  • Scheduler:
    • Fixed issue where the Scheduler header and table are misaligned when the browser is zoomed.
    • Fixed issue where an unexpected add event triggered on editing an existing event of Scheduler with eventTemplate containing a table element.
    • Fixed issue where Scheduler change event does not fire when selecting the last slot after previous selection.
  • Slider:
    • Fixed issue where Slider's increase and decrease buttons are focusable.
  • Splitter:
    • Fixed issue where Splitter's methods do not behave as expected.
    • Fixed issue when the splitbar is focused, the page scrolls down.
  • Spreadsheet:
    • Fixed issue where Spreadsheet saveAsExcel throws an error.
  • TabStrip:
    • Fixed issue where TabStrip doesn't switch to scrolling when resized smaller.
  • TaskBoard:
    • Fixed issue where TaskBoard Execute Event - MoveCardCommand is not prevented.
  • TimePicker:
    • Fixed issue in modern TimePicker where value input is incorrect when using the keyboard.
    • Fixed issue where TimePicker filter dropdown list does not show all time slots after clearing the filter.
  • TreeList:
    • Fixed issue where TreeList sends only 3 delete requests for a parent row with more than two child records.
    • Fixed issue when using a draghandle to drag a same level item below another item, it will not drop in the correct place.
  • Upload:
    • Fixed issue where Upload's dropzone message disappears when dragging a file.