Skip to content

Commit 3183e67

Browse files
Bumping versions to 17.0.1. (#619)
Release 17.0.1. ## Changelog ### Fixed - Hid swipe action buttons from VoiceOver while the swipe is closed. The buttons become accessibility elements again once the swipe is open, so the row's `accessibilityCustomActions` no longer competes with invisible, off-screen buttons. (#616) ## Release checklist - [ ] Merge this PR - [ ] Draft a new release at https://github.com/square/Listable/releases with title `17.0.1` and the changelog above - [ ] Tag the release: `./Scripts/tag_release.sh 17.0.1 <merge commit SHA>` - [ ] Publish the release
1 parent ddaa35c commit 3183e67

10 files changed

Lines changed: 17 additions & 127159 deletions

File tree

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,10 @@ fastlane/test_output
7171
/build/XCBuildData
7272

7373
# Test results
74-
/*.xcresult
74+
/*.xcresult
75+
76+
# Generated docs intermediates. The sourcekitten JSON embeds absolute build
77+
# paths in key.filepath entries, and jazzy writes the build path into
78+
# undocumented.json. Neither file needs to be tracked.
79+
docs/JSON/
80+
docs/**/undocumented.json

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
### Fixed
44

5-
- Hid swipe action buttons from VoiceOver while the swipe is closed. The buttons become accessibility elements again once the swipe is open, so the row's `accessibilityCustomActions` no longer competes with invisible, off-screen buttons.
6-
75
### Added
86

97
### Removed
@@ -16,6 +14,12 @@
1614

1715
# Past Releases
1816

17+
# 17.0.1 - 2026-05-27
18+
19+
### Fixed
20+
21+
- Hid swipe action buttons from VoiceOver while the swipe is closed. The buttons become accessibility elements again once the swipe is open, so the row's `accessibilityCustomActions` no longer competes with invisible, off-screen buttons.
22+
1923
# 17.0.0 - 2026-02-25
2024

2125
### Changed

Scripts/generate_docs.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ destination="generic/platform=iOS Simulator"
1111
tuist install --path Development/
1212
tuist generate --no-open --path Development/
1313

14+
# docs/JSON is gitignored — these files are intermediate sourcekitten output
15+
# consumed by jazzy below.
16+
mkdir -p docs/JSON
1417
$sourcekitten doc -- -workspace Development/ListableDevelopment.xcworkspace -scheme ListableUI -destination "$destination" > docs/JSON/ListableUI.json
1518
$sourcekitten doc -- -workspace Development/ListableDevelopment.xcworkspace -scheme BlueprintUILists -destination "$destination" > docs/JSON/BlueprintUILists.json
1619

4.18 KB
Binary file not shown.

docs/BlueprintLists/undocumented.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/JSON/BlueprintUILists.json

Lines changed: 0 additions & 7235 deletions
This file was deleted.

docs/JSON/ListableUI.json

Lines changed: 0 additions & 119912 deletions
This file was deleted.

docs/Listable/docsets/Listable.tgz

59.1 KB
Binary file not shown.

docs/Listable/undocumented.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
BLUEPRINT_VERSION ||= ['~> 5.0'].freeze
44

5-
LISTABLE_VERSION ||= '17.0.0'
5+
LISTABLE_VERSION ||= '17.0.1'
66

77
LISTABLE_IOS_DEPLOYMENT_TARGET ||= '15.0'
88

0 commit comments

Comments
 (0)