Telerik UI for Blazor 2024 Q4 (v7.0.0)

Released: Nov 13, 2024

2024 Q4 (v7.0.0) での更新項目

機能

  • Common
    • Added compatibility with .NET 9.0.
    • Breaking change - .NET 7.0 is no longer supported.
    • Telerik Document Processing Library (DPL) version is updated to 2024.4.1106.
    • Telerik.SvgIcons version is updated to v.4.0.0.
    • Telerik.FontIcons version is updated to v.4.0.0.
    • Telerik DataSource version is updated to v.3.0.3.
    • Supports Bootstrap theme version 10.0.1.
    • Supports Classic theme version 10.0.1.
    • Supports Default theme version 10.0.1.
    • Supports Fluent theme version 10.0.1.
    • Supports Material theme version 10.0.1.
  • AutoComplete
    • Breaking change - Removed obsolete ClearButton parameter.
    • Breaking change - JavaScript error when opening an empty dropdown in debug mode.
  • Chart
    • Added no data template.
    • Removed the dependency on Hammer.js.
    • Breaking change - Removed obsolete ClearButton parameter.
  • DateRangePicker
    • Breaking change - Changed ShowOtherMonthDays parameter default value to false.
  • DropDownButton
    • Breaking change - Changed ShowArrowButton parameter default value to false.
  • Editor
    • Component hardened.
  • FileSelect
    • Added AriaDescribedBy and AriaLabelledBy parameters.
  • Gantt
    • Breaking change - Use dependecy type enum instead of integer.
    • Removed some unnecessary classes and configurations.
  • Grid
    • Optimized rendering time after data operations.
    • Breaking change - Show editors inside popup edit form for hidden columns.
    • Breaking change - Removed obsolete AutoFitColumn, AutoFitColumns and AutoFitAllColumns methods.
  • MultiColumnComboBox
    • Breaking change - Removed obsolete ClearButton parameter.
  • MultiSelect
    • Breaking change - Removed obsolete ClearButton parameter.
  • PanelBar
    • Breaking change - Removed tree-item prefix for node element id and aria active descendant.
  • PdfViewer
    • Added support for annotations.
  • Scheduler
    • Added resource group header template.
    • Added toolbar template.
    • Added agenda view.
    • Added option to hide all day row.
  • Spreadsheet
    • Added CSP compliance.
  • StockChart
    • Added no data template.
  • TabStrip
    • Added tabs alignment.
  • TextArea
    • Breaking change - Removed obsolete AutoSize parameter.
  • ToolBar
    • Added fillmode.
  • TreeList
    • Improved TreeList selection performance in WebAssembly.
  • Upload
    • Added AriaDescribedBy and AriaLabelledBy parameters.
    • Breaking change - Removed obsolete OpenFileSelectAsync method.

不具合の修正

  • AIPrompt
    • Text area should expand only vertically as per rendering spec.
  • AutoComplete
    • Fixed JavaScript error when opening an empty dropdown in debug mode.
  • ComboBox
    • Entering text quickly in the input field leads to the text blinking and becoming partially cleared.
    • Fixed JavaScript error when opening an empty dropdown in debug mode.
  • ContextMenu
    • Do not render orientation class.
  • DateInput
    • Fixed issue where ValidateOn Change triggers validation messages while typing.
    • Default Format does not obey newly set app culture.
  • DateTimePicker
    • DateTimePicker loses focus after the Now button is clicked.
  • Drawer
    • Fixed issue to prevent trapping HTML events.
  • DropDownList
    • Fixed JavaScript error when opening an empty dropdown in debug mode.
  • Editor
    • Fixed JavaScript error if using RemoveMsClasses or RemoveMsStyles without RemoveAttributes.
    • Textarea in the View HTML dialog does not resize with the popup.
    • The Editor's HTML markup inline CSS styles do not support semicolons (";") within CSS property values.
  • Filter
    • Ensure date time only pickers apply format when value is null.
  • Form
    • Ensure date/time pickers only apply format when value is null.
  • Gantt
    • Throws on empty add in wasm.
    • Fixed issue where button click in TaskTemplate that triggers navigation throws exception.
  • Grid
    • Fixed issue where Grid exits edit mode on row toggle when OnStateChanged is defined.
    • Grouping in OnStateInit with async OnRead throws an error.
    • Ensure date/time pickers only apply format when value is null.
    • Programmatic search does not show Clear button in GridSearchBox.
    • Render the header cell as per spec when column is not sortable.
    • Make row drop clue visible within modal window.
    • Link the popup edit form labels to their respective input.
    • Show display name value in content cell.
    • CheckBoxList filter persists after all checkboxes are unchecked.
    • Runtime changes to EditMode should correctly update navigation behavior.
    • Re-orderable parameter should be reactive.
    • Keyboard navigation flow is wrong when focusing content cell through click.
    • Prevent navigation on cancelled OnUpdate.
    • Improve Grid selection performance in WebAssembly.
    • Render table header cell filterable class if column menu is filterable.
    • Filter value is reset upon calling Rebind.
    • Filter context is reset after typing only one symbol in filter menu template input.
    • Using the filter menu template on a Foreign Key column with ColumnMenu is not working.
    • Ensure date time only pickers apply format when value is null.
    • Hierarchical Grid with ValidationTooltip throws exception on expanding the currently edited row.
    • Hierarchical Grid edit row closes on expand when using an EditorTemplate.
  • ListView
    • Arrow keys do not move the cursor of the text box and text area.
  • Menu
    • Menu is now positioned correctly when page is scrolled.
  • MiltiSelect
    • OnBlur does not fire after clearing the summary tag.
  • MultiColumnComboBox
    • Fixed JavaScript error when opening an empty dropdown in debug mode.
  • MultiSelect
    • Clicks on the prefix and suffix template should not open the dropdown.
    • Clear filter on blur.
    • Fixed JavaScript error when opening an empty dropdown in debug mode.
  • PivotGrid
    • Fixed column headers grand total localization.
    • Process data when data parameter is changed.
    • Make items drop clue visible within modal window.
  • Popover
    • Popover throws an exception when ShowCallout is set to false.
    • AnchorSelector parameter should be reactive.
  • Popup
    • Apply max and min height to animation container.
  • Scheduler
    • Misaligned appointments in timeline view.
    • Appointments in last slot are not rendered.
    • Recurrence editor not visible on mobile.
    • Recurrence edit form to comply with unified rendering.
    • Align timeline header cells.
    • Throws on fast view changes.
    • Throws on navigation before full initialization.
    • Show headers for single resources.
    • Rendering appointment in the last slot of timeline view throws an exception.
  • SplitButton
    • Render k-first and k-last classes to first and last buttons.
    • Popup does not open if primary button is clicked first.
  • Spreadsheet
    • Replaced incorrect icon in the column context menu.
  • TabStrip
    • Do not throw on invalid ActiveTabIndex.
    • Do not wrap the header template in k-link-text.
  • TileLayout
    • TileLayout renders zero tabindex on tiles even when not navigable.
    • The page cannot be scrolled when drag is initiated from within the TileLayout.
  • TimePicker
    • TimePicker loses focus after the Now button is clicked.
  • ToolBar
    • Overflow parameter of items should be reactive.
  • Tooltip
    • Fixed JavaScript error on mouse move during page load.
    • Z-index should be at least 10002 when the target has z-index too.
  • TreeList
    • Filter menu item disappears after filtering.
    • Fixed issue where in-cell editing date input doesn't receive focus.
    • Runtime changes to EditMode should correctly update navigation behavior.
    • Re-orderable parameter should be reactive.
    • Keyboard navigation flow is wrong when focusing content cell through click.
    • Show display name value in content cell.
    • Ensure date time only pickers apply format when value is null.
  • TreeView
    • Use equals when set expanded items.
  • Upload
    • Render the status icon inside upload-status wrapper element.
  • Visual Studio Extension
    • Project Wizard does not correctly apply the selected dark theme.