Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

### Fixed

- Fixed an issue where animations would occur when dequeuing / reusing cells. A layout is now forced without animation before presentation.

### Added

### Removed
Expand All @@ -16,6 +14,12 @@

# Past Releases

# 16.4.2 - 2025-09-05

### Fixed

- Fixed an issue where animations would occur when dequeuing / reusing cells. A layout is now forced without animation before presentation.

# 16.4.1 - 2025-08-01

### Fixed
Expand Down
4 changes: 0 additions & 4 deletions Scripts/release.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
#!/bin/bash
set -e

echo "TODO: Update this script to use the new release process."
echo "Use the manual steps in RELEASING.md for now."
exit 0

# Release script for Listable
# This script automates the steps in RELEASING.md

Expand Down
Binary file modified docs/BlueprintLists/docsets/BlueprintLists.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/BlueprintLists/undocumented.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"warnings": [],
"source_directory": "/Users/robmaceachern/Development/Listable"
"source_directory": "/Users/johnnewman/Development/Listable"
}
708 changes: 354 additions & 354 deletions docs/JSON/BlueprintUILists.json

Large diffs are not rendered by default.

11,128 changes: 5,565 additions & 5,563 deletions docs/JSON/ListableUI.json

Large diffs are not rendered by default.

Binary file modified docs/Listable/docsets/Listable.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/Listable/undocumented.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"warnings": [],
"source_directory": "/Users/robmaceachern/Development/Listable"
"source_directory": "/Users/johnnewman/Development/Listable"
}
2 changes: 1 addition & 1 deletion version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

LISTABLE_VERSION ||= '16.4.1'
LISTABLE_VERSION ||= '16.4.2'

LISTABLE_IOS_DEPLOYMENT_TARGET ||= '15.0'

Expand Down
Loading