Releases: mustiikhalil/LCLabel
Releases · mustiikhalil/LCLabel
♻️ Bug fixes 1.3.0
Changelog:
#38 Fixes bug where the most relevant size wasn't used
🧯 Small fix 1.2.1
Fixes setting numberOfLines
in textRect()
which resets the containers numberOfLines from the one the users sets
🕸️ Fixes Autolayout issues 1.2.0
Migrate to xcode 14.2, and updating snapshots tests (#36) Updates Env vars to new device Fixes env issue, and update version number
🏗 Some native UILabel support 1.1.0
Adds support for main native UILabel fields
1.0.1
Adds support for text centering
🎆 First fully stable release 1.0.0
Releasing first fully stable version of LCLabel
🏗 Migrating to UILabel 0.6.0
Migrating to UILabel due to production error when animating views
♻️ Improving View refresh 0.5.0
♻️ Improving View refresh, where now the UI will change according to the type of settings we set into it, like linkAttributes, ensure link detection.
💥 Fixes accessibility traits 0.4.1
Fixes accessibility traits to allow UITests to run with .staticText
instead of hacking our way around.
PS: We still can't get the text within the view though.
🧯 Small changes 0.4.0
Reload view on main vars change, and remove long gesture since we use hitTest