Custom tagName property
Now you can provide property tagName
in Text
component.
It is very useful for increase SEO points. For example, in you translations you have some html like:
<li>one</li>
<li>two</li>
When text component render html it creates <span>
wrapper by default. Now you can change to any html tag. Example with list:
<EOLocale.Text html id="SOME_KEY" tagName="ul" />