0.6.0 - 2024-04-09
- Dropped support for .NET 6
- Dropped support for .NET 7
- Added support for .NET 8
- Added
MergeDefaultClassTagHelper
which will merge thedefault-class
attribute with theclass
attribute
0.5.0 - 2023-02-24
- Dropped support for .NET Core 3.1
- Added support for .NET 7
- Added missing
aria-current
states:false
,location
,date
, andtime
0.4.0 - 2022-10-13
- Fixed bug in
LinkTagHelper
that caused it to not match correctly when usinghref="..."
0.3.0 - 2022-10-11
- Added
ValidationStatusTagHelper
which will allow styling elements based on a field's validation status (e.g. style a form input red when it contains errors)
- Base class extraction correctly handles
IHtmlContent
attribute types
0.2.0 - 2022-09-24
Note: This version drops support for .NET 5 which is no longer supported.
- Added
LinkAriaCurrentStateTagHelper
which will add anaria-current="*"
attribute to links that are processed byLinkTagHelper
and include anaria-current-state="*"
attribute.
- Immediate child elements of
LinkTagHelper
that havedefault-class
orcurrent-class
attributes will also have their class lists merged. - Switched from actions/setup-dotnet to xt0rted/setup-dotnet.
- Added dotnet run-script for build and test scripts.
0.1.0 - 2021-12-19
- Added
LinkTagHelper
- Include
README.md
in the nupkg - Target .NET Core 3.1, .NET 5, and .NET 6