Skip to content

Releases: WormieCorp/Localization.AspNetCore.TagHelpers

0.6.0

01 Mar 17:17
c8c6ecc
Compare
Choose a tag to compare

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

13 Oct 14:59
b10122d
Compare
Choose a tag to compare

As part of this release we had 17 commits which resulted in 1 issue being closed.

Improvement

Where to get it

You can download this release from NuGet

0.4.0

01 Jul 09:08
7488873
Compare
Choose a tag to compare

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

14 Mar 06:45
4ecc786
Compare
Choose a tag to compare

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

26 Oct 20:50
0.2.0
Compare
Choose a tag to compare

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

Features

  • #6 Add ability to normalize newlines
    • Available using tag attribute newline
  • #5 Add line whitespace trimming
    • Available using tag attribute trimlines

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

22 Oct 23:34
v0.1.0
3464771
Compare
Choose a tag to compare

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