| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.11.0 source code.tar.gz | 2026-05-06 | 28.9 MB | |
| 0.11.0 source code.zip | 2026-05-06 | 29.4 MB | |
| README.md | 2026-05-06 | 5.9 kB | |
| Totals: 3 Items | 58.3 MB | 0 | |
What's Changed
- Extract Parser module out of Core by @soroushsq in https://github.com/cashapp/AccessibilitySnapshot/pull/250
- updating podfile.lock by @RoyalPineapple in https://github.com/cashapp/AccessibilitySnapshot/pull/251
- task: Extracting views into their own files by @RoyalPineapple in https://github.com/cashapp/AccessibilitySnapshot/pull/253
- Task: Updating CocoaPods to address REXML vulns from dependabot by @RoyalPineapple in https://github.com/cashapp/AccessibilitySnapshot/pull/255
- Bump rexml from 3.4.1 to 3.4.2 in /Example by @dependabot[bot] in https://github.com/cashapp/AccessibilitySnapshot/pull/262
- Adding block syntax tests. by @RoyalPineapple in https://github.com/cashapp/AccessibilitySnapshot/pull/257
- Snapshot Configuration Struct by @RoyalPineapple in https://github.com/cashapp/AccessibilitySnapshot/pull/264
- removing development team by @RoyalPineapple in https://github.com/cashapp/AccessibilitySnapshot/pull/265
- Update branch references from master to main by @RoyalPineapple in https://github.com/cashapp/AccessibilitySnapshot/pull/266
- Accessibility Previews by @soroushsq in https://github.com/cashapp/AccessibilitySnapshot/pull/267
- Add Accessibility Custom Rotors Support by @RoyalPineapple in https://github.com/cashapp/AccessibilitySnapshot/pull/269
- Remove throws from HitTarget test functions by @RoyalPineapple in https://github.com/cashapp/AccessibilitySnapshot/pull/276
- Add iOS 17.5 and 18.5 test support, remove iOS 16.4 by @RoyalPineapple in https://github.com/cashapp/AccessibilitySnapshot/pull/280
- Restructure AccessibilitySnapshotConfiguration by feature by @RoyalPineapple in https://github.com/cashapp/AccessibilitySnapshot/pull/282
- Copying path before conversion to avoid accidental accumulation by @RoyalPineapple in https://github.com/cashapp/AccessibilitySnapshot/pull/284
- Support for custom action images by @meherkasam-square in https://github.com/cashapp/AccessibilitySnapshot/pull/286
- Delete remaining iOS 16.4 snapshots by @meherkasam-square in https://github.com/cashapp/AccessibilitySnapshot/pull/291
- Tuist setup by @meherkasam-square in https://github.com/cashapp/AccessibilitySnapshot/pull/290
- Fix UITabBar snapshot crash on iOS 26 by @RoyalPineapple in https://github.com/cashapp/AccessibilitySnapshot/pull/289
- Remove CocoaPods and Carthage by @meherkasam-square in https://github.com/cashapp/AccessibilitySnapshot/pull/293
- Use shake gesture to toggle snapshot view in app by @meherkasam-square in https://github.com/cashapp/AccessibilitySnapshot/pull/292
- allowing dismissing of view controllers in the example app by @soroushsq in https://github.com/cashapp/AccessibilitySnapshot/pull/294
- Fix warnings by @meherkasam-square in https://github.com/cashapp/AccessibilitySnapshot/pull/295
- Clean up Tuist project configuration by @RoyalPineapple in https://github.com/cashapp/AccessibilitySnapshot/pull/297
- Added support for
DEVELOPMENT_TEAMenvironment variable by @meherkasam-square in https://github.com/cashapp/AccessibilitySnapshot/pull/298 - Add iOS 26 test support by @RoyalPineapple in https://github.com/cashapp/AccessibilitySnapshot/pull/279
- Add SwiftFormat to the repo by @meherkasam-square in https://github.com/cashapp/AccessibilitySnapshot/pull/299
- Remove Apache license headers from source files by @RoyalPineapple in https://github.com/cashapp/AccessibilitySnapshot/pull/301
- Support keyboard shortcuts by @meherkasam-square in https://github.com/cashapp/AccessibilitySnapshot/pull/296
- Remove stale TextAccessibilityTests from skippedTests by @RoyalPineapple in https://github.com/cashapp/AccessibilitySnapshot/pull/305
- Fix pre-commit hook swiftformat re-staging by @RoyalPineapple in https://github.com/cashapp/AccessibilitySnapshot/pull/308
- Add KVC fallback for SwiftUI custom content extraction by @RoyalPineapple in https://github.com/cashapp/AccessibilitySnapshot/pull/310
- Guard KVC access for accessibilityCustomContent with responds(to:) by @RoyalPineapple in https://github.com/cashapp/AccessibilitySnapshot/pull/314
- Fix false positive activation points for SwiftUI elements by @RoyalPineapple in https://github.com/cashapp/AccessibilitySnapshot/pull/315
- Move crosshairs asset from Parser to Core by @RoyalPineapple in https://github.com/cashapp/AccessibilitySnapshot/pull/317
- Add precision/tolerance parameters to all snapshot APIs by @RoyalPineapple in https://github.com/cashapp/AccessibilitySnapshot/pull/316
- Add hierarchical accessibility parsing API by @RoyalPineapple in https://github.com/cashapp/AccessibilitySnapshot/pull/300
- Update CODEOWNERS to include more UI Systems teammates by @soroushsq in https://github.com/cashapp/AccessibilitySnapshot/pull/322
- Core refactoring: extract base view, color palette, add showsUnspokenTraits by @soroushsq in https://github.com/cashapp/AccessibilitySnapshot/pull/319
- Add AccessibilitySnapshotPreviews module by @soroushsq in https://github.com/cashapp/AccessibilitySnapshot/pull/320
- Add demo app, snapshot tests, and CI for AccessibilitySnapshotPreviews by @soroushsq in https://github.com/cashapp/AccessibilitySnapshot/pull/321
- Fix mislabeled trait bit 47 (textArea) and add secureTextField (bit 24) by @RoyalPineapple in https://github.com/cashapp/AccessibilitySnapshot/pull/327
- Fix parser missing search fields behind zero-frame SwiftUI wrapper views by @RoyalPineapple in https://github.com/cashapp/AccessibilitySnapshot/pull/328
- Fix section header/footer ordering in SwiftUI List snapshots by @RoyalPineapple in https://github.com/cashapp/AccessibilitySnapshot/pull/325
- Revert custom action icon images by @soroushsq in https://github.com/cashapp/AccessibilitySnapshot/pull/332
- Add RELEASE-VERSION 0.11.0 by @soroushsq in https://github.com/cashapp/AccessibilitySnapshot/pull/333
Full Changelog: https://github.com/cashapp/AccessibilitySnapshot/compare/0.10.0...0.11.0