chore(deps): Bump Radzen.Blazor from 10.4.6 to 11.2.0 - #776
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): Bump Radzen.Blazor from 10.4.6 to 11.2.0#776dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
--- updated-dependencies: - dependency-name: Radzen.Blazor dependency-version: 11.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated Radzen.Blazor from 10.4.6 to 11.2.0.
Release notes
Sourced from Radzen.Blazor's releases.
11.2.0
11.2.0 - 2026-07-30
Fixes
NullReferenceExceptioninOnAfterRenderAsyncwhen re-rendered or disposed while its JS handlers are being recreated, and no longer raisesCompletetwice for a single upload. Fixes #2635.NullReferenceExceptionor attach duplicate JS event handlers.11.1.8
11.1.8 - 2026-07-27
Fixes
RenderFragmentcreated by another component - most commonly inline dialog content passed toDialogService.OpenAsync. Such fragments never re-flow parameters, so the component kept a stale value and wiped the typed text from the input on blur while the bound variable kept it. The local value assignment is now unconditional, matching Blazor's ownInputBasebehavior.animation: none. Closing now hides the popup immediately when no close animation is actually running, and theClosePopup()API reliably recovers a stuck popup. Fixes #2601.MethodandStreamparameters are now honored when uploading via theUpload()method withAuto=false. The manual upload path always sent a POST multipart request regardless of the configured method.11.1.7
11.1.7 - 2026-07-22
Improvements
CanChangeevent raised before the selected tab changes on user-initiated switches (mouse and keyboard). CallPreventDefault()on theTabsCanChangeEventArgsto keep the current tab - e.g. to implement an unsaved changes guard. ProgrammaticSelectedIndexchanges are not affected.Fixes
11.1.6
11.1.6 - 2026-07-18
Improvements
ShowTimeDisplayparameter onRadzenAgendaViewcontrols whether event times are displayed next to the events. Thanks to @paulo-rico!Fixes
Visibleparameter is toggled. The JS interop handlers are now recreated whenVisiblechanges instead of being attached only on first render.boolitems in abool?list). Fixes #2620.11.1.5
11.1.5 - 2026-07-15
Improvements
TitleFormatandTitleFormatterparameters on the scheduler views give full control over each view's title: a format string, or a formatter function for complete customization.Fixes
OnAfterRenderAsyncinterop completes), avoiding "Cannot create a JSObjectReference from the value 'null'".11.1.4
11.1.4 - 2026-07-13
Improvements
MaxGroupsandOthersLabelproperties onRadzenPivotRowandRadzenPivotColumnlimit the number of row or column groups displayed at each level. The most significant groups (ranked by the sorted aggregate or the first aggregate) are kept and the remaining items are combined into a single localizable "Others" group. Fixes #2470.HandleLabelFormatterproperty accepts a formatter function (receiving aDateTimefor date ranges or adoublefor numeric ranges) for full control over the handle labels, taking precedence overHandleLabelFormatString. Fixes #2617.IsLoadingandLoadingTemplateare now available on DropDown and ListBox, and DropDownDataGrid forwards itsLoadingTemplateto the inner DataGrid. Thanks to @artnim!Fixes
11.1.3
11.1.3 - 2026-07-10
Improvements
Culture(exposed as a newWorkbook.Cultureproperty, defaulting to the current culture). It drives cell input parsing (including comma-decimal entry like10,50and day-month date handling), edit and display rendering, number formats (separators, month names and AM/PM designators follow the culture while format codes stay canonical), formula entry and display with ExcelFormulaLocalsemantics (;argument separators and,decimals in comma-decimal cultures), and dialog input for data validation, conditional formats and filters. XLSX and CSV files continue to read and write canonical invariant values regardless of the workbook culture, and malformed formulas now surface as formula errors instead of throwing. Includes new localization demos for Spreadsheet and Document Processing. Note: headless code on non-en-US hosts now parses string values with the host culture — setWorkbook.Cultureexplicitly (e.g. toInvariantCulture) for host-independent processing.data-seriesindexattribute, making it possible to establish a direct link between a series and its labels. Thanks to @wimsoetens-cmd!Fixes
11.1.2
11.1.2 - 2026-07-06
Improvements
aria-hidden.Fixes
11.1.1
11.1.1 - 2026-07-06
Improvements
Width— new property that sets the axis width in pixels. If not specified, the width is calculated automatically; setting a fixed width helps reduce unnecessary spacing when using multiple Y-axes. Thanks to @wimsoetens-cmd!ToPng— can now return the PNG data directly and accept output size options.OpenPopup(),ClosePopup()andTogglePopup()methods.Fixes
RadzenBarSeriesno longer behave like category axes. Fixes #2597.IDictionary) — the configured aggregateTypeis used when reflection cannot resolve the property type.setPopupAriaExpandedto fix aquerySelectorerror with dynamically generated columns.Breaking changes
RangeSnapshotCommandBase(Spreadsheet) now snapshots cells as detached clones (Dictionary<CellRef, Cell?>) instead of a value/formula/format tuple — only affects code deriving from this class.11.1.0
11.1.0 - 2026-07-02
Improvements
RenderMode— newRenderModeproperty (Clientby default,Server) that renders a collapsed item's children only while it is expanded, keeping the DOM small and keyboard navigation fast for large navigation menus.AllowSortingColumnPicker— sort the columns listed in the column picker.SelectedSheetIndex.aria-activedescendant, full Arrow / Home / End / Enter / Space / Escape handling, and type-ahead where applicable.Fixes
foron the wrapper element and the emptyforthat made the label appear unassociated.aria-activedescendantwhen no row is active.Maxno longer snaps it shut.AppointmentRenderCSS class no longer overrides the default event content styling.11.0.5
11.0.5 - 2026-06-26
Improvements
MentionCharacter(e.g.'@') to trigger a searchable user popup, with an asyncMentionSearchcallback,MentionItemTemplate/MentionDisplayTemplatefor custom rendering, keyboard navigation, and paging viaMentionSearchArgs. Mentions are stored in a secure@[userid]format. The feature is opt-in and fully backwards compatible.Fixes
IsNull/IsEmptyfilter operators no longer break under case-insensitive filtering, including inside compound filters.prefers-reduced-motionoverride.11.0.4
11.0.4 - 2026-06-25
Fixes
removeChild) when a popup is disposed.Visibleset tofalse.11.0.3
11.0.3 - 2026-06-24
Fixes
IsTrimmable=false).11.0.2
11.0.2 - 2026-06-24
Fixes
System.Text.JsonConstructorContainsNullParameterNames. The trimmer strips anonymous-type constructor parameter names, so anonymous objects could no longer be serialized:createMap/updateMapJS interop). Marker data now uses a named, trim-preserved type.11.0.1
11.0.1 - 2026-06-24
Fixes
11.0.0
11.0.0 - 2026-06-24
This is a major release headlined by the new Spreadsheet component, a large Chart expansion (many new series and a Range Navigator), resource-based localization with built-in translations, and trimming/CSP support.
Breaking Changes
RadzenHtmlcomponent removed. (RadzenHtmlEditoris unaffected.)Radzen.Documents.Markdownnamespace. Updateusingdirectives.New Components
Charts
A large expansion of the charting subsystem.
New series types:
RadiusPropertyandExplodeOffset.Axes & interaction:
Styling & polish:
... (truncated)
10.4.9
10.4.9 - 2026-06-11
Fixes
10.4.8
10.4.8 - 2026-06-11
Improvements
Fixes
10.4.7
10.4.7 - 2026-06-01
Improvements
Fixes
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)