Skip to content

Releases: LazZiya/TagHelpers

v6.0.2

04 May 10:38
77fc85d
Compare
Choose a tag to compare

v6.0.1

19 Dec 15:05
c424b3a
Compare
Choose a tag to compare

What's Changed

  • Fixed Total badges for Bootstrap5 by @ejohnson-dotnet in #23
  • Fixed Paging tag helper: Urls with same parameter more than once (e.g. for string[] properties) not supported #22

New Contributors

v6.0

27 Nov 22:11
Compare
Choose a tag to compare

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

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

12 Nov 15:32
50ad8d3
Compare
Choose a tag to compare

v5.0.0-rc.1

05 Nov 08:00
ff7d40d
Compare
Choose a tag to compare
v5.0.0-rc.1 Pre-release
Pre-release
  • .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

10 Aug 12:33
Compare
Choose a tag to compare
v5.0.0-preview2 Pre-release
Pre-release

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

01 Jun 12:41
Compare
Choose a tag to compare
v5.0.0-beta1 Pre-release
Pre-release
  • .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

05 Apr 15:47
Compare
Choose a tag to compare

Fix for issue #12

v4.0

27 Mar 10:49
Compare
Choose a tag to compare

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

v4.0-preview2

27 Feb 08:21
Compare
Choose a tag to compare
v4.0-preview2 Pre-release
Pre-release
  • PagingTagHelper : Fixed an issue where the end-gap was showing when total pages is 1.