Skip to content

Releases: nativescript-community/ui-label

v1.3.22

22 Feb 15:31
Compare
Choose a tag to compare

1.3.22 (2024-02-22)

Bug Fixes

  • android: wrong line height rendering on android < 28 (4276ad6)

v1.3.21

15 Feb 10:20
9d46fcd
Compare
Choose a tag to compare

1.3.21 (2024-02-15)

Bug Fixes

  • ios: more verticalAlignment/autoSize fixes (44d5752)

v1.3.20

12 Feb 15:20
ca73427
Compare
Choose a tag to compare

1.3.20 (2024-02-12)

Bug Fixes

  • ios: verticalTextAlignment fix (528ccb9)

v1.3.19

12 Feb 12:58
8cdfb1f
Compare
Choose a tag to compare

1.3.19 (2024-02-12)

Bug Fixes

  • ios: ensure verticalTextAlignment works in all cases (05ed697)

v1.3.18

30 Jan 16:37
Compare
Choose a tag to compare

1.3.18 (2024-01-30)

Bug Fixes

  • android: native-api-usage fix (a3476e7)

v1.3.17

25 Jan 20:05
Compare
Choose a tag to compare

1.3.17 (2024-01-25)

Bug Fixes

  • android: refactoring to improve native-api-usage (53d57f8)

v1.3.16

23 Jan 15:31
Compare
Choose a tag to compare

1.3.16 (2024-01-23)

Bug Fixes

  • android: native-api-usage improvements (98e8238)

v1.3.15

23 Jan 13:52
Compare
Choose a tag to compare

1.3.15 (2024-01-23)

Bug Fixes

  • ensure we use latest @nativescript-community/text (214589e)

v1.3.14

23 Jan 10:02
Compare
Choose a tag to compare

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

18 Jan 20:04
Compare
Choose a tag to compare

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)