Skip to content

v2.0.3

Compare
Choose a tag to compare
@xt0rted xt0rted released this 11 Oct 05:18
3de3d56

Note: Due to a number of missing/incorrectly named icons the following versions were skipped: v2.0.0, v2.0.1, v2.0.2

  • Bumped heroicons from 1.0.6 to 2.0.3 (#186)
    • A lot of icons were renamed in this release, see the Update icon names section in the 2.0.0 release notes for more details
    • The new mini variant is available using the tag name heroicon-mini which supports the same settings as the solid variant
  • Dropped support for .NET 5 which is no longer supported
  • Fixed xml documentation file so it's included in the package (#189)
  • Adjusted IconAccessibilityTagHelper so it only sets the aria-hidden or role attributes if they don't already exist (#191)
    • In rare situations this could be a breaking change if you were relying on this to force a value
  • The stroke-width attribute is now deprecated in favor of styling with css (#192)
  • Switched from actions/setup-dotnet to xt0rted/setup-dotnet (#144)