Releases: xt0rted/tailwindcss-tag-helpers
Releases · xt0rted/tailwindcss-tag-helpers
v0.6.0
v0.5.0
v0.4.0
v0.3.0
v0.2.0
Note: This version drops support for .NET 5 which is no longer supported.
Added
- Added
LinkAriaCurrentStateTagHelper
which will add anaria-current="*"
attribute to links that are processed byLinkTagHelper
and include anaria-current-state="*"
attribute.
Updated
- 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.