Telerik UI for Blazor R2 2023 (v4.3.0)

Released: Jun 6, 2023

R2 2023 (v4.3.0) での更新項目

機能

  • Common
    • Added a new PivotGrid Component.
    • Added compatibility with Microsoft .NET 8 Preview 4.
    • Switched to default SVG icon rendering in components.
    • Added support for Blazor Hybrid.
  • Dependencies
    • Fluent Theme v.6.4.0.
    • Material Theme v.6.4.0.
    • Bootstrap Theme v.6.4.0.
    • Default Theme v.6.4.0.
    • Updated Telerik.FontIcons and Telerik.SvgIcons version to 1.5.0.
    • Updated DPL version to 2023.2.519.
  • Charts
    • You can now add Chart and StockChart Subtitle.
  • ColorPalette
    • Made Accessibility improvements.
  • ColorPicker
    • Made Accessibility improvements.
  • ContextMenu
    • Made Accessibility improvements.
  • DateTimePicker
    • Made Accessibility improvements.
  • FileManager
    • Exposed selected items in FileManager.
  • Menu
    • Made Accessibility improvements.
  • MultiColumnComboBox
    • Made Accessibility improvements.
  • Notification
    • Made Accessibility improvements.
  • Slider
    • Made Accessibility improvements.
  • Stepper
    • Made Accessibility improvements.
  • StockChart
    • You can now allow Stock Chart Navigator to be displayed on top.
    • Added the ability to rotate labels to StockChart.
    • Added StockChart Format and Template parameters for axes.
    • You can now add Chart and StockChart Subtitle.
  • TreeView
    • Made Accessibility improvements.
  • Window
    • You can now add a Window Footer.
  • Wizard
    • Made Accessibility improvements.
  • PdfProcessing
    • You can now handle invalid /NULL name encoding for Type1 and TrueType fonts.
    • Added an option to replace the predefined Standard Fonts.
    • Added public API for setting default stream compression when exporting PDF files.
    • Added a setting in PdfStreamWriter that allows you to export images with no compression.
    • Added support for exporting standard fonts with custom encoding.
    • Added a new default implementation for the ImageUtils' JpegImageConverter and ImagePropertiesResolver based on the SkiaSharp library.
  • SpreadStreamProcessing
    • Added support for importing rich text as plain text.
  • WordsProcessing
    • HtmlFormatProvider: Added support for setting color values using the rgb() function. Available in Microsoft .NET 4.5 and above.
    • Unified support of CSS shorthand/longhand properties. Available in .NET 4.5 and above.

不具合の修正

  • ColorPicker
    • First Click on ColorGradient HSV Slider has no Effect.
  • Form
    • PopupEdit throws when the Grid is bound to DataTable or ExpandoObject.
  • Gantt
    • When navigating away from a page with a Gantt an exception is thrown.
  • Grid
    • Grid first filter row editor has TabIndex set to 0 on intial load.
    • PopupEdit throws when the Grid is bound to DataTable or ExpandoObject.
    • Keyboard keys (left, right arrows, Home, End) not working in GridSearchBox.
  • MultiSelect
    • MultiSelect is taller compared to other inputs.
  • Pager
    • ListView more buttons throw in WASM.
  • TreeList
    • Keyboard keys (left, right arrows, Home, End) not working in GridSearchBox.
  • PdfProcessing
    • An EndOfStreamException is thrown when importing a document with startxref pointing to the end of the document.
    • ImageUtils: MissingMethodException is thrown when using a bigger than 2.0 ImageSharp version.
    • The CalGray color space properties are not correctly exported in an array.
    • Slow import of documents containing Shadings Pattern and ICCBased ColorSpace.
    • IOException is thrown when an object in the cross-reference stream has a negative offset.
    • Errors are thrown when validating signed PDF files with VeraPdf and other validators.
    • Wrong rendering of glyphs with a specific Type1 font.
    • The position of unsupported annotation is not calculated as expected when its bounding box starts from a position different than 0.
    • Spaces are displayed as rectangles for some TrueType fonts.
    • Some glyph geometries from Type1 fonts are not rendered correctly.
    • Glyphs are rendered with different font when trying to create Block with ZapfDingbats.
    • An ArgumentException is thrown when importing .notdef glyph.
    • Wrongly parsed document content when the indirect object contains more spaces between object number and generation number.
    • Wrong encoding is used when the PDF file contains font with custom encoding.
    • Some operators cannot be correctly parsed which causes incomplete import.
    • Setting a filter on a mask results in an invalid file when exporting.
    • A KeyNotFoundException is thrown when there is a symbolic font with predefined encoding.
    • A KeyNotFoundException exception is thrown when there are missing characters in the document.
    • А KeyNotFoundException exception is thrown with MacintoshNonSymbolic platform type and WinAnsiEncoding.
    • An InvalidCastException is thrown when importing documents where the endobj keyword is not on a new line.
    • Generated PDF files are not PDF/A compliant according to some validation tools.
    • Encrypted Hex strings in Bookmark titles are not decrypted on import.
    • Documents exported with cross-reference stream are invalid.
    • An ArgumentException is thrown when trying to clone a document containing SignatureField.
    • An ArgumentException is thrown when importing .notdef glyph.
    • Applying a wrong default image compression filter leads to a broken PDF file.
  • SpreadProcessing
    • Importing an XLS file causes NullReferenceException due to fill color.
    • Applying text format to a column also sets the format to the next column.
    • Repeating header rows are not imported correctly in some files.
    • An InvalidOperationException is thrown in the ValueContextResolver when importing a document that contains conditional formatting.
    • Sequence contains no matching element exception is thrown in files containing notes or comments.
    • A conditional formatting rule with a custom formula with reference to another sheet is lost when importing a file generated from Microsoft Excel.
  • WordsProcessing
    • HTML files encoded with Little Endian could not be imported correctly. Available in NET 4.5 and above.
    • PdfFormatProvider: The image in the header is not exported to PDF.
    • The forecolor of table cells text is not preserved when exporting to PDF.
    • Table row which has defined only 'val' attribute of the 'trHeight' is imported as row with auto height.
    • Exporting to PDF documents containing empty table rows results in 0 height of the rows.
    • An ArgumentException is thrown due to incorrect measurement of block elements inside TableCell.
    • NullReferenceException when importing a watermark with no opacity.
    • The mail merge does not work if the template contains a Table of Contents.
    • A KeyNotFoundException is thrown when importing an RTF that references a not declared font.
    • The header is not imported when it contains a watermark.
    • Empty table row is exported to PDF with different height.
    • Empty paragraphs at the end of a table cell are ignored on import from RTF.
    • Invalid list layout when converting to PDF and the list includes several pages.