Skip to content

chore(deps): Bump Radzen.Blazor from 10.4.6 to 11.0.5#770

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/Examples/ExampleBlazor/Radzen.Blazor-11.0.5
Open

chore(deps): Bump Radzen.Blazor from 10.4.6 to 11.0.5#770
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/Examples/ExampleBlazor/Radzen.Blazor-11.0.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Updated Radzen.Blazor from 10.4.6 to 11.0.5.

Release notes

Sourced from Radzen.Blazor's releases.

11.0.5

11.0.5 - 2026-06-26

Improvements

  • RadzenChat mentions — added a configurable @-mention system. Set MentionCharacter (e.g. '@') to trigger a searchable user popup, with an async MentionSearch callback, MentionItemTemplate/MentionDisplayTemplate for custom rendering, keyboard navigation, and paging via MentionSearchArgs. Mentions are stored in a secure @[userid] format. The feature is opt-in and fully backwards compatible.
  • RadzenSpreadsheet now supports right-to-left (RTL) layout.
  • RadzenAccordion: improved keyboard focus handling and accessibility.
  • RadzenTooltip now dismisses on Escape and stays open while the pointer is hovering over it.

Fixes

  • DataGrid IsNull/IsEmpty filter operators no longer break under case-insensitive filtering, including inside compound filters.
  • Funnel chart bottom segment no longer flares out when given skewed values.
  • RadzenProfileMenu/menu flyout is no longer clipped by sub-pixel overflow rounding.
  • Themes no longer apply a global prefers-reduced-motion override.
  • TileLayout borders and item header background are now properly applied

11.0.4

11.0.4 - 2026-06-25

Fixes

  • RadzenChart no longer captures page scroll when the pointer is over a chart that has zooming disabled.
  • DataGrid column filter popups now close other open column popups in Initial filter mode.
  • PivotDataGrid filter popup no longer double-toggles.
  • Fixed a popup teardown crash ("element orphaned" / removeChild) when a popup is disposed.
  • Fixed RadzenFormField when it starts with Visible set to false.

11.0.3

11.0.3 - 2026-06-24

Fixes

  • Disabled assembly trimming for the component library (IsTrimmable=false).

11.0.2

11.0.2 - 2026-06-24

Fixes

  • Fixed several components crashing under trimming (Blazor WebAssembly) with System.Text.Json ConstructorContainsNullParameterNames. The trimmer strips anonymous-type constructor parameter names, so anonymous objects could no longer be serialized:
    • RadzenGoogleMap — crashed when rendering markers (createMap/updateMap JS interop). Marker data now uses a named, trim-preserved type.
    • AI Chat — failed when sending requests to the chat API. The request payload and conversation messages now use named, trim-preserved types.

11.0.1

11.0.1 - 2026-06-24

Fixes

  • Fixed RadzenSpreadsheet crashing on first render under trimming (WASM).

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

  • .NET 7 support removed. The library now targets net8.0, net9.0 and net10.0.
  • RadzenHtml component removed. (RadzenHtmlEditor is unaffected.)
  • Markdown types moved to the Radzen.Documents.Markdown namespace. Update using directives.
  • Localization is now resource-based across all components. Custom text overrides that relied on the previous mechanism should be migrated to the resource-based approach (see the new Localization page).
  • RadzenPopup — the internal Popup is now a public component.

New Components

  • RadzenSpreadsheet — a full Excel-compatible spreadsheet component. Highlights:
    • Formula engine with 100+ Excel-compatible functions (math, statistical, text, date/time, logical and lookup — e.g. SUM/AVERAGE/COUNT, IF/IFERROR, VLOOKUP/HLOOKUP/XLOOKUP, INDEX/CHOOSE, SUBTOTAL/AGGREGATE, DATE/EDATE/EOMONTH/DATEDIF, plus Tier 1/Tier 2 functions), Excel-matching boolean and number coercion, and dependency-tracked recalculation.
    • Tables matching Excel's ListObject (multi-key sort, AutoFilter, advanced/Top 10/Dynamic/Color filters, totals row, banding, table design) with XLSX round-trip.
    • Charts inside sheets with an Edit Chart dialog, series management, drag-to-move/resize and XLSX import/export.
    • Floating images with interactive drag/resize.
    • Data validation (input prompts, error popups), conditional formatting, and number/scientific/accounting formats with a Format Cells dialog.
    • Multiple worksheets, freeze panes, merged cells, autofill, custom cell types, sheet/workbook protection.
    • Undo/redo for all commands (including paste, cut, sort, filter) with keyboard shortcuts.
    • Import/export: XLSX (closer to Excel's package layout) and CSV.
    • Customizable toolbar/toolsets, feature toggles, async command pipeline, custom ribbons, and a dedicated localization service.
  • RadzenSignaturePad — capture handwritten signatures.
  • RadzenRangeNavigator — interactive range selector for charts, with axis support and a compact mode.
  • Scheduler Agenda View — a new list-style view for RadzenScheduler.
  • HTML Editor tables — table creation and editing tools added to RadzenHtmlEditor.

Charts

A large expansion of the charting subsystem.

New series types:

  • BoxPlot, Bullet, Pyramid, Funnel (with Inverted), Heatmap, Treemap, Contour.
  • Candlestick, OHLC, Scatter Line.
  • Waterfall / Horizontal Waterfall.
  • Range Column / Bar / Area, and Range Step Area.
  • Step Line, Step Area, Stacked Line, Full Stacked Column / Bar / Area / Line, High-Low.
  • Radar (polar) column; RadzenSpiderChart now supports polar configurations.
  • Pie/Donut RadiusProperty and ExplodeOffset.

Axes & interaction:

  • Multiple axes, inverted axes, axis crossing, indexed and logarithmic axes.
  • Pan and zoom support.
  • Series and legend hover highlighting; active point highlight inherits series colors/marker shapes.
  • Per-axis crosshair with axis label, shared tooltip, and improved tooltip positioning.
  • Trendlines and drill-down support.
  • RTL support, including RTL-aware Start/End legend positions.

Styling & polish:

  • Opt-in (radial) gradient fills for pie, donut, funnel, pyramid, waterfall, range area, column, bar and bullet series.
  • Initial render animations across series types.
    ... (truncated)

10.4.9

10.4.9 - 2026-06-11

Fixes

  • RadzenSpiderChart throws disposed DotNetObjectReference error when navigating away or toggling Edit Source.

10.4.8

10.4.8 - 2026-06-11

Improvements

  • RadzenChart premium themes updated.
  • Demos: GitHub star call to action added to the home page hero and Get Started page.
  • Demos: newsletter signup added to the footer and home page.

Fixes

  • RadzenSplitter sticky resize cursor and resize mask block panes after resizing.
  • RadzenDropDown popup hidden behind the on-screen keyboard on mobile (MAUI).
  • RadzenTabs throws JSException when focusing after tab selection.

10.4.7

10.4.7 - 2026-06-01

Improvements

  • RadzenPivotDataGrid cell computation optimized with single-pass column bucketing.

Fixes

  • RadzenTabs re-renders tab content on every keystroke.
  • RadzenTabs render state not restored when tab event handlers throw.
  • RadzenTabs throws JSDisconnectedException during tab selection.
  • RadzenPivotDataGrid footer value cells appear in front of frozen footer cells.
  • Demos: Run crashes in Edit Source; allow Monaco worker via CSP.

Commits viewable in compare view.

@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Jul 1, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) July 1, 2026 02:35
@dependabot
dependabot Bot force-pushed the dependabot/nuget/Examples/ExampleBlazor/Radzen.Blazor-11.0.5 branch from 0edcfef to e3a1f71 Compare July 1, 2026 02:42
---
updated-dependencies:
- dependency-name: Radzen.Blazor
  dependency-version: 11.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/nuget/Examples/ExampleBlazor/Radzen.Blazor-11.0.5 branch from e3a1f71 to 24d57c7 Compare July 1, 2026 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants