Releases: DamianEdwards/TagHelperPack
Releases · DamianEdwards/TagHelperPack
v0.12.0
Availagle on NuGet: https://www.nuget.org/packages/TagHelperPack/0.12.0
What's Changed
- Update to latest HtmlSanitizer by @DamianEdwards in #65
Full Changelog: v0.11.0...v0.12.0
v0.11.0
Available on nuget.org: https://www.nuget.org/packages/TagHelperPack/0.11.0
What's Changed
- Add for [asp-enabled]="boolean" for button, input, etc... by @bingzer in #57
- Some updates by @DamianEdwards in #59
- Bump to version 0.11.0 by @DamianEdwards in #60
- Change asp-if Tag Helper order to -1 so it runs first by @DamianEdwards in #61
- Add SuppressedByAspAuthz by @DamianEdwards in #63
New Contributors
Full Changelog: v0.10.1...v0.11.0
v0.10.1
What's Changed
- Add DescriptionForTagHelper by @khalidabuhakmeh in #53
- Display/Editor
view-data-*
by @dahlbyk in #51 - Provide Authorization Resource by @dahlbyk in #50
New Contributors
- @khalidabuhakmeh made their first contribution in #53
Full Changelog: v0.10.0...v0.10.1
Available at https://www.nuget.org/packages/TagHelperPack/0.10.1
v0.10.0
Changes:
- Dropped pre-release version suffix
Available on NuGet:
v0.9.0-pre-20221214.35
Changes:
- Updated all Tag Helpers to not do any processing if the predicate set on
asp-if
evaluated to false on the same element - Added
<render-partial>
helper that works properly withasp-if
- Dropped support for unsupported .NET versions (.NET Core 3.1 & .NET 5.0)
Available on NuGet:
v0.8.2-pre-20220718.33
Changes:
- Display/editor template helpers updated to support specifying HTML field name, e.g.
<display for="..." html-field-name="..." />
- Added
<datalist asp-list="...">
helper
Contributors:
Available on NuGet:
v0.8.1-pre-20220714.30
Changes:
- Markdown Tag Helper changed to normalize whitespace and support sanitized HTML
- Added missing doc comments on public API
Contributors:
Available on NuGet:
v0.8.0-pre-20220709.21
Changes:
- Support for specifying a template name when using the
<display />
or<editor />
Tag Helpers - Added missing doc comments on public API and made some supporting helper extension methods internal
- Updated dependency on
Markdig
to0.30.2
Contributors:
Available on NuGet:
v0.7.0-pre-20211217.15
Changes:
- Dropped support for
netcoreapp2.1
as it's out of support - Updated dependency on
Markdig
to0.26.0
- Added SourceLink
- Added IntelliSense documentation file
- Documentation site now runs on .NET 6.0 on Linux
Available on NuGet: