Skip to content

v0.17.0

Choose a tag to compare

@csharpfritz csharpfritz released this 17 Mar 18:10
· 20 commits to main since this release
f1e050d

v0.17.0

New Features

  • Component Health Dashboard — Live dashboard at /dashboard\ showing health scores for all 59 tracked components across 6 dimensions (property parity, event parity, tests, docs, samples, implementation status)
  • HTTP Handler Infrastructure — \HttpHandlerBase, \MapHandler, and adapter classes for migrating Web Forms HTTP handlers to ASP.NET Core
  • ASPX URL Rewriting Middleware — Automatic 301 redirect from .aspx URLs to clean Blazor routes
  • Handler Endpoint Extensions — Fluent API for registering handler endpoints

Bug Fixes

  • Dashboard Docker deployment — Health scores now use pre-computed snapshots in Docker containers (was showing flat 18% for all components due to missing repo filesystem)
  • Fixed orphaned Nav component references in sample pages
  • Added CascadingAuthenticationState for LoginView sample
  • Removed client-side WASM references from release workflow
  • Fixed 20 broken documentation links

Infrastructure

  • Health snapshot generator tool for build-time score computation
  • Updated Dockerfile to generate health snapshots during publish stage