File tree 3 files changed +15
-10
lines changed
3 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### Fixed
4
4
5
- - Fixed an issue where animations would occur when dequeuing / reusing cells. A layout is now forced without animation before presentation.
6
-
7
5
### Added
8
6
9
7
### Removed
16
14
17
15
# Past Releases
18
16
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
+
19
23
# [ 14.3.0] - 2024-07-31
20
24
21
25
### Added
@@ -1047,7 +1051,8 @@ listActions.scrolling.scrollToSection(
1047
1051
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).
1048
1052
1049
1053
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
1051
1056
[14.3.0 ]: https: // github.com/square/Listable/compare/14.2.0...14.3.0
1052
1057
[14.2.0 ]: https: // github.com/square/Listable/compare/14.1.0...14.2.0
1053
1058
[14.1.0 ]: https: // github.com/square/Listable/compare/14.0.3...14.1.0
Original file line number Diff line number Diff line change 2
2
- BlueprintUI (4.0.0)
3
3
- BlueprintUICommonControls (4.0.0):
4
4
- BlueprintUI (= 4.0.0)
5
- - BlueprintUILists (14.3.0 ):
5
+ - BlueprintUILists (14.3.1 ):
6
6
- BlueprintUI (~> 4.0)
7
7
- ListableUI
8
- - BlueprintUILists/Tests (14.3.0 ):
8
+ - BlueprintUILists/Tests (14.3.1 ):
9
9
- BlueprintUI (~> 4.0)
10
10
- BlueprintUICommonControls (~> 4.0)
11
11
- ListableUI
12
12
- 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 ):
15
15
- EnglishDictionary
16
16
- Snapshot
17
17
- Snapshot (1.0.0.LOCAL)
@@ -46,9 +46,9 @@ EXTERNAL SOURCES:
46
46
SPEC CHECKSUMS:
47
47
BlueprintUI: 1818f187a6be6c69266a4e30f03a6ad7755530e9
48
48
BlueprintUICommonControls: 6ceffc16822dea3d1910029aa87eed7a386e4e3b
49
- BlueprintUILists: 789cdae75f979cff3412478819ea712f605cc062
49
+ BlueprintUILists: 1f92f30a9971ce2d6b0442bbc698ac1776436996
50
50
EnglishDictionary: 2cf40d33cc1b68c4152a1cc69561aaf6e4ba0209
51
- ListableUI: a775b6771ae47df09ded90903a5edcd16985189f
51
+ ListableUI: afeac8ace490d931bbae35cfaf1bf6354bb02b03
52
52
Snapshot: 574e65b08c02491a541efbd2619c92cc26514d1c
53
53
54
54
PODFILE CHECKSUM: 2b979d4f2436d28af7c87b125b646836119b89b7
Original file line number Diff line number Diff line change 2
2
3
3
BLUEPRINT_VERSION ||= [ '~> 4.0' ] . freeze
4
4
5
- LISTABLE_VERSION ||= '14.3.0 '
5
+ LISTABLE_VERSION ||= '14.3.1 '
6
6
7
7
LISTABLE_IOS_DEPLOYMENT_TARGET ||= '15.0'
8
8
You can’t perform that action at this time.
0 commit comments