Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 2.12 KB

CHANGELOG.md

File metadata and controls

52 lines (31 loc) · 2.12 KB

Changelog

Unreleased

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 the default-class attribute with the class 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, and time

0.4.0 - 2022-10-13

Fixed

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

0.3.0 - 2022-10-11

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

0.2.0 - 2022-09-24

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

0.1.0 - 2021-12-19

  • Added LinkTagHelper
  • Include README.md in the nupkg
  • Target .NET Core 3.1, .NET 5, and .NET 6