Telerik UI for Blazor R2 2022 SP1 (3.4.0)

Released: Jun 22, 2022

R2 2022 SP1 (3.4.0) での更新項目

機能

  • Common
    • Added new Skeleton component.
    • Updated Material Theme - v.5.5.0.
    • Updated Bootstrap Theme - v.5.5.0.
    • Updated Default Theme - v.5.5.0.
    • Updated DPL version to 2022.2.613.
    • Added compatibility with Microsoft .NET 7 Preview 5.
    • Components should now use "k-" state classes instead of "k-state-" classes.
  • AutoComplete
    • Integrated TelerikSkeleton component inside the popup while loading data.
  • Calendar
    • Added WCAG 2.1 AAA and Section 508 compliance.
    • Added new Header template.
    • Header title button should now be disabled when topmost view is reached.
    • Added new TopView parameter.
  • ComboBox
    • Integrated TelerikSkeleton component inside the popup while loading data.
  • DateInput
    • Added WCAG 2.1 AAA and Section 508 compliance.
  • DatePicker
    • Added WCAG 2.1 AAA and Section 508 compliance.
    • Added new Header template.
  • DateRangePicker
    • Added WCAG 2.1 AAA and Section 508 compliance.
    • Added new Header template.
  • DateTimePicker
    • Added WCAG 2.1 AAA and Section 508 compliance.
  • DropDownList
    • Integrated TelerikSkeleton component inside the popup while loading data.
  • Filter
    • Added the ability to allow customization of the default operator.
  • Form
    • Added Class parameter to the FormGroup.
  • Gantt
    • Customized FilterOperators shown in the filter list.
  • Grid
    • Improved WAI-ARIA attributes.
    • Customized FilterOperators shown in the filter list.
    • Added new HeaderTemplate for CheckBox Column.
    • Added new Header Cell class.
    • Added support for unsigned integer types such as ulong, ushort, byte.
  • MultiSelect
    • Integrated TelerikSkeleton component inside the popup while loading data.
  • NumericTextBox
    • Added support for unsigned integer types such as ulong, ushort, byte.
  • Pager
    • Added WCAG 2.1 AAA and Section 508 compliance.
  • Stepper
    • Added WCAG 2.1 AAA and Section 508 compliance.
  • TimePicker
    • Added WCAG 2.1 AAA and Section 508 compliance.
  • TreeList
    • Customized FilterOperators shown in the filter list.
    • Added new HeaderTemplate for CheckBox Column.
    • Added new Header Cell class.
    • Added support for unsigned integer types such as ulong, ushort, byte.
  • Wizard
    • Added WCAG 2.1 AAA and Section 508 compliance.
  • PdfProcessing
    • Added Signature flags support.

不具合の修正

  • Common
    • ToODataString() method incorrectly serializes nullable DateTime filter value
    • Groups with load on demand cannot be deserialized
  • Calendar
    • If the Min parameter excludes a whole month of the current year and you navigate to next year, you cannot navigate back to the current year from the Decade view
    • Calendar navigates to wrong decade from century view
  • ColorPicker
    • ColorPicker generates incorrect value when decimal separator is comma
  • ComboBox
    • Multiple identical values for the TextField cause incorrect selection
  • DatePicker
    • Setting the Min and Max attributes to dates in the same month and past or present years will not allow you to select a different year with the "Year" navigation button
    • If the Min parameter excludes a whole month of the current year and you navigate to next year, you cannot navigate back to the current year from the Decade view
  • DateRangePicker
    • If the Min parameter excludes a whole month of the current year and you navigate to next year, you cannot navigate back to the current year from the Decade view
  • DateTimePicker
    • If the Min parameter excludes a whole month of the current year and you navigate to next year, you cannot navigate back to the current year from the Decade view
  • Dialog
    • Cannot differentiate Cancel and OK with an empty textbox
  • FileManager
    • Allow scrollbar in the TreeView navigation on the left-hand side when there are too many items
  • Grid
    • Incell editor does not trigger blur if pager element is clicked
    • Data items cannot be casted after grouping
    • Selecting `null` PageSize throws when the Grid has no data
    • IsCancelled = true is ignored in OnEdit event when tabbing
    • GridCommandButton does not render its Id value
    • Accessibility issue for table headers in Grid
    • Remove redundant Class parameter for AutoGeneratedColumns tag
    • Focus out is lost for Numeric and DateTime editors with grid incell editing
    • Grid can't be navigated in some cases.
  • ListView
    • Selecting `null` PageSize throws when the Grid has no data
  • MultiSelect
    • The MultiSelect does not update its tags when selecting items with the keyboard when the component is housed in the ContextMenu
  • NumericTextBox
    • NumericTextBox does not allow pasting of values with whitespace (e.g. from Excel)
  • Pager
    • Pager input doesn't show entered value when the previous value was selected and deleted
    • Selecting `null` PageSize throws when the Grid has no data
  • Scheduler
    • Editing an occurrence through the form creates a new occurrence but does not remove the initial one from the series
    • Scheduler Popup is closed before the logic in the OnUpdate and OnCreate handler is performed
    • Scheduler appointment context menu event does not provide event data like coordinates so you cannot actually show a context menu
    • Scheduler throws on multi-day appointment drag-drop
    • Showing/Hiding scrollbar dynamically misaligns the appointments
  • Switch
    • The Enabled parameter doesn't work when the Switch is wrapped inside a label HTML element
  • TabStrip
    • TabStrip scroll buttons submit a parent Form
  • ToolBar
    • Items are not shown after increasing width of the Toolbar
  • TreeList
    • Selecting `null` PageSize throws when the Grid has no data
    • IsCancelled = true is ignored in OnEdit event when tabbing
  • Window
    • Modal Window moves away from the cursor on drag start when there is a vertical page scrollbar and the scroll position is not top
  • PdfProcessing
    • Block inside a table cell with content that exceeds the cell's width breaks the rendering of a text on the next line in the cell.
  • SpreadProcessing
    • A NullReferenceException is thrown on exporting a file with an unsupported theme color type.
    • Upon export, sheet reference in formulas is lost when using whole row/column references.
  • WordsProcessing
    • PdfFormatProvider: Wrongly exported table width when table preferred width is set to Fixed and it is greater than the available page width.
    • PdfFormatProvider: An extra empty space appears below the inner table added when a Table is merged into a TableCell.
    • TableJustification is not imported and respected.