@legendapp/list 3.3.5 → 3.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 3.3.6
2
+
3
+ - Fix: Animated `maintainScrollAtEnd` follows rapid and first-load content growth, including short `alignItemsAtEnd` lists, and stops when the user scrolls away.
4
+ - Fix: Item size changes no longer interrupt momentum scrolling when `maintainVisibleContentPosition` adjusts the scroll position.
5
+ - Fix: A numeric `initialScrollIndex` targeting the last item stays at the end when the viewport is measured or resized, while object targets and explicit offsets keep their requested alignment.
6
+
1
7
  ## 3.3.5
2
8
 
3
9
  - Fix: Changing `dataKey` no longer leaves the new dataset invisible. #519
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@legendapp/list",
3
- "version": "3.3.5",
3
+ "version": "3.3.6",
4
4
  "description": "Legend List is a drop-in replacement for FlatList with much better performance and supporting dynamically sized items.",
5
5
  "sideEffects": false,
6
6
  "private": false,