Skip to content

Releases: Atypical-Consulting/FastComponents

v1.0.1

10 Mar 22:12
4051961

Choose a tag to compare

FastComponents v1.0.1

Bug fix

  • Fix duplicate BuildRenderTree sequence numbers in HtmxTag where class and ChildContent reused sequence numbers already assigned to hx-confirm and hx-delete, causing potential rendering issues

v1.0.0

10 Mar 21:53
51720d4

Choose a tag to compare

FastComponents v1.0.0

First stable release of FastComponents — a .NET 10 Razor Class Library for building HTMX-powered web applications with Blazor components.

Highlights

  • Type-safe C# properties for all HTMX attributes
  • Convention-based component registration with configurable route prefix and type filtering
  • Fluent HtmxBuilder API for programmatic element creation
  • Source generators for parameter method generation
  • Full ASP.NET Minimal API integration
  • AOT-compatible