Skip to content

Releases: DamianEdwards/TagHelperPack

v0.12.0

06 Oct 22:21
0fd526d
Compare
Choose a tag to compare

Availagle on NuGet: https://www.nuget.org/packages/TagHelperPack/0.12.0

What's Changed

Full Changelog: v0.11.0...v0.12.0

v0.11.0

25 Sep 03:37
c739ae9
Compare
Choose a tag to compare

Available on nuget.org: https://www.nuget.org/packages/TagHelperPack/0.11.0

What's Changed

New Contributors

Full Changelog: v0.10.1...v0.11.0

v0.10.1

18 Dec 00:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.10.1

Available at https://www.nuget.org/packages/TagHelperPack/0.10.1

v0.10.0

15 Dec 01:01
Compare
Choose a tag to compare

Changes:

  • Dropped pre-release version suffix

Available on NuGet:

v0.9.0-pre-20221214.35

14 Dec 22:38
Compare
Choose a tag to compare
Pre-release

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 with asp-if
  • Dropped support for unsupported .NET versions (.NET Core 3.1 & .NET 5.0)

Available on NuGet:

v0.8.2-pre-20220718.33

18 Jul 21:10
4bd2963
Compare
Choose a tag to compare
Pre-release

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

14 Jul 21:50
Compare
Choose a tag to compare
Pre-release

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

09 Jul 21:59
Compare
Choose a tag to compare
Pre-release

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 to 0.30.2

Contributors:

Available on NuGet:

v0.7.0-pre-20211217.15

17 Dec 23:18
Compare
Choose a tag to compare
Pre-release

Changes:

  • Dropped support for netcoreapp2.1 as it's out of support
  • Updated dependency on Markdig to 0.26.0
  • Added SourceLink
  • Added IntelliSense documentation file
  • Documentation site now runs on .NET 6.0 on Linux

Available on NuGet: