Skip to content

Latest commit

 

History

History
854 lines (443 loc) · 40.2 KB

CHANGELOG.md

File metadata and controls

854 lines (443 loc) · 40.2 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.3.29 (2024-05-22)

Bug Fixes

  • ios: broken build after @nativescript-community/text update (544c048)

1.3.28 (2024-05-22)

Bug Fixes

  • android: missing fontVariationSettings support (6b54a52)

1.3.27 (2024-05-02)

Bug Fixes

1.3.26 (2024-03-18)

Bug Fixes

  • ios: formattedtext not working with button (707ac80)

1.3.25 (2024-03-06)

Bug Fixes

  • ios: multiple fixes for autoFonSize (f41473e)

1.3.24 (2024-03-05)

Bug Fixes

  • android: regression fix (07ec72b)

1.3.23 (2024-03-05)

Bug Fixes

  • android: prevent enableAutoSize to be called before min and max font size are set (b1cdfd7)

1.3.22 (2024-02-22)

Bug Fixes

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

1.3.21 (2024-02-15)

Bug Fixes

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

1.3.20 (2024-02-12)

Bug Fixes

  • ios: verticalTextAlignment fix (528ccb9)

1.3.19 (2024-02-12)

Bug Fixes

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

1.3.18 (2024-01-30)

Bug Fixes

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

1.3.17 (2024-01-25)

Bug Fixes

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

1.3.16 (2024-01-23)

Bug Fixes

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

1.3.15 (2024-01-23)

Bug Fixes

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

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)

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)

1.3.12 (2024-01-18)

Bug Fixes

  • android: renamed label layout so that we can easily keep it with proguard/minification (2597a97)

1.3.11 (2024-01-16)

Bug Fixes

  • android: regression fix (6691c44)

1.3.10 (2024-01-14)

Bug Fixes

  • android: create native view using inflate (a bit faster) (10ecedf)

1.3.9 (2023-12-29)

Bug Fixes

  • android: proguard fix (for app supporting proguard) (9d92693)

1.3.8 (2023-09-06)

Bug Fixes

  • updated @nativescript-community/text to fix linkColor issue (e9235ec)

1.3.7 (2023-08-12)

Bug Fixes

  • android: faster fontSize property (9d771d9)

1.3.6 (2023-06-08)

Bug Fixes

  • android: native-api-usage fix (022d55f)

1.3.5 (2023-05-16)

Bug Fixes

  • android: linkColor and underline not working anymore (65d79dd)

1.3.4 (2023-05-14)

Bug Fixes

  • ios: tap event not working anymore (ee70746)

1.3.3 (2023-05-13)

Note: Version bump only for package @nativescript-community/ui-label

1.3.2 (2023-05-12)

Bug Fixes

  • android: faster formattedText / html creation (fea5249)
  • ios: linkColor fix (d690423)

1.3.1 (2023-05-11)

Bug Fixes

  • __UI_LABEL_USE_LIGHT_FORMATTEDSTRING__ support to force use of LightFormattedString (fb1d8d0)

1.3.0 (2023-05-10)

Features

  • ios: big rewrite using UILabel (when not selectable) for a much faster component (feff416)

1.2.27 (2023-04-20)

Bug Fixes

  • ios: fix issue with color not applied on html (8394d7d)

1.2.26 (2023-04-01)

Bug Fixes

  • linkUnderline and linkColor now correctly working (da7c13d)

1.2.25 (2023-03-21)

Bug Fixes

  • ios: crash fix which could happen while removing a label view (18903f1)

1.2.24 (2023-03-13)

Bug Fixes

  • update auto font size on min/max fontSize change (38d8356)

1.2.23 (2023-02-25)

Bug Fixes

  • ios: fixed autoFontSize computation when text can get bigger (955d7d0)
  • ios: update autoFontSize when needed (d12a792)

1.2.22 (2023-02-20)

Bug Fixes

  • android: fix for @nativescript-community/text override and light spans (9241a0d)

1.2.21 (2023-01-30)

Bug Fixes

  • android: dont check urlspan if not needed (ae17045)

1.2.20 (2023-01-24)

Bug Fixes

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

1.2.19 (2023-01-17)

Bug Fixes

  • ios: span click triggered on wrong span (afa0f8f)

1.2.18 (2023-01-17)

Note: Version bump only for package @nativescript-community/ui-label

1.2.17 (2023-01-12)

Bug Fixes

1.2.16 (2022-12-01)

Note: Version bump only for package @nativescript-community/ui-label

1.2.15 (2022-11-21)

Bug Fixes

1.2.14 (2022-11-20)

Bug Fixes

  • maxLines not working properly (98b298f)

1.2.13 (2022-11-02)

Bug Fixes

  • ios: prevent some html labels to use Times New Roman font instead of default (01c9f81)

1.2.12 (2022-09-16)

Bug Fixes

  • ios: correctly handle linkTap using UITextView methods (1b1ab83)

1.2.11 (2022-09-09)

Bug Fixes

  • ios: textAlignment not working with letterSpacing (237771a)

1.2.10 (2022-09-01)

Bug Fixes

  • ios: fix for html label not layouting correctly (500a25c)

1.2.9 (2022-07-22)

Bug Fixes

  • maxLines fix for latest N (36763fd)

1.2.8 (2022-04-26)

Note: Version bump only for package @nativescript-community/ui-label

1.2.7 (2022-04-05)

Bug Fixes

  • ios: autoFontSize fix broken font formatting on measure (5229637)

1.2.6 (2022-02-09)

Bug Fixes

  • ios: another fix for flexbox layout (9c4d55e)
  • ios: fix color change with HTML / formattedString (4de4d80)

1.2.5 (2022-02-09)

Bug Fixes

1.2.4 (2022-01-14)

Bug Fixes

1.2.3 (2022-01-13)

Bug Fixes

  • android: autoFontSize not working in some cases (f70af75)

1.2.2 (2022-01-08)

Bug Fixes

  • android: wrong api level for setJustificationMode #11 (f4b0c05)

1.2.1 (2022-01-02)

Bug Fixes

  • android: correctly set lineHeight on android >= 28 (3a48c74)
  • ios: lineHeight and letterSpacing fix (ddc90c7)

1.2.0 (2021-10-20)

Bug Fixes

  • android: justify text alignment support (f26d74b)
  • ios: verticalTextAligment fix in some cases (00ae666)

Features

  • android: native-api-usage (40d28dd)

1.1.25 (2021-08-09)

Bug Fixes

  • ios: some autoFontSize optimisations (1712f4f)

1.1.24 (2021-08-09)

Bug Fixes

  • ios: autoFontSize not omputed (d0564ea)

1.1.23 (2021-08-08)

Bug Fixes

  • ios: rollback to fix color not being set (3cab1d7)

1.1.22 (2021-08-07)

Features

1.1.21 (2021-08-07)

Bug Fixes

  • ios: fix crashes with html text in pager (404c0c0)

1.1.20 (2021-08-04)

Bug Fixes

  • ios: fix for html + collectionview/pager (a19b3c8)
  • prevent error if null (ea52954)

1.1.19 (2021-08-04)

Bug Fixes

1.1.18 (2021-08-04)

Bug Fixes

  • default link color to null (668ec19)

1.1.17 (2021-07-01)

Bug Fixes

  • ios: wrong font size applied with html text (62b88c0)
  • more autofontsize fixes (618bd55)

1.1.16 (2021-05-03)

Bug Fixes

  • ios: autoFontSize fix with html text (breaks some font size in it) (4dec254)

1.1.15 (2021-04-23)

Bug Fixes

  • ios: autoFontSize fix and make it faster (b07d764)

1.1.14 (2021-04-19)

Bug Fixes

  • ios: ensure we use autoFontSize in onMeasure (3e0eb6e)

1.1.13 (2021-04-14)

Bug Fixes

  • NS8 and use createFormattedTextNative (ee76186)

1.1.12 (2021-04-05)

Bug Fixes

  • ios: support autosize for 1 line labels (based on width) (08ed0cb)
  • bring back max nblines with textWrap (117bbad)
  • ios remove unwanted padding (4c335fe)

1.1.11 (2021-04-02)

Bug Fixes

1.1.10 (2021-03-26)

Bug Fixes

  • ios: regression after last commits (33c35e5)

1.1.9 (2021-03-26)

Bug Fixes

  • autoFontSize now can use minFontSize and maxFontSize (ac221d4)

1.1.8 (2021-03-24)

Bug Fixes

  • ios: some autoFontSize fixes (0afb433)

1.1.7 (2021-03-16)

Bug Fixes

  • ios: ensure labels with html measure correctly in list views (4314d3f)

1.1.6 (2021-03-16)

Bug Fixes

  • ios: support fontWeight in html text (114b439)

Features

1.1.5 (2021-03-15)

Bug Fixes

Features

  • autoFontSize basic support (d7e5026)

1.1.4 (2021-03-13)

Bug Fixes

1.1.3 (2021-03-13)

Bug Fixes

  • android: ellipsing (lineBreak) fix (d9b314e)

1.1.2 (2021-03-08)

Note: Version bump only for package @nativescript-community/ui-label

1.1.1 (2021-02-16)

Bug Fixes

  • ios: vertical aligment fix when using padding (9f88025)

1.1.0 (2021-02-12)

Features

  • better handle of span verticalAlignment (e9cf77d)

1.0.61 (2020-12-20)

Bug Fixes

1.0.60 (2020-11-27)

Bug Fixes

  • ios fix after last commit on vertical text alignment (9621856)

1.0.59 (2020-11-26)

Note: Version bump only for package @nativescript-community/ui-label

1.0.58 (2020-11-26)

Bug Fixes

  • ios fix for padding and verticalAlignment (46d95af)

1.0.57 (2020-11-23)

Bug Fixes

1.0.56 (2020-11-23)

Note: Version bump only for package @nativescript-community/ui-label

1.0.55 (2020-11-22)

Note: Version bump only for package @nativescript-community/ui-label

1.0.54 (2020-11-16)

Features

  • linkColor, linkUnderline and linkTap for html (8215f36)

1.0.53 (2020-10-29)

Bug Fixes

1.0.52 (2020-10-23)

Bug Fixes

  • support latest text plugin (2d200bc)

1.0.51 (2020-10-23)

Bug Fixes

1.0.50 (2020-10-21)

Bug Fixes

  • ios letterSpacing was breaking other attributes (953b90a)

1.0.49 (2020-10-11)

Bug Fixes

  • ios fix wrong color on text change (7a18519)

1.0.48 (2020-10-10)

Note: Version bump only for package @nativescript-community/ui-label

1.0.47 (2020-10-08)

Bug Fixes

  • android inherit AppCompatTextView (01ce47e)
  • typings fix (f78b6bf)
  • use @nativescript-community/text (d0c58d5)

1.0.46 (2020-10-07)

Bug Fixes

  • some android font loading fixes (d7ae654)

1.0.45 (2020-09-08)

Bug Fixes

1.0.44 (2020-09-06)

Note: Version bump only for package @nativescript-community/ui-label

1.0.43 (2020-08-07)

Note: Version bump only for package @nativescript-community/ui-label

1.0.42 (2020-08-07)

Note: Version bump only for package @nativescript-community/ui-label

1.0.41 (2020-07-26)

Bug Fixes

1.0.40 (2020-07-26)

Bug Fixes

  • android: correctly handle semibold font (a3bb69a)

1.0.39 (2020-05-28)

Bug Fixes

  • android: another fix… (731d643)

1.0.38 (2020-05-28)

Bug Fixes

1.0.37 (2020-05-28)

Bug Fixes

1.0.36 (2020-05-21)

Note: Version bump only for package @nativescript-community/ui-label

1.0.35 (2020-05-21)

Bug Fixes

  • sideEffects for tree shacking (aeb8192)

1.0.34 (2020-05-21)

Bug Fixes

  • esm using import for tree shaking (764a64a)

1.0.33 (2020-05-21)

Note: Version bump only for package @nativescript-community/ui-label

1.0.32 (2020-05-10)

Bug Fixes

  • android: faster TextView creation (e4a47a3)

1.0.31 (2020-05-08)

Bug Fixes

  • android: fix some edge case font names (7c0bcff)

1.0.30 (2020-05-02)

Bug Fixes

  • android: rewrote the html parser to make it faster (8930751)

1.0.29 (2020-05-01)

Bug Fixes

  • android: custom fromHTML to add more tags support (b89d3a8)

1.0.28 (2020-04-29)

Bug Fixes

  • same as before but with fontName (8b32d51)
  • use this fontSize to ensure correct size event if font not updated yet (603921d)

1.0.27 (2020-03-30)

Bug Fixes

  • some bug fixes (38c3927)
  • android: use new textview class to fix multi lines ellipsize (b3feeee)

1.0.26 (2020-03-05)

Bug Fixes

  • android: fix for now was breaking classes in spans (fce58b1)
  • android: use textview for now (wrong measure) (4b8ad6f)
  • android: wrong weight for spans (8da7923)

1.0.25 (2020-03-04)

Bug Fixes

1.0.24 (2020-03-04)

Bug Fixes

  • ios: fix text not showing … (e404d4b)

1.0.23 (2020-03-02)

Bug Fixes

  • only update nativeText when all props updates have been processed (d73e2d0)

1.0.22 (2020-02-27)

Note: Version bump only for package @nativescript-community/ui-label

1.0.21 (2020-02-26)

Bug Fixes

  • android: fixed parsing of font family (09412f2)

1.0.20 (2020-02-17)

Bug Fixes

  • android: support center verticalTextAlignment (1d61b8c)

1.0.19 (2020-02-17)

Bug Fixes

  • android: correctly set font (82a4af7)
  • android: span should not use parent background color (e4c9eda)
  • ios: apply settings to attributedString (5f90cdc)
  • some spans fixes (c9fd367)

1.0.18 (2020-02-14)

Bug Fixes

  • span/formattedstring fixes for ios too (755c612)
  • android: a lot of improvements (37c8df8)
  • ios: dont use DTCoreText anymore (9895c56)

1.0.17 (2020-02-12)

Bug Fixes

  • android: full rewrite to improve perfs (45663b8)

1.0.16 (2020-02-11)

Bug Fixes

  • android: starting android label rewrite (36badf8)

1.0.15 (2020-02-07)

Bug Fixes

1.0.14 (2019-10-18)

Bug Fixes

1.0.13 (2019-10-16)

Bug Fixes

1.0.12 (2019-10-16)

Bug Fixes

1.0.11 (2019-08-22)

Bug Fixes

1.0.10 (2019-08-02)

Bug Fixes

  • ios typo (afdc378)
  • missing typings (cfe2be4)
  • typo fix (708190b)
  • use verticalTextAlignment instead of verticalAlignment (a1e69f3)
  • use verticalTextAlignment instead of verticalAlignment (3a11873)

1.0.9 (2019-07-29)

Bug Fixes

Features

  • support verticalAlignment (ba87f09)

1.0.8 (2019-07-12)

Bug Fixes

1.0.7 (2019-07-12)

Bug Fixes