Telerik UI for Blazor R3 2022 SP1 (v3.7.0)

Released: Nov 9, 2022

Atualizações na R3 2022 SP1 (v3.7.0)

Recursos

  • Common
    • Added new Signature component.
    • Updated DPL version to 2022.3.1108.
    • Material Theme v.5.11.0.
    • Bootstrap Theme v.5.11.0.
    • Default Theme v.5.11.0.
    • Fluent Theme v.5.11.0.
    • Added compatibility with Microsoft .NET 7.
  • AutoComplete
    • Added support for adaptive rendering.
  • Calendar
    • Added the ability to customize 'size'.
    • Added support for vertical orientation.
  • ComboBox
    • Added support for adaptive rendering.
  • DateInput
    • Added new AutoComplete parameter.
  • DatePicker
    • Added new AutoComplete parameter.
    • Added OnCalendarCellRender event for all Date Pickers.
    • Added support for adaptive rendering.
  • DateRangePicker
    • Added support for vertical orientation.
    • Added OnCalendarCellRender event for all Date Pickers.
    • Added support for adaptive rendering.
  • DateTimePicker
    • Added new AutoComplete parameter.
    • Added OnCalendarCellRender event for all Date Pickers.
    • Added support for adaptive rendering.
  • DropDownList
    • Added support for adaptive rendering.
  • Grid
    • Changed position of the pager component.
  • ListView
    • Changed position of the pager component.
  • MultiColumnComboBox
    • Added support for adaptive rendering.
  • MultiSelect
    • Added support for adaptive rendering.
  • Notification
    • Exposed IconClass and ImageUrl in the NotificationModel.
  • Scheduler
    • Added new OnCellRender event.
    • Added the ability to customize Scheduler Slots.
  • TabStrip
    • Added new Refresh method.
  • TimePicker
    • Added new AutoComplete parameter.
    • Added support for adaptive rendering.
  • TreeList
    • Changed position of the pager component.
  • PdfProcessing
    • Added support for embedding only a subset of characters used in the document, when registering CidType2Font using FontsRepository.
  • SpreadProcessing
    • Removed an obsolete Add method from SeriesCollectionOfT class. Use the other overrides instead.
  • WordsProcessing
    • Added the ability to preserve bin images on import/export.
    • Added support for SEQ Field.

Correções

  • Breadcrumb
    • Аria-disabled attribute does not render on the correct element.
  • Calendar
    • Use Cmd instead of Ctrl for multiple selection and keyboard navigation on Mac.
  • ColorPicker
    • Gradient and Palette View toggle buttons ignore localization.
    • Cannot type HEX color if no current value.
  • ComboBox
    • Combobox selected value is not in sync with value typed in the input.
  • DateRangePicker
    • The DateRangePicker with a null value shows its calendar incorrectly compared to the other pickers (DatePicker, DateTimePicker) after version 3.3.
  • DropDownList
    • OnItemRender event is not fired for default list item.
    • DropDownList throws on Enter and Up/Down when no data.
  • Editor
    • Update button text is missing.
  • Grid
    • Grid frozen column offset incorrectly formatted.
  • MultiColumnComboBox
    • Horizontal scroll breaks when the total width of all columns exceeds the width of the popup.
  • Scheduler
    • The calendar header displays incorrect month value of the selected date in Month View.
    • Edit event should be raised before Add, and should always contain a populated Item property.
    • Toggling AllowUpdate at runtime does not update the scheduler behavior until you toggle a view.
  • TabStrip
    • Scrollable Tabs arrows do not appear when adding tabs dynamically.
  • Tooltip
    • ValidationTooltip causes "null" browser tooltips.
  • TreeView
    • Use Cmd instead of Ctrl for multiple selection and keyboard navigation on Mac.
  • Upload
    • The files dialog for selection in Upload is not opening on clicking enter or space on the keyboard while the NVDA screen reader is enabled.
    • Listed items in Upload are not accessible to the keyboard navigation when you use NVDA screen reader.
  • Validator
    • ValidationTooltip causes "null" browser tooltips.
  • Window
    • Setting state causes issues with the Window position.
  • PdfProcessing
    • Some PostScript fonts are not falling back to the correct one.
    • Exporting rotated pages to images causes clipped images.
    • The document info is not exported correctly when the document is encrypted.
    • An ArgumentNullException is thrown when exporting a document that contains a Widget created with FixedContentEditor.
  • SpreadProcessing
    • PdfFormatProvider: Text is cut off in Net Standard with a specific document.
    • Error message for invalid column name appears on import with a specific document.
    • Exception when exporting a conditional formatting rule with no formatting.
    • Wrong color scheme colors lead to wrong cell coloring on export.
  • WordsProcessing
    • InvalidOperationException thrown when exporting FloatingImage which is the first element in a continuous section to PDF.
    • Endless loop while the PDF exporter splits a block with an image.
    • HTML is truncated when there is a field without a separator.
    • A FileNotFoundException is thrown when importing a file and not having a DrawingML reference.
    • Importing an HTML image with no source and then exporting it to PDF causes an exception.
    • An InvalidCastException is thrown when exporting to PDF of calling UpdateField(s) method and a document contains hyperlink before bookmark.