You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.