Skip to content

v0.14 Milestone 8: Release Readiness

Choose a tag to compare

@csharpfritz csharpfritz released this 25 Feb 03:47
· 83 commits to main since this release
e76def5

What's New in v0.14

Bug Fixes

  • Menu JS interop crash Added null guard + try/catch to prevent Blazor circuit crash when Menu.js initializes before DOM is ready
  • Calendar attribute rendering Fixed \\splatAttributes\\ and extra attributes being dropped during Calendar rendering
  • Menu auto-ID Fixed auto-generated IDs not being applied when \\ID\\ parameter is omitted

New Features

  • PagerSettings sub-component Shared POCO class with 12 Web Forms-compatible properties, used by GridView, FormView, and DetailsView for consistent pager configuration
  • Shared PagerTemplate rendering All three data-bound controls now share the same pager rendering logic

Documentation

  • Polished Chart docs and fixed mkdocs.yml
  • Fixed broken links in ImageMap.md and Custom-Controls.md
  • Updated status.md: 51/53 components (2 deferred)

Stats

  • 51 components implemented (2 deferred: Substitution, Xml)
  • 1,206 bUnit tests passing
  • All CI green: Build, Integration Tests, docs, CodeQL