Skip to content

v3.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Jun 19:42
· 0 commits to dev since this release

[3.1.0] - 2026-06-10

Bug Fixes

  • (demo) Master-detail summary uses explicit USD formatting
  • Nullable value-type fields round-trip null (#150)
  • Resolve Related Demos links through IDemoRegistry titles (#152)
  • Bind single-file upload as MudFileUpload to drop stray 'multiple' attribute (#149)
  • Stop FieldConfigurationWrapper.Validators from dropping mutations (#151)

Documentation

  • README highlights for v3.1.0

Features

  • Configurable MudBlazor Variant (#146)
  • Add WithAutocomplete field extension and a11y label polish (#153)
  • Add master-detail and auto-form demo pages with docs (#130)
  • Add AddFieldsAuto for reflection-based zero-config form generation (#124)
  • Integrate collection item fields with Blazor FieldIdentifier system (#91)
  • Add first-class async DependsOn field dependencies (#93)
  • Enforce WithSecurity() settings automatically in FormCraftComponent (#147)

Miscellaneous Tasks

  • Relax global.json SDK pin to 10.0.300

Refactor

  • Consolidate dual render pipeline into FieldRendererService (#148)