Skip to content

TunaKit 1.18.0

Choose a tag to compare

@mikker mikker released this 14 Aug 13:01
Immutable release. Only release title and notes can be modified.
bcaf8dc
  • Breaking: replaced the ambiguous explicitTextValue() and textValueFallback() helpers
    with purpose-specific primary-content, text-input, automation, copy, and display representations.
    TextValueProviding content is preserved exactly instead of being trimmed during extraction.
  • Breaking: SolverResultItem.textValue now returns the unformatted result. Use
    displayTextValue() or copyTextRepresentation() when locale-aware formatting is wanted.
  • Added shared catalog-scan feedback and navigation-affordance symbols for themes.
  • SearchObjectRole now conforms to Hashable for stable role-based SwiftUI identity.
  • Corrected playTransition visibility to match its non-overridable extension implementation.