You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduced a stable release, enhancing overall stability and performance.
Added keyExtractor functionality for more efficient item rendering and updates.
Introduced onEndReached and onThreshold logic to FlexGrid and ResponsiveGrid, allowing callback function for loading more data as the user scrolls.
Refined documentation for both FlexGrid and ResponsiveGrid, including clear guidelines for keyExtractor and onEndReached logic.
Breaking Changes
The renderItem function for both FlexGrid and ResponsiveGrid components has been updated to use destructured parameters. The previous function (item, index) => void has been updated to ({item, index}) => void.
This update is aimed at improving code readability and consistency with common React patterns.