blazor bg roadmap

UI for Blazor 5.1.0

January 31, 2024

Common

NEW
  • New Popover component
  • New AIPrompt - AI-Integration UI Component
  • New Popup Component
  • Telerik Document Processing Library (DPL) version is updated to 2024.1.124
  • Add Watermark for Trial Package
Dependencies
  • Telerik.Recurrence version is updated to version v.0.2.2
  • Telerik.DataSource version is updated to version v.3.0.1
  • Fluent Theme version is updated to version v.7.2.0
  • Material Theme version is updated to version v.7.2.0
  • Bootstrap Theme version is updated to version v.7.2.0
  • Default Theme version is updated to version v.7.2.0
  • Telerik.FontIcons version is updated to v.2.1.0
  • Telerik.SvgIcons version is updated to v.2.1.0

AutoComplete

NEW
  • Add support for subtitles within the adaptive mode popup
  • Prefix & Suffix adornments
  • Provide control over the delay before a skeleton loader appears
FIXED
  • Validation classes are present on initial render. Instead, they should be present only as a result of user interaction
  • Setting Enabled to false should close an already opened popup

Charts

NEW
  • Trendline Series
  • Chart legend customizations
  • Chart accessibility and keyboard navigation

Chip

NEW
  • Selectable parameter

ColorPicker

FIXED
  • Apply message in ColorPicker has incorrect translation in DE

ComboBox

NEW
  • Add support for subtitles within the adaptive mode popup
  • Prefix & Suffix adornments
  • Provide control over the delay before a skeleton loader appears
FIXED
  • Validation classes are present on initial render. Instead, they should be present only as a result of user interaction
  • Clearing the value by pressing Escape key does not update the clear indicator state
  • The input filter value is cleared on scroll when there is virtualization enabled
  • Setting Enabled to false should close an already opened popup

ContextMenu

NEW
  • OnItemRender event

DateInput

FIXED
  • DateInput displays 1970/1/1 after programmatic Value clear and focus

DatePicker

NEW
  • Add support for subtitles within the adaptive mode popup
FIXED
  • DateInput displays 1970/1/1 after programmatic Value clear and focus

DateRangePicker

NEW
  • Add support for subtitles within the adaptive mode popup
FIXED
  • DateInput displays 1970/1/1 after programmatic Value clear and focus

DateTimePicker

NEW
  • Add support for subtitles within the adaptive mode popup
FIXED
  • DateInput displays 1970/1/1 after programmatic Value clear and focus
  • Popup rendering breaks when mouse enters from the right-hand side in Chrome

Dialog

NEW
  • Customize predefined dialog buttons
FIXED
  • FocusedElementSelector parameter is not honored on subsequent triggers

Drawer

NEW
  • Drawer OnItemRender event

DropDownList

NEW
  • Add support for subtitles within the adaptive mode popup
FIXED
  • Validation classes are present on initial render. Instead, they should be present only as a result of user interaction
  • Setting Enabled to false should close an already opened popup

FileManager

NEW
  • FileManager comply with Accessibility Spec
FIXED
  • FileManager can't navigate its Grid component with Tab key
  • FileManager throws if its View Details splitter is moved with keyboard

Gantt

NEW
  • Timeline keyboard navigation

Grid

NEW
  • Persist hierarchy expanded items state
  • Grid Comply with Accessibility Spec
  • Extend OnRowClickEventArgs to include the clicked Field
FIXED
  • Locked Multi-Column Header breaks layout when scrolling horizontally
  • Hierarchy grid collapses on incell editing

MaskedTextBox

NEW
  • Prefix & Suffix adornments

Menu

NEW
  • OnItemRender event

MultiColumnComboBox

NEW
  • Add support for subtitles within the adaptive mode popup
  • Prefix & Suffix adornments
  • Provide control over the delay before a skeleton loader appears
FIXED
  • Validation classes are present on initial render. Instead, they should be present only as a result of user interaction
  • Clearing the value by pressing Escape key does not update the clear indicator state
  • The input filter value is cleared on scroll when there is virtualization enabled
  • Setting Enabled to false should close an already opened popup

MultiSelect

NEW
  • Add support for subtitles within the adaptive mode popup
  • Prefix & Suffix adornments
  • Provide control over the delay before a skeleton loader appears
FIXED
  • Validation classes are present on initial render. Instead, they should be present only as a result of user interaction
  • Setting Enabled to false should close an already opened popup

NumericTextBox

NEW
  • Prefix & Suffix adornments

PDFViewer

FIXED
  • Component hangs when searching for $

Pager

NEW
  • Enable pager input conditionally and show Page 1 of 1 when there is no data

PivotGrid

NEW
  • PivotGrid comply with Accessibility Spec
FIXED
  • PivotGrid throws on fields checkbox state change with xmla binding

Scheduler

NEW
  • Scheduler Accessibility Compliance
FIXED
  • Scheduler does not recalculate the width of its header cells when the resources list is updated
  • Scheduler does not track dynamic changes in the NumberOfDays parameter

SplitButton

FIXED
  • If the popup is opened, click on the arrow button does not collapse it

StockChart

NEW
  • Chart legend customizations

TextArea

NEW
  • Allow configuration of the resize behavior
  • Prefix & Suffix adornments

TextBox

NEW
  • Prefix & Suffix adornments

TimePicker

NEW
  • Add support for subtitles within the adaptive mode popup
FIXED
  • DateInput displays 1970/1/1 after programmatic Value clear and focus

Tooltip

FIXED
  • Tooltip sometimes doesn't show

TreeList

NEW
  • Extend OnRowClickEventArgs to include the clicked Field
FIXED
  • Id parameter is not applied

Highlight

NEW
  • Introduced support for embedding file streams with PdfProcessing library.

PdfProcessing

NEW
  • Exposed the IsBold property of FontBase.
  • Added support for embedding ZUGFeRD invoices.
  • Introduced support for embedding file streams.
FIXED
  • An unwanted Stopwatch is contained in the DocumentCatalog class.
  • A NullReferenceException is thrown when getting the hash code of CFF font`s UnderlineThickness.
  • A NullReferenceException is thrown on import because the value of the TransformMethod property is not obtained when Refence is set as an indirect reference.
  • A NullReferenceException is thrown on export because the value of TransformMethod property is not obtained.
  • A NotSupportedException is thrown when decoding a CalRgb ColorSpace image.
  • Missing characters when exporting a document containing different font types but with the same name and properties.
  • Import-export specific document with Type1Font mangles text.
  • DrawTable is not setting the HasPendingContent property correctly.
  • Some characters in Wingdings (or custom) font are exported with a different font.

SpreadProcessing

FIXED
  • The XlsxFormatProvider.Import method closes the stream passed to it as an argument.
  • An InvalidOperationException is thrown: The axes are incorrectly paired exception on import.
  • Left and Top-most borders are not rendered when exporting to PDF.

WordsProcessing

FIXED
  • Inline image surrounded by bookmarks is incorrectly measured when the document contains numbering fields.

ZipLibrary

NEW
  • Added support for extraction of AES-encrypted archives.
CHANGED
  • Changed GetCryptoProvider() method signature. It now accepts EncryptionSettingsBase instead of EncryptionSettings.
  • Removed long-time obsoleted classes: CompressionType, ZipCompression, ZipInputStream, ZipOutputStream, ZipPackage, ZipPackageEntry. Use ZipArchive, CompressedStream, and ZipArchiveEntry instead.

New features & Roadmap

Have a feature request?

Post your feedback via the Blazor UserVoice portal or the Public forums

What's new across all Telerik products?

See the updates feed

Next Steps

Launch demos

See Telerik UI for Blazor in action and check out how much it can do out-of-the-box.

Compare pricing

Check out the offers. Purchase an individual suite, or treat yourself to one of our bundles.

Download free trial

Try Telerik UI for Blazor with dedicated technical support.