Skip to content

Commit 43c7eec

Browse files
authored
Upgrade recyclerlistview to v4.2.1 (#1236)
* Upgrade recyclerlistview to v4.2.1 * Update changelog * FIx artifacts path * Fix flaky tests
1 parent cb9c30f commit 43c7eec

File tree

16 files changed

+32
-17
lines changed

16 files changed

+32
-17
lines changed

.github/workflows/flash-list.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,8 @@ jobs:
204204
yarn e2e:build:ios
205205
yarn e2e:test:ios
206206
- name: Archive iOS e2e artifacts
207+
if: failure()
207208
uses: actions/upload-artifact@v3
208209
with:
209210
name: ios-e2e-artifacts
210-
path: fixture/e2e/artifacts/ios/diff/*.png
211+
path: fixture/react-native/e2e/artifacts/ios/diff/*.png

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
1111
- https://github.com/Shopify/flash-list/pull/1076
1212
- Fix stale reference to onScroll and onLoad
1313
- https://github.com/Shopify/flash-list/pull/1112
14+
- Upgrade recyclerlistview to v4.2.1
15+
- https://github.com/Shopify/flash-list/pull/1236
1416

1517
## [1.6.4] - 2024-03-18
1618

Loading
-12 Bytes
Loading
-12 Bytes
Loading
Loading
-219 KB
Loading
Loading
Loading
-188 KB
Loading

0 commit comments

Comments
 (0)