@legendapp/list 3.0.0 → 3.0.1

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.0.1
2
+
3
+ - Feat: SectionList now supports getFixedItemSize for items, headers, footers, and separators.
4
+ - Fix: Non-animated scrollTo calls now precompute the target range before scrolling, preventing temporary blank content around the destination.
5
+ - Fix: scrollToIndex was landing at the wrong location on iOS in some scenarios
6
+
1
7
  ## 3.0.0
2
8
 
3
9
  - Feat: Web support
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@legendapp/list",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
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,