v3.2.0
New features
- Add
baseFontSize
prop so you can change the size of all your texts in a single prop without having to style every text tag (thanks @peacechen !)
Fixes
- Texts elements that are siblings of
<br>
tags should receive the styling of their parent properly - Line breaks in your HTML won't actually render line breaks in your native components, for instance :
<p><b>Description</b><br>Some description...<br />
Item 1,
Item 2,
Item 3,
</p>
Item 1, 2, and 3 will be on the same line, regardless of the line breaks of the snippet.