Telerik UI for Blazor 2024 Q3 (v6.1.0)

Released: Aug 5, 2024

Aggiornamenti in 2024 Q3 (v6.1.0)

Funzionalità

  • Common
    • Added compatibility with Microsoft .NET 9 Preview 6, 5 and 4.
    • Fluent Theme version has been updated to version 8.2.1.
    • Material Theme version has been updated to version 8.2.1.
    • Bootstrap Theme version has been updated to version 8.2.1.
    • Default Theme version has been updated to version 8.2.1.
    • Telerik Document Processing Library (DPL) version has been updated to 2024.3.802.
  • Windows installer (MSI)
    • Modernized windows installer (MSI) design.
    • Upgraded WiX version from 3.11.2 to 3.14.0.
  • Visual Studio Extension
    • Added support for .NET 8 in Blazor Convert Project.
    • Modernized Visual Studio extensions design.
  • Visual Studio Code Extension
    • Added support for .NET 8 in Blazor Convert Project.
  • Breadcrumb
    • Added new Size parameter.
  • Calendar
    • Added support for reverse date range selection.
  • Card
    • You can now allow setting height through a Height parameter.
  • Carousel
    • You can now allow customization of the theme color.
  • ContextMenu
    • Added support for popup collision.
  • DateRangePicker
    • Added support for reverse date range selection.
  • Editor
    • You can now allow custom prosemirror schema and plugins.
  • Grid
    • Added a cell selection mode.
  • Menu
    • Added support for popup collision.
  • Pager
    • You can now allow control over the info label through a ShowInfo parameter.
  • TreeList
    • Added a cell selection mode.
  • Upload
    • Changed MinFileSize and MaxFileSize types from int to long.
  • PdfProcessing
    • Introduced support for StrikeOut annotations.
    • Introduced support for Stamp annotations.
    • Introduced support for Popup annotations.
    • Introduced support for Text annotations.
    • Introduced support for Highlight annotations.
    • Introduced support for SVG to FormSource conversion.
    • Introduced support for Line annotations.
    • Added SVG element in a RadFixedPage so that it can be exported to PDF via the RadPdfProcessing library.
    • Added support for handling documents with mismatched font Subtype and FontFile type.
    • Introduced support for Strikethrough text property.
    • Introduced support for Dotted, Dashed, and DashSmallGap borders.
    • Added System.Formats.Asn1 to address issue in System.Security.Cryptography.Pcks.
  • SpreadProcessing
    • Introduced support for SVG images.
    • Added support for handling cached formula value importing and reading when the formula contains external references.
  • WordsProcessing
    • Introduced support for SVG images.
    • Introduced support for exporting text with a strike-through to PDF.

Correzioni

  • AutoComplete
    • Incorrect group displayed on filter.
  • Calendar
    • Cannot tab out of the calendar.
  • ColorPicker
    • Popup does not close on button click.
  • DateInput
    • AutoCorrectParts prevents entering a date.
    • Dateinput is not focused after clicking clear button.
  • Dialog
    • Predefined dialogs throw when hot reload updates is applied.
  • Drawer
    • Add k-level-0 class when drawer is expanded.
  • DropDownList
    • Popup is displayed in screen bounds.
  • Grid
    • Await select items methods.
    • Grouping throws a js error.
    • Checkbox requires a value for the valuexpression.
    • OnStateInit does not fire if GridAggregates fragment is empty.
  • ListView
    • Ensure interactive elements are accessible and the correct item is focused upon content focus in.
  • Map
    • Mousewheel zoom differs from zoom button.
  • Popover
    • Show on dynamic anchors.
  • Slider
    • Increase negative value on left arrow click.
  • SplitButton
    • Remove redundant id applied.
  • ToolBar
    • Toolbar button ignores the visible property when it is placed inside a toolbar button group.
  • Tooltip
    • Position is not updated when hovering between two anchors with small proximity.
  • TreeList
    • TreeList NoDataTemplate renders incorrect td CSS class.
  • PdfProcessing
    • Some documents are not displayed correctly when changing the culture to Right to Left in the .NET 5 or later project.
    • An invalid annotation position leads to missing content.
    • SkiaImageFormatProvider: Text is exported with a wrong position.
    • SkiaImageFormatProvider: Darker and lower quality image export on macOS.
    • An InvalidCastException is thrown when importing a PDF document with embedded files.
    • The page content is broken when exporting a document and inversing a non-invertible concat matrix.
    • The text is not displayed when CFF Private DICT has leading zeroes.
    • Missing text content is caused by a handled OverflowException while parsing Type1 font file.
  • SpreadProcessing
    • An InvalidOperationException is thrown when importing a specific document.
    • Incorrect calculation of UsedCellRange when conditional formatting is applied to a large cell range.
    • A FormatException is thrown when getting the formatted cell value as a string using the H format.
    • CellValueFormat comes out incorrect on export when it contains a specific sequence.
    • An ArgumentNullException is thrown when importing documents containing comments with no DateTime.
    • Wrong sheet name appears in the exception message when adding sheet with an already existing name.
  • WordsProcessing
    • A NullReferenceException is thrown when exporting a document with a field spanning multiple paragraphs inside a list to PDF.
    • PageField does not respect StartingPageNumber.
    • RtfFormatProvider: Indentation for bullets and numbering changes on export.
    • Inserting a Content Control in some cases is not added to the model.
    • Import from HTML doesn't apply style from class names in CSS.
    • A FileNotFoundException is thrown when using HtmlFormatProvider.Import.
    • DocFormatProvider: EndOfStreamException when importing a document with a specific image.
    • Replace doesn't match the text when it contains a BookmarkRangeStart/End objects.
    • The numbered list marker font is not properly exported to PDF.
    • List indent is not correct when exported to PDF.
    • Incorrect calculation of indentation occurs when a paragraph in the list has applied local indent, and the list style defines indent.
    • The hanging indent is not respected when exporting paragraphs with tabs to PDF.