Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prep 14.3.1 #541

Merged
merged 1 commit into from
Aug 8, 2024
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
11 changes: 8 additions & 3 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

# [14.3.1] - 2024-08-08

### Fixed

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

# [14.3.0] - 2024-07-31

### Added
Expand Down Expand Up @@ -1047,7 +1051,8 @@ listActions.scrolling.scrollToSection(
Earlier releases were ad-hoc and not tracked. To see all changes, please reference [closed PRs on Github](https://github.com/kyleve/Listable/pulls?q=is%3Apr+is%3Aclosed).


[Main]: https://github.com/square/Listable/compare/14.3.0...main
[Main]: https://github.com/square/Listable/compare/14.3.1...main
[14.3.1]: https://github.com/square/Listable/compare/14.3.0...14.3.1
[14.3.0]: https://github.com/square/Listable/compare/14.2.0...14.3.0
[14.2.0]: https://github.com/square/Listable/compare/14.1.0...14.2.0
[14.1.0]: https://github.com/square/Listable/compare/14.0.3...14.1.0
Expand Down
12 changes: 6 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ PODS:
- BlueprintUI (4.0.0)
- BlueprintUICommonControls (4.0.0):
- BlueprintUI (= 4.0.0)
- BlueprintUILists (14.3.0):
- BlueprintUILists (14.3.1):
- BlueprintUI (~> 4.0)
- ListableUI
- BlueprintUILists/Tests (14.3.0):
- BlueprintUILists/Tests (14.3.1):
- BlueprintUI (~> 4.0)
- BlueprintUICommonControls (~> 4.0)
- ListableUI
- EnglishDictionary (1.0.0.LOCAL)
- ListableUI (14.3.0)
- ListableUI/Tests (14.3.0):
- ListableUI (14.3.1)
- ListableUI/Tests (14.3.1):
- EnglishDictionary
- Snapshot
- Snapshot (1.0.0.LOCAL)
Expand Down Expand Up @@ -46,9 +46,9 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
BlueprintUI: 1818f187a6be6c69266a4e30f03a6ad7755530e9
BlueprintUICommonControls: 6ceffc16822dea3d1910029aa87eed7a386e4e3b
BlueprintUILists: 789cdae75f979cff3412478819ea712f605cc062
BlueprintUILists: 1f92f30a9971ce2d6b0442bbc698ac1776436996
EnglishDictionary: 2cf40d33cc1b68c4152a1cc69561aaf6e4ba0209
ListableUI: a775b6771ae47df09ded90903a5edcd16985189f
ListableUI: afeac8ace490d931bbae35cfaf1bf6354bb02b03
Snapshot: 574e65b08c02491a541efbd2619c92cc26514d1c

PODFILE CHECKSUM: 2b979d4f2436d28af7c87b125b646836119b89b7
Expand Down
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 ||= ['~> 4.0'].freeze

LISTABLE_VERSION ||= '14.3.0'
LISTABLE_VERSION ||= '14.3.1'

LISTABLE_IOS_DEPLOYMENT_TARGET ||= '15.0'

Expand Down
Loading