Releases: xt0rted/heroicons-tag-helper
Releases · xt0rted/heroicons-tag-helper
v2.0.12
v2.0.11
v2.0.10
v2.0.9
- Bumped
heroicons
from 2.0.8 to 2.0.9- Adds new icons:
arrow-small-down
,arrow-small-left
,arrow-small-right
,arrow-small-up
,battery-0
,battery-100
,battery-50
,cube-transparent
,currency-bangladeshi
,minus-small
,paint-brush
,plus-small
,variable
,wallet
,arrow-path-rounded-square
- Adds new icons:
v2.0.8
v2.0.7
v2.0.6
v2.0.5
v2.0.4
v2.0.3
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
- A lot of icons were renamed in this release, see the
- 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 thearia-hidden
orrole
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)