Bump Radzen.Blazor from 11.2.0 to 11.2.7 - #178
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
--- updated-dependencies: - dependency-name: Radzen.Blazor dependency-version: 11.2.7 dependency-type: direct:production update-type: version-update:semver-patch ... 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 11.2.0 to 11.2.7.
Release notes
Sourced from Radzen.Blazor's releases.
11.2.7
11.2.7 - 2026-08-24
Improvements
Changeevent fires after every workbook mutation - commands, undo, redo, and sheet add/remove/rename/move - so hosts can enable a Save button on first edit or warn about unsaved changes without pollingCanUndo. The event passesSpreadsheetChangeEventArgswith aSpreadsheetChangeReason, the affected worksheet and the executed command, and fires only for mutations that actually happened - commands rejected byReadOnly,Allow*flags, protection or aCommandExecutingveto stay silent. Fixes #2660Fixes
UseDisplayNamenow resolves the column header viaDisplayAttribute.GetShortName(), so[Display(Name = "Key", ResourceType = typeof(Resources))]renders the localized text instead of the raw resource key, and a localizedShortNametakes precedence overName(#2674, thanks @xsainteer)TValueto descendant components, so aValidationMessageinside an itemTemplatecompiles again - its type parameter is inferred from theForexpression as before. Fixes #2673[x](https://)with an empty host - the link text is rendered without a destination instead of aUriFormatExceptiontaking down the component tree for stored user content. Fixes #2671 (thanks @artnim)11.2.6
11.2.6 - 2026-08-20
Improvements
InandNotInfilter operators now filter scalar properties, including nullable value types - previously such filters were silently ignored. Filter values are normalized to the property type, soint[],List<long?>orList<object>values filter along?property correctly, null or scalar filter values are ignored instead of throwing, and the generated expression translates to SQL with Entity Framework Core.SecondFilterOperatornow also supportsInandNotIn. Fixes #2663 (thanks @simonluebker)Fixes
aria-required-childrenaxe violation - thegridrole moved to the scrollable data element so it owns only row structure, keyboard navigation and focus behavior are preserved. Fixes #2669Radzen.Blazor.RadzenStrings.[culture].resourcesin the application are consulted before the built-in translations, with fallback to the bundled strings for missing keys. Fixes #2668FormatStringwhile dragging, including month names, two-digit years, 12-hour clock with AM/PM and quoted literals (#2666, thanks @wimsoetens-cmd)11.2.5
11.2.5 - 2026-08-14
Fixes
ImmediateandFormatare used together. While typing, the input keeps the raw text and the format is applied on change or blur, so the caret no longer jumps and digits are no longer rounded away mid-edit. Digits that are literals in the format string (e.g.### m2) no longer leak into the parsed value on reparse. Fixes #266111.2.4
11.2.4 - 2026-08-13
Improvements
Groupsparameter. Thanks to @Radium001!Fixes
ColumnResizednow reports the intended width. Thanks to @I-Info!Resetnow also clears expanded child data, edit state and the expand-all flag. Fixes #265111.2.3
11.2.3 - 2026-08-11
Improvements
BufferValueparameter displays a secondary buffer indicator ahead of the primary value, e.g. for media buffering. Thanks to @pfs26!IComponentinstead of requiringComponentBase. Thanks to @drewcav96!Fixes
aria-expanded="true". The popup is now driven entirely server-side andaria-expandedstays in sync when it is closed by clicking outside. Fixes #2650LoadDatais used. Fixes #2649TooltipOptionsinstance, so shared options objects can be reused safely. Fixes #264111.2.2
11.2.2 - 2026-08-04
Improvements
AllowSelectAllis enabled - press again to clear the selection. The shortcut is documented in the Keyboard Navigation section of each component.Fixes
OpenOnFocusand no longer reopens when clicking outside of it. Clicking the component while its popup is open now closes it. Fixes #2640XlsxReaderandXlsxWriternow support them. Fixes #263811.2.1
11.2.1 - 2026-08-03
Improvements
InputSizeto the calendar inputs - Month and Year drop downs and Hour, Minutes and Seconds numerics.Fixes
ItemsPerPageis an even number - middle pages no longer show neighboring items cut in half and the pager no longer jumps back after navigation.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)