릴리스 전반에서 새로 나온 내용을 살펴보세요. 기능, 개선 사항, 해결된 문제에 대한 자세한 정보를 제공합니다.
1월
2월
3월
4월
5월
6월
7월
8월
9월
10월
11월
12월
Telerik UI for Blazor 2026 Q2 (v14.1.0)2026년 7월 16일
기능
Common:
Added Expansion Panel.
Added compatibility with .NET 11 Preview 6.
Dependencies:
Added support for Bootstrap theme version 14.3.0.
Added support for Classic theme version 14.3.0.
Added support for Default theme version 14.3.0.
Added support for Fluent theme version 14.3.0.
Added support for Material theme version 14.3.0.
Added support for Meridian theme version 14.3.0.
Chart:
Added Justified parameter to CategoryAxis.
ContextMenu:
Added ContextMenu keyboard customizations.
Filter:
Added the ability to filter dropdown fields.
MultiSelect:
Tag mode is enabled by default with 10 max allowed tags.
Added select all option.
Popup:
Added close on outside click.
RadioGroup:
Added DisabledField support for per-item disabled state.
SplitButton:
Added Open/Close API methods.
StockChart:
Added Justified parameter to CategoryAxis.
Tooltip:
Added collision settings.
TreeList:
Added export to Excel.
Added Size parameter.
TreeView:
Cyclic TreeView data causes stack exhaustion.
Window:
Added an option to customize the default keyboard shortcuts.
Wizard:
Added option to customize the default keyboard shortcuts.
Added visible parameter for the wizard steps.
수정 사항
AppBar:
Fixed issue where Secondary and Tertiary theme colors are missing.
ColorPicker:
Fixed issue where keyboard navigation doesn't remove focused class.
Fixed exception when a short hex color value is used.
DateInput:
Fixed issue where you cannot set value when AutoCorrectParts is false.
Fixed issue where year 2001 is shown instead of 0001 for the default (non-nullable) value.
Fixed issue where TimeOnly values are not displayed in specific non-US cultures.
DropDownButton:
Fixed issue where DropDownButton renders text container when no content set.
Editor:
Fixed issue where Editor loses text selection and cursor position after using tools.
FileManager:
Fixed Null exception in Details (Preview) pane when deleting the selected item.
Fixed issue where programmatic selection does not populate Details (Preview) pane.
FloatingLabel:
Fixed overlap input when setting the value before loading the data.
Grid:
Fixed issue where batch deletion properly deletes all items.
Prevent full grid re-render on each keystroke in EditorTemplate.
Fixed issue where multi-column headers are not exported to Excel.
Fixed issue where locked column is not unlocked on state change.
Fixed issue where resizing a non-locked column displaces the first locked one.
Fixed issue where an exception is thrown for CheckBoxListFilter when used with ExpandoObject.
Fixed to use Save instead of Update as default button text in popup edit form.
Fixed Grid performance degradation when editing in-cell grouped data.
MultiSelect:
Deselect selected item when user hit enter key.
NumericTextBox:
Fixed in regards to preventing stale cleared state from propagating on the next ChangeValue call.
Pivotgrid:
Fixed to make text label filtering case-insensitive for local data sources.
Fixed to remove field menus from configurator dictionary on dispose.
Scheduler:
Fixed to prevent appointment overflow feedback loop on window resize.
Fixed issue where Delete and Backspace keys bypass AllowDelete value.
Top offset should be proportionally calculated based on the exact start time of the appointment.
Appointments height should be proportional to their timespan.
TabStrip:
Fixed issue where ActiveTabIdChanged fires on app navigation.
Fixed exception on removing all visible tabs programmatically.
Fixed issue where scroll buttons do not show or hide on dynamic Tab add or remove.
TextBox:
Input type password should not render role attribute.
Tooltip:
When collision=fit the tooltip should not blink while cursor is over tooltip and anchor.
Corrected callout position when scrolling.
Fixed issue where theme colors: Info, Success, Warning, Error are missing.
Window:
Fixed issue where predefined actions OnClick handler is not triggered.
Telerik UI for Blazor 2026 Q2 (v14.0.0)2026년 5월 20일
기능
Common:
Introduced WebMCP support, making Telerik UI for Blazor components agent-ready out of the box.
Added compatibility with .NET 11 Preview 4.
Added new TaskBoard component.
Removed the ThemeColor.Dark and ThemeColor.Light usages from Button, Badge, DropDownButton, and SplitButton. Removed ThemeColor from Card, Window, Dialog, and popup edit settings components. Removed OverlayThemeColor from LoaderContainer. The appearance in these scenarios is determined by the active theme stylesheet.
Dependencies:
Updated DPL version to 2026.2.519.
Added support for Bootstrap theme version 14.1.0.
Added support for Classic theme version 14.1.0.
Added support for Default theme version 14.1.0.
Added support for Fluent theme version 14.1.0.
Added support for Material theme version 14.1.0.
Added support for Meridian theme version 14.1.0.
Button:
Added XS size option to button components.
Chart:
Added zoom and drag events.
The template syntax with literals is now deprecated, use the name of a JavaScript function that returns the value of the template instead.
Chat:
Added auto scroll threshold.
OnLoadMoreMessages StartIndex and EndIndex now contain the full rendered range instead of just the requested page.