Skip to content

Commit 3808471

Browse files
authored
Prep 14.3.1 (#541)
1 parent f4e29a7 commit 3808471

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

CHANGELOG.md

+8-3
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+
# [14.3.1] - 2024-08-08
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
# [14.3.0] - 2024-07-31
2024

2125
### Added
@@ -1047,7 +1051,8 @@ listActions.scrolling.scrollToSection(
10471051
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).
10481052

10491053

1050-
[Main]: https://github.com/square/Listable/compare/14.3.0...main
1054+
[Main]: https://github.com/square/Listable/compare/14.3.1...main
1055+
[14.3.1]: https://github.com/square/Listable/compare/14.3.0...14.3.1
10511056
[14.3.0]: https://github.com/square/Listable/compare/14.2.0...14.3.0
10521057
[14.2.0]: https://github.com/square/Listable/compare/14.1.0...14.2.0
10531058
[14.1.0]: https://github.com/square/Listable/compare/14.0.3...14.1.0

Podfile.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ PODS:
22
- BlueprintUI (4.0.0)
33
- BlueprintUICommonControls (4.0.0):
44
- BlueprintUI (= 4.0.0)
5-
- BlueprintUILists (14.3.0):
5+
- BlueprintUILists (14.3.1):
66
- BlueprintUI (~> 4.0)
77
- ListableUI
8-
- BlueprintUILists/Tests (14.3.0):
8+
- BlueprintUILists/Tests (14.3.1):
99
- BlueprintUI (~> 4.0)
1010
- BlueprintUICommonControls (~> 4.0)
1111
- ListableUI
1212
- EnglishDictionary (1.0.0.LOCAL)
13-
- ListableUI (14.3.0)
14-
- ListableUI/Tests (14.3.0):
13+
- ListableUI (14.3.1)
14+
- ListableUI/Tests (14.3.1):
1515
- EnglishDictionary
1616
- Snapshot
1717
- Snapshot (1.0.0.LOCAL)
@@ -46,9 +46,9 @@ EXTERNAL SOURCES:
4646
SPEC CHECKSUMS:
4747
BlueprintUI: 1818f187a6be6c69266a4e30f03a6ad7755530e9
4848
BlueprintUICommonControls: 6ceffc16822dea3d1910029aa87eed7a386e4e3b
49-
BlueprintUILists: 789cdae75f979cff3412478819ea712f605cc062
49+
BlueprintUILists: 1f92f30a9971ce2d6b0442bbc698ac1776436996
5050
EnglishDictionary: 2cf40d33cc1b68c4152a1cc69561aaf6e4ba0209
51-
ListableUI: a775b6771ae47df09ded90903a5edcd16985189f
51+
ListableUI: afeac8ace490d931bbae35cfaf1bf6354bb02b03
5252
Snapshot: 574e65b08c02491a541efbd2619c92cc26514d1c
5353

5454
PODFILE CHECKSUM: 2b979d4f2436d28af7c87b125b646836119b89b7

version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
LISTABLE_VERSION ||= '14.3.0'
5+
LISTABLE_VERSION ||= '14.3.1'
66

77
LISTABLE_IOS_DEPLOYMENT_TARGET ||= '15.0'
88

0 commit comments

Comments
 (0)