Skip to content

Commit 92f37e7

Browse files
committed
chore(release): 1.6.4
1 parent c217402 commit 92f37e7

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.6.4](https://github.com/marcocesarato/react-native-big-list/compare/v1.6.2...v1.6.4) (2025-10-08)
6+
7+
8+
### Bug Fixes
9+
10+
* enhance BigList item rendering by ensuring valid keys for controlled items and suppress specific deprecation warnings in Jest setup ([d911ffc](https://github.com/marcocesarato/react-native-big-list/commit/d911ffcf4691cb51f0b5cd184171f07da14058f6))
11+
512
### [1.6.3](https://github.com/marcocesarato/react-native-big-list/compare/v1.6.2...v1.6.3) (2025-10-08)
613

714
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-big-list",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"description": "High-performance, virtualized list for React Native. Efficiently renders large datasets with recycler API for smooth scrolling and low memory usage. Ideal for fast, scalable, customizable lists on Android, iOS, and web.",
55
"keywords": [
66
"react-native-big-list",
@@ -93,11 +93,11 @@
9393
"lint-staged": "^13.2.0",
9494
"metro-react-native-babel-preset": "^0.77.0",
9595
"prettier": "^2.8.7",
96-
"react": "^19.2.0",
96+
"react": "^19.2.0",
9797
"react-native": "^0.81.4",
9898
"react-native-builder-bob": "^0.20.4",
9999
"react-native-svg-mock": "^2.0.0",
100-
"react-test-renderer": "^19.2.0",
100+
"react-test-renderer": "^19.2.0",
101101
"standard-version": "^9.5.0",
102102
"typescript": "^4.5.2",
103103
"yarpm": "^1.2.0"

0 commit comments

Comments
 (0)