Releases: nativescript-community/ui-label
Releases · nativescript-community/ui-label
v1.3.22
1.3.22 (2024-02-22)
Bug Fixes
- android: wrong line height rendering on android < 28 (4276ad6)
v1.3.21
1.3.21 (2024-02-15)
Bug Fixes
- ios: more verticalAlignment/autoSize fixes (44d5752)
v1.3.20
1.3.20 (2024-02-12)
Bug Fixes
- ios: verticalTextAlignment fix (528ccb9)
v1.3.19
1.3.19 (2024-02-12)
Bug Fixes
- ios: ensure verticalTextAlignment works in all cases (05ed697)
v1.3.18
1.3.18 (2024-01-30)
Bug Fixes
- android: native-api-usage fix (a3476e7)
v1.3.17
1.3.17 (2024-01-25)
Bug Fixes
- android: refactoring to improve native-api-usage (53d57f8)
v1.3.16
1.3.16 (2024-01-23)
Bug Fixes
- android: native-api-usage improvements (98e8238)
v1.3.15
1.3.15 (2024-01-23)
Bug Fixes
- ensure we use latest @nativescript-community/text (214589e)
v1.3.14
1.3.14 (2024-01-23)
Bug Fixes
- android: faster and lighter(using proguard/native-api-usage) implementation (74e0b8f)
- android: some improvements to make
Label
a bit faster (982673b)
v1.3.13
1.3.13 (2024-01-18)
Bug Fixes
- allow native attributed string (NSAttributedString and android.text.Spannable) to be used as
text
(740478f)
- android: fix font size for html/spans which was a bit smaller than normal
text
. WARNING: it will change font size a bit (bigger) for all labels using html or FormattedString/Span (5c34149)