Releases: LazZiya/TagHelpers
v6.0.2
v6.0.1
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
- @ejohnson-dotnet made their first contribution in #23
v6.0
This release contains performance improvements, bug fixes and provides compatibility with .net6.0 and Bootstrap5.
New
- .net6 support see migrating to v6
- bootstrap 5 support see migrating to v6
New in AlertTagHelper
show-icons
: add icons to the alerts.slide-alerts
: create a slider for all alerts coming from the backend.render-mode
: use to fix breaking changes after upgrading to bootstrap5. see migrating to v6
New in PagingTagHelper
fix-url-path
: will add current page path to the url if it is not added.render-mode
: use to fix breaking changes after upgrading to bootstrap5. see migrating to v6
New in LanguageNavTagHelper
render-mode
: use to fix breaking changes after upgrading to bootstrap5. see migrating to v6
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
-
This release contains many bug fixes and code improvements
-
.net5 support
-
PagingTagHelper: Improved styling as adding styles that fits into dark or light themes
-
PagingTagHelper: New page size label with string format support e.g.
text-page-size="Page size {0}"
-
Performance improvments while creating urls in paging taghelper
-
Localization support for AlertTagHelper
-
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.
-
See all docs: https://docs.ziyad.info/en/LazZiya.TagHelpers/v5.0/index.md
v5.0.0-rc.1
- .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
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
- .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
v4.0
This release contains all updates from v4.0-preview1 and v4.0-preivew2
v4.0-preview2
- PagingTagHelper : Fixed an issue where the end-gap was showing when total pages is 1.