Skip to content

Releases: xt0rted/tailwindcss-tag-helpers

v0.6.0

09 Apr 06:01
Compare
Choose a tag to compare
  • Dropped support for .NET 6
  • Dropped support for .NET 7
  • Added support for .NET 8
  • Added MergeDefaultClassTagHelper which will merge the default-class attribute with the class attribute

v0.5.0

24 Feb 18:46
Compare
Choose a tag to compare
  • Dropped support for .NET Core 3.1
  • Added support for .NET 7
  • Added missing aria-current states: false, location, date, and time

v0.4.0

13 Oct 04:08
Compare
Choose a tag to compare

Fixed

  • Fixed bug in LinkTagHelper that caused it to not match correctly when using href="..."

v0.3.0

12 Oct 01:20
Compare
Choose a tag to compare

Added

  • 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)

Fixed

  • Base class extraction correctly handles IHtmlContent attribute types

v0.2.0

25 Sep 02:45
Compare
Choose a tag to compare

Note: This version drops support for .NET 5 which is no longer supported.

Added

  • Added LinkAriaCurrentStateTagHelper which will add an aria-current="*" attribute to links that are processed by LinkTagHelper and include an aria-current-state="*" attribute.

Updated

v0.1.0

19 Dec 20:19
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
  • Added LinkTagHelper
  • Include README.md in the nupkg
  • Target .NET Core 3.1, .NET 5, and .NET 6