Skip to content

Commit 78ff540

Browse files
Bumping versions to 16.4.2 (#599)
This release fixes implicit cell and supplementary view animations by forcing them to lay out without an animation as they are displayed. The `release.sh` script has been updated to remove the temporary exit path that was added during the Tuist migration. The script is working well! ### Checklist Please do the following before merging: - [x] Ensure any public-facing changes are reflected in the [changelog](https://github.com/square/Listable/blob/main/CHANGELOG.md). Include them in the `Main` section.
1 parent a69ed0c commit 78ff540

9 files changed

Lines changed: 5928 additions & 5926 deletions

File tree

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-
- Fixed an issue where animations would occur when dequeuing / reusing cells. A layout is now forced without animation before presentation.
6-
75
### Added
86

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

1715
# Past Releases
1816

17+
# 16.4.2 - 2025-09-05
18+
19+
### Fixed
20+
21+
- Fixed an issue where animations would occur when dequeuing / reusing cells. A layout is now forced without animation before presentation.
22+
1923
# 16.4.1 - 2025-08-01
2024

2125
### Fixed

Scripts/release.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
#!/bin/bash
22
set -e
33

4-
echo "TODO: Update this script to use the new release process."
5-
echo "Use the manual steps in RELEASING.md for now."
6-
exit 0
7-
84
# Release script for Listable
95
# This script automates the steps in RELEASING.md
106

4.2 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"warnings": [],
3-
"source_directory": "/Users/robmaceachern/Development/Listable"
3+
"source_directory": "/Users/johnnewman/Development/Listable"
44
}

docs/JSON/BlueprintUILists.json

Lines changed: 354 additions & 354 deletions
Large diffs are not rendered by default.

docs/JSON/ListableUI.json

Lines changed: 5565 additions & 5563 deletions
Large diffs are not rendered by default.

docs/Listable/docsets/Listable.tgz

59.8 KB
Binary file not shown.

docs/Listable/undocumented.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"warnings": [],
3-
"source_directory": "/Users/robmaceachern/Development/Listable"
3+
"source_directory": "/Users/johnnewman/Development/Listable"
44
}

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 ||= '16.4.1'
5+
LISTABLE_VERSION ||= '16.4.2'
66

77
LISTABLE_IOS_DEPLOYMENT_TARGET ||= '15.0'
88

0 commit comments

Comments
 (0)