Telerik UI for Blazor R3 2022 (3.6.0)

Released: Sep 14, 2022

R3 2022 (v3.6.0) 버젼 업데이트

기능

  • Common
    • New PDF Viewer Component.
    • Fluent Theme v.5.8.0.
    • Material Theme v.5.8.0.
    • Bootstrap Theme v.5.8.0.
    • Default Theme - v.5.8.0.
    • Enhance project templates.
    • Update DPL version to 2022.3.906.
  • AutoComplete
    • OnOpen/OnClose Events.
    • OnItemRender event.
  • Breadcrumb
    • WCAG 2.1 AAA and Section 508 compliance.
  • Charts
    • Tooltip to have transition for its positional attributes.
  • ColorPicker
    • OnOpen/OnClose Events.
  • ComboBox
    • OnOpen/OnClose Events.
    • OnItemRender event.
  • DatePicker
    • OnOpen/OnClose Events.
  • DateRangePicker
    • OnOpen/OnClose Events.
  • DateTimePicker
    • OnOpen/OnClose Events.
  • Drawer
    • WCAG 2.1 AAA and Section 508 compliance.
  • DropDownList
    • OnOpen/OnClose Events.
    • OnItemRender event.
  • FileSelect
    • Add Id Parameter.
    • Add Accept Parameter.
    • Add Capture parameter.
  • Gantt
    • Gantt - Rebind method.
  • Grid
    • Expose the group value in the group footer template context.
    • Drag & Drop Events.
    • SelectAll header checkbox to take filtering into account.
  • MultiColumnComboBox
    • OnOpen/OnClose Events.
  • MultiSelect
    • OnOpen/OnClose Events.
    • OnItemRender event.
  • PanelBar
    • WCAG 2.1 AAA and Section 508 compliance.
  • Scheduler
    • Drag & Drop Events.
  • TabStrip
    • WCAG 2.1 AAA and Section 508 compliance.
  • TimePicker
    • OnOpen/OnClose Events.
  • TreeList
    • Drag & Drop Events.
  • TreeView
    • Drag & Drop Events.
  • Upload
    • Add Id Parameter.
    • Add Accept Parameter.
    • Add Capture parameter.
  • PdfProcessing
    • Optimized and reduced the exported document size when using the same font on more than one block.
    • Introduced support for exporting document pages to images.
  • SpreadProcessing
    • Exposed a method converting hex colors to Telerik.Documents.Media.Color.
    • Introduced Print Titles, allowing for specific rows and columns to be repeated on every printed page.
  • SpreadStreamProcessing
    • Implemented workbook import.
  • WordsProcessing
    • DocxFormatProvider: Introduced support for importing images defined in AlternateContent tag.
    • Introduced support for title attribute of the NonVisualDrawingProperties for a shape/image when working with DOCX.
    • Introduced support for Page Numbering Fields - PAGE, PAGEREF, NUMPAGES, SECTIONPAGES, SECTION.
    • DocxFormatProvider: Introduced support for import/export of shapes from/to DOCX file format. Note: Text inside shapes is not yet supported.

수정사항

  • Breadcrumb
    • A stack overflow exception is thrown when navigating in Breadcrumb items of the FileManager.
  • DateInput
    • DateInput OnBlur event does not fire in versions 3.4 and 3.5.
  • DatePicker
    • aria-controls points to a non-rendered Calendar element.
  • DateRangePicker
    • aria-controls points to a non-rendered Calendar element.
  • DateTimePicker
    • aria-controls points to a non-rendered Calendar element.
  • Editor
    • View HTML dialog does not allow textarea scrolling.
  • FileManager
    • Multiple selection in ListView mode doesn't work on Mac.
    • A stack overflow exception is thrown when navigating in Breadcrumb items of the FileManager.
  • Filter
    • Long list of custom values causes the dropdown to overflow the screen.
  • Grid
    • Grid current page and data get out of sync upon drag-drop of last item on a page.
    • Deleting all rows on the last page does not work as expected when using OnRead.
    • Field and Value properties from event args don't populate in incell editing.
  • Pager
    • Long list of custom values causes the dropdown to overflow the screen.
  • Splitter
    • Splitter resize does not work on touch devices.
  • TabStrip
    • TabStrip throws if the first tab is not visible.
  • TimePicker
    • aria-controls points to a non-rendered Calendar element.
  • TreeList
    • Field and Value properties from event args don't populate in incell editing.
  • TreeView
    • TreeView drag-drop does not work on touch devices.
  • Window
    • Window draggable does not work on touch devices.
  • PdfProcessing
    • The default ImagePropertiesResolver does not handle the RGB24 pixel format which leads to an exception being thrown.
    • A signed and exported document does not show the digital signature in the Signature panel.
    • Hidden fields with pushButton widget become visible when using FlattenFormFields method to flatten fields.
  • WordsProcessing
    • Document containing Group element with no content control inside this part causes InvalidOperationException.
    • Break elements defined in the same run with other text are imported from DOCX at the end of the run.
    • Wrong paragraph`s parent when inserting new section between paragraphs.
    • Image alternate text is not properly exported to DOCX.
    • ReplaceText with a string containing multiple lines retains the formatting of only the first one.