Telerik UI for Blazor R3 2023 (v4.6.0)

Released: Oct 11, 2023

R3 2023 (v4.6.0) での更新項目

機能

  • Common
    • Added a new ListBox component.
    • Added compatibility with Microsoft .NET 8 Release Candidate 2.
    • Telerik DataSource version has been updated to 2.1.5.
    • Telerik Document Processing Library (DPL) version has been updated to 2023.3.1005.
    • Strict CSP Compliance - You can now detach font icons from the themes.
    • Added compliance with WCAG 2.2.
  • Dependencies
    • Fluent Theme version has been updated to version v7.0.1.
    • Material Theme version has been updated to version v7.0.1.
    • Bootstrap Theme version has been updated to version v7.0.1.
    • Default Theme version has been updated to version v7.0.1.
  • Calendar
    • Calendar now complies with Accessibility specification.
  • Carousel
    • Carousel now complies with Accessibility specification.
  • Charts
    • Added trend line support.
  • ChipList
    • Chip and ChipList now complies with Accessibility specification.
  • DateInput
    • You can now allow the dayperiod placeholder to be specified.
    • Deleting date input value now sets its AP/PM part to a default 'aa' placeholder.
  • FontIcon
    • Streamlined classes used to style font and SVG icons.
  • Gantt
    • Exposed ThemeColor in the popup edit settings.
    • Enhanced keyboard navigation.
  • Grid
    • Exposed ThemeColor in the popup edit settings.
    • Optimized the initial render in multi-column header scenario.
    • Navigating through header and footer should now scroll the content table.
  • PDFViewer
    • PDFViewer now complies with Accessibility specification.
  • PanelBar
    • PanelBar now complies with Accessibility specification.
  • Scheduler
    • Exposed ThemeColor in the popup edit settings.
  • Splitter
    • Added Splitter SplitterPane Visible parameter.
  • SvgIcon
    • Streamlined classes used to style font and SVG icons.
  • TileLayout
    • TileLayout now complies with Accessibility specification.
  • TreeList
    • Exposed ThemeColor in the popup edit settings.
    • Optimized the initial render in multi-column header scenario.
  • TreeView
    • TreeView now complies with Accessibility specification.
  • Upload
    • Upload now complies with Accessibility specification.
  • PdfProcessing
    • You can now prevent exporting exactly the same fonts more than once.
  • WordsProcessing
    • Added support for importing documents containing runs as children of another run.
    • Added support for importing documents containing simple fields as a child of another run.
    • HtmlFormatProvider: Importing base64 images with no data source is now handled.

不具合の修正

  • ButtonGroup
    • Flicker when selecting button in buttongroup.
  • Checkbox
    • Missing span with class k-checkbox-wrap wrapping Checkbox inputs.
  • ChunkProgressBar
    • ProgressBar accessibility issues.
  • ContextMenu
    • Menu accessibility issues.
  • DatePicker
    • Value modifications with the arrow keys should be prevented when ReadOnly=true.
  • DateRangePicker
    • Value modifications with the arrow keys should be prevented when ReadOnly=true.
  • DateTimePicker
    • Value modifications with the arrow keys should be prevented when ReadOnly=true.
  • DropDownList
    • Tabbing or selecting from Filterable DropDownList will lose track of page focus.
  • Editor
    • Value should be cleaned from any prosemirror markup.
  • Gantt
    • GanttPopupEditSettings Title is not applied.
  • Grid
    • Mouse scrolling up a navigable virtual Grid may automatically scroll back down.
    • Popup Edit Form: Buttons do not render in the correct layout.
    • Grid with inline editing loses focus after Cancel button is hit with Enter.
    • Grid tab sequence is wrong after pager is focused and Shift+Tab is pressed.
    • Grid group header row can't be navigated with keyboard.
  • Menu
    • Menu accessibility issues.
    • The Menu keyboard navigation is not reading correctly the items while the NVDA screen reader is enabled.
  • MultiSelect
    • Tag mode does not show the number of selected items.
  • Pager
    • Pager triggers unnecessary data request on input blur.
  • ProgressBar
    • ProgressBar accessibility issues.
  • RangeSlider
    • Slider accessibility issues.
  • Slider
    • Slider accessibility issues.
  • Splitter
    • When hidden and shown again, the Splitter ignores Pane's initial position and adds it in the end.
  • ToolBar
    • Toolbar accessibility issues.
  • Tooltip
    • When a position is specified the tooltip is rendered initially aside from the target element before displaying at the correct position.
  • TreeList
    • Hierarchy indentation is not consistent with the toggle icon width.
    • Mouse scrolling up a navigable virtual Grid may automatically scroll back down.
  • Window
    • The ContextMenu is hidden behind the Modal Window.
  • Wizard
    • Keyboard navigation focus is out of sync with programmatic navigation.
  • PdfProcessing
    • A NullReferenceException is thrown when loading a document with no Encoding containing MicrosoftNonSymbolicGlyph.
    • TrueType Postscript fonts perceived as Standard fonts are embedded on export.
    • Some documents containing Type1 font without Private Dict are not rendered as expected.
    • A NullReferenceException is thrown when importing a document containing an updated xref table that has an invalid offset.
    • A KeyNotFoundException when getting glyph width with a standard font and WinAnsiEncoding.
    • InvalidOperationException is thrown when importing a document with an invalid offset of the cross-reference table.
    • An InvalidDataException 'Unknown compression method (0x31)' thrown when importing a document.
    • An InvalidCastException caused by colorspace defined as nested indirect objects.
    • Filled values in forms are missing when exporting to an image.
    • An exception is thrown when exporting an encoded document containing an image with Index ColorSpace.
    • An endless loop when importing a document containing an EI keyword not followed by space or return.
  • SpreadProcessing
    • Resolving a conditional formatting rule for cells with a row index greater than the max causes an exception.
    • Importing documents containing many formulas referring to constant values is causing a memory leak.
    • Importing an XLS document containing _xlfn.SINGLE defined name causes an InvalidOperationException.
    • Horizontal bar chart data is loaded incorrectly in some documents.
    • Exporting a document containing workbook properties and protection leads to an invalid document.
    • A NullReferenceException is thrown when copying a sheet containing chart with Marker which FILL is null.
    • Text is cut off when exporting to PDF with a specific font.
  • SpreadStreamProcessing
    • KeyNotFoundException is thrown when iterating cells having a disabled 'Normal font' formatting option.
  • WordsProcessing
    • When exported, a table cell with set borders is visualized with only top and bottom borders.
    • A table cell with a dark background is always exported with a white foreground.
    • PdfFormatProvider: ArgumentException because of negative line height.
    • HtmlFormatProvider: Wrong parsing of border styles when both are set inline and in CSS.
    • DOCX document fails to import if it contains content control without content inside the first block in the header or footer.
    • Document with a shape containing PictureFill fails to export to DOCX.