TagHelpers Versions Save

Helpful TagHelpers for any ASP.NET Core project (Paging, Select-Enum, etc).

v6.0.2

2 years ago

New:

v6.0.1

2 years ago

What's Changed

New Contributors

v6.0

2 years ago

This release contains performance improvements, bug fixes and provides compatibility with .net6.0 and Bootstrap5.

New

New in AlertTagHelper

New in PagingTagHelper

New in LanguageNavTagHelper

Hotfixes

  • Fix #16

Not sure why but most probably due to the major breakdown at GitHub servers on 28.11.2021 this release didn't appear in the releases list.

v5.0.0

3 years ago

v5.0.0-rc.1

3 years ago
  • .net5 support
  • PagingTagHelper: Improved styling as adding styles that fits into dark or light themes
  • PagingTagHelper: New page size label with string format support
  • Localization support for AlertTagHelper
  • Performance improvments while creating urls in paging taghelper
  • New render mode for LanguageNav: "FormControl" renders the language nav as a form control. This helps to use the culture navigation control as a dropdown inside any form.
  • Bug fixe for alert-info

See all docs : https://docs.ziyad.info/en/LazZiya.TagHelpers/v5.0/index.md

v5.0.0-preview2

3 years ago

PagingTagHelper: Improved styling by ability to add styles that fits into dark or light themes. See Paging TagHelper Styling.

See all docs in DOCS.Ziyad.info

v5.0.0-beta1

4 years ago
  • .net5 support
  • Performance improvments for creating urls in paging taghelper
  • Localization support for AlertTagHelper, just parse the localizer instance as below:
@inject IStringLocalizer _localizer;

<alert localizer="_localizer"></alert>

v4.0.1

4 years ago

Fix for issue #12

v4.0

4 years ago

This release contains all updates from v4.0-preview1 and v4.0-preivew2

v4.0-preview2

4 years ago
  • PagingTagHelper : Fixed an issue where the end-gap was showing when total pages is 1.