Releases: optonaut/ActiveLabel.swift
Releases · optonaut/ActiveLabel.swift
0.6.0
0.5.1
😁 This version includes a lot of bug fixes 😁
FEATURES:
FIXES:
- Autolayout issues (#77, #85) - @Econa77 & @nxtstep
- Clear text when setting empty string (#81) - @Econa77
- Display text on uncustomized label (#74) - @Econa77
- Spacing issues (#75, #76) - @Econa77
- Selected colors not applied appropriately (#65) - @robtimp
- Fixed wrong URL detection (#69) - @wowbroforce
- Add support for accent/diacritics (#59) - @lastMove
0.5.0
0.4.2
0.4.1
0.4.0
⚠️ This version contains a full refactor of the internal logic of the library. (#40)
.
Breaking changes inside:
- Rethought way to extract elements from the label text
- Perform only necessary things when changing variables
- Move
urlDetector
to use regex
In a sample code, this is the difference of the necessary time to configure a label.
Before | After | |
---|---|---|
Necessary time (s) | 0.015 - 0.020 | 0.0005 - 0.0007 |
Disclaimer:
The exact amount of time totally depends on the label changes that you do when customising it, but the important thing is that it is up to 10x less time 😱
For more information, please take a look at #40