Skip to content

11.0.2

Choose a tag to compare

@enchev enchev released this 24 Jun 15:33
· 3 commits to master since this release

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.