Kendo UI + Telerik UI for ASP.NET (MVC & Core) R1 2023 SP1

Released: Mar 15, 2023

Actualizaciones en R1 2023 SP1

Características

  • Common
    • Added centralized support for SVG and Font icons across all UI components.
    • Fluent Theme Package (v6.2.0).
    • Classic Theme Package (v6.2.0).
    • Bootstrap Theme Package (v6.2.0).
    • Default Theme Package (v6.2.0).
    • Material Theme Package (v6.2.0).
    • Added CSP compliant Client templates.
    • Added missing TagHelper components.
    • You can now apply revised form guidelines for button position in popup/pane editors (DateTimePicker, Diagram, Editor, FileManager, Gantt, Grid, ImageEditor, OrgChart, Scheduler, TaskBoard and Upload components).
    • You can now substitute Toolbars with the Kendo UI Toolbar (Editor, Gantt, Grid, Scheduler and TreeList components).
  • Calendar
    • Added a message option for the "Today" button in the Calendar modern layout.
  • ContextMenu
    • Updated Menu and ContextMenu rendering to match the updated jQuery component rendering.
  • Diagram
    • Added Diagram TagHelper.
  • Editor
    • Replaced Editor's toolbar with ToolBar component.
  • Gantt
    • Enhanced Gantt Popup Edit Form.
  • Grid
    • Added sizing capabilities to Grid.
    • Improved Grid toolbars KB navigation.
    • Added Compact Grid and dependent components.
  • ListView
    • Added ListView TagHelper.
  • MediaPlayer
    • Added MediaPlayer TagHelper.
  • Menu
    • Updated Menu and ContextMenu rendering to match the updated jQuery component rendering.
  • Sparkline
    • Added SparkLine TagHelper.
  • ToolBar
    • Improved Grid toolbars KB navigation.
  • PdfProcessing
    • Introduced handling for importing documents with invalid offsets of objects inside cross-reference tables or streams.
    • Introduced a setting that allows you to export images with or without compression.
    • Introduced handling mechanism for importing documents containing indirect objects with no 'endobj' keyword.
    • Added the ability to print secured documents.
  • SpreadStreamProcessing
    • Provided API that allows you to retrieve the cached formula value.

Correcciones

  • Common
    • kendo.drawDOM freezes page in Chrome.
  • ChipList
    • HtmlAttributes not being set for the ChipList component.
  • ContextMenu
    • MVC ContextMenu different rendering compared to the Kendo UI ContextMenu.
  • DatePicker
    • The footer attribute does not set the footer for the DateTimePicker and DatePicker TagHelpers.
  • DateTimePicker
    • The footer attribute does not set the footer for the DateTimePicker and DatePicker TagHelpers.
  • DropDownButton
    • k-active is added to the .k-menu-link item element when KendoTooltip is shown on it.
  • Editor
    • Unable to expand Editor overflow dropdown through keyboard.
    • More tools button present in Editor even if there are no tools in it.
    • Unexpected visible native select element for Format tool on iOS Safari.
  • FileManager
    • JS error is thrown when change the view.
    • The Core FileManager's AllowedExtensions configuration is not available.
  • Gantt
    • Unable to focus Gantt's Planned Tasks tool with keyboard.
    • The Gantt editable TagHelper configuration is not serialized.
    • Setting the sortable configuration for a Gantt column via TagHelpers does not enable sorting for the column.
  • Grid
    • Formatting logic is not executed in the Grid column's HtmlAttributes.
    • Grouped and filtered Grid incorrectly adds two new rows instead of one.
  • MultiSelect
    • Items in MultiSelect are not enabled by calling enable(true).
  • PDFViewer
    • PDFViewer does not expose all configuration options for customizing the messages.
  • Scheduler
    • Incorrect appearance of scheduler content table when no height is set in Month view.
  • SplitButton
    • k-active is added to the .k-menu-link item element when KendoTooltip is shown on it.
  • Spreadsheet
    • Mouse hover propagates through button menu tools dropdown items to Spreadsheet column headers and dropdown auto-closes.
    • Not visible Spreadsheet cell bottom border in Edit mode.
    • CSP error is thrown when the `default-src` directive is included.
  • StockChart
    • The StockChart TagHelper is missing.
    • StockChart clips the last point.
  • TextArea
    • TextArea overflow property set to scroll does not work.
  • ToolBar
    • OverflowMenu button could not be focused with Tab after resize.
    • Unable to focus via Tab ToolBar items that were initially overflown.
  • Tooltip
    • k-active is added to the .k-menu-link item element when KendoTooltip is shown on it.
  • PdfProcessing
    • A CryptographicException is thrown when saving with PdfStreamWriter or importing with PdfFormatProvider.
    • Signing documents with a signature field produces documents that lead to errors in Adobe Acrobat.
    • A specific scanned file is not displayed with the new model.
    • Some Image XObjects are imported but not displayed in PdfViewer.
    • Images inside Form XObject are not positioned correctly.
    • A NullReferenceException is thrown when parsing Type1 font without Private Dict.
    • An InvalidCastException is thrown when importing a document containing Byte order marks (BOM) at the beginning of the file.
    • Endless loop when importing a document containing an EI keyword within the image stream.
    • An InvalidCastException is thrown when importing a document containing an Indirect Reference keyword (R) within an image data.
    • Wrong matrix calculations lead to incorrect image (Form XObject) size.
    • An InvalidCastException is thrown when importing Interactive Forms which leads to non-editable fields.
    • An ArgumentException is thrown when the font box contains negative width or height.
    • Field values are lost on import-export using the PdfFormatProvider.
    • Missing content when converting a specific PDF to images.
    • Wrong matrix calculations lead to incorrect image (Form XObject) during export.
    • The image stream embedded in a content stream is not compressed while exporting.
    • A large image is rendered slowly, and the memory consumption is huge.
    • А NotSupportedException is thrown when the imported document contains font with embedded CMap table with format 0.
    • Not correct cross-reference table processed when importing documents with more than one table without Prev table specified.
    • An InvalidCastException is thrown when reading a page with specific image data.
    • Images are decompressed during import/export which result in significantly larger files.
    • The import freezes due to a lot of checks in the HandleInvalidClippingPathOperatorPosition method.
  • SpreadProcessing
    • An InvalidCastException is thrown on import when a drawing in a document contains the ext tag.
    • A NullReferenceException when the document contains paragraph elements with no text.
    • Conditional formatting with formula rule is evaluated incorrectly.
    • COUNTIF function throws exception if the criteria is for finding non-blank cells.
  • SpreadStreamProcessing
    • Rows import stops after reading a formula cell.
  • WordsProcessing
    • An ArgumentException when importing a document and the culture is set to sv-SE.
    • Exception when parsing various values with the FractionalValueConverter.
    • An InvalidOperationException (Sequence contains no elements) when updating the TOC field in a document.
    • .NET Standard: ArgumentOutOfRangeException is thrown when a document contains a table cell with a negative height.
    • Importing a TOC field with /t switch causes an IndexOutOfRangeException.
    • Table Of Contents (TOC) is populated with additional elements.