5.3.0 - 2025-01-30
Fixed
- Fixed a bug in
AttributedLabel
which could cause a crash if the attributed string lacked a specifiedNSTextAlignment
.
Added
AccessibilityContainer
now supports configuration ofUIAccessibilityContainerType
,AccessibilityLabel
andAccessibilityValue
.AccessibilityElement
now supports configuration ofuserInputLabels
.
Removed
- CocoaPods podspecs removed. Blueprint will only be vended via Swift Package Manager.
Changed
AttributedLabel
accessibility links are now stateless.
Deprecated
LayoutMode.legacy
is deprecated and will be removed in a future release.
Security
Documentation
Misc
Internal
- Local development environment switched from CocoaPods to Tuist.