Document DB v7.2: Temporal Support, Telemetry Collection, All Calculations, String Based APIs, & Orleans Storage Providers! Feed The Machine Here
Blazor Hosting Release Notes
5.1 - June 14, 2026
Section titled “5.1 - June 14, 2026” Feature
Initial release of Shiny.Extensions.BlazorHosting
Feature
IAppSupport for Blazor WebAssembly — app version, browser user-agent (raw string plus best-effort parsed browser Version), screen and viewport dimensions, and live CultureChanged / TimeZoneChanged events. Browser state is read synchronously through IJSInProcessRuntime (no await for property access) Feature
AddAppSupport(Version appVersion) and a string overload register IAppSupport. Pass a compile-time constant such as ThisAssembly.AssemblyVersion so no runtime reflection is required. Include <script src="_content/Shiny.Extensions.BlazorHosting/shiny-appsupport.js"></script> before blazor.webassembly.js