Releases: coxcore/react-loop-item
Releases · coxcore/react-loop-item
v1.1.4
01 Dec 15:57
Compare
Sorry, something went wrong.
No results found
Etc
Remove prop-types from peerDependencies
Modify README
v1.1.3
23 Nov 05:48
Compare
Sorry, something went wrong.
No results found
Etc
Fix peerDependencies warning
Add license file (MIT License)
v1.1.2
04 Oct 00:56
Compare
Sorry, something went wrong.
No results found
Features
restore memo feature
Changed to adding the Memo component without returning the target component using a function.
v1.1.1
03 Oct 13:11
Compare
Sorry, something went wrong.
No results found
Features
remove memo feature
Implemented not conforming to hook convention.
v1.1.0
03 Oct 08:45
Compare
Sorry, something went wrong.
No results found
Features
component: ListWrap
props: tag, memo
ListWrap
List Wrap component creates a tag that wraps the item.
tag
tag is props for ListWrap, sets the tag name to wrap the item to be repeated.
memo
Enabling memo option will cache each item using React useMemo.
v1.0.0
04 Dec 16:16
Compare
Sorry, something went wrong.
No results found
Features
component: LoopItem
props: Item, list, each, instead, hidden
method: loop
Etc
provides type definition.