Releases: WormieCorp/Localization.AspNetCore.TagHelpers
0.6.0
As part of this release we had 10 issues closed.
Feature
- #65 Add ability to pass parameters when localizing html attributes
Improvements
- #33 Bump Microsoft.AspNetCore.Mvc.Localization from 2.1.3 to 2.2.0
- #30 Bump Microsoft.AspNetCore.Razor.Runtime from 2.1.2 to 2.2.0
Documentation
- #43 Fix 'The properties padding-top, padding-bottom, padding-left, padding-right can be replaced by padding.' issue in src\Localization.Demo\wwwroot\css\site.css
- #40 Fix 'Values of 0 shouldn't have units specified.' issue in docs\input\assets\css\override.css
Where to get it
You can download this release from NuGet
0.5.0
As part of this release we had 17 commits which resulted in 1 issue being closed.
Improvement
- #25 Cache IHtmlLocalizer in views (thanks to @Encrypt0r)
Where to get it
You can download this release from NuGet
0.4.0
As part of this release we had 46 commits which resulted in 5 issues being closed.
Breaking change
- #24 Change to only target .net standard 2.0
Feature
- #21 Allow global override of html encoding
Improvement
- #18 Update dependencies to the latest version
Documentation
- #19 Implemented API documentation using Wyam
Where to get it
You can download this release from NuGet
0.3.0
As part of this release we had 25 commits which resulted in 3 issues being closed.
Feature
- #13 Add ability to reuse an existing instantiated IViewLocalizer/IHtmlLocalizer
Where to get it
You can download this release from NuGet
0.2.0
As part of this release we had 20 commits which resulted in 5 issues being closed.
Breaking change
- #10 Renamed most tag attributes
- The following tag names was changes
- localize-html -> html
- localize (with name) -> resource-name
- localize-trim -> trim
- localize-type -> resource-type
- The following tag names was changes
Features
- #6 Add ability to normalize newlines
- Available using tag attribute
newline
- Available using tag attribute
- #5 Add line whitespace trimming
- Available using tag attribute
trimlines
- Available using tag attribute
Bug
- #8 Cannot implicitly convert type 'bool' to 'string'
Improvement
- #7 Allow Whitespace trimming to be set globally
Where to get it
You can download this release from NuGet
v0.1.0
First (NOT) Working Release
NOTE: Unfortunately this release was a little premature, and contains a bug
which causes tag helpers to fail if localize-html
is set