Skip to content

Releases: coxcore/react-loop-item

v1.1.4

01 Dec 15:57
93a719d

Choose a tag to compare

Etc

  • Remove prop-types from peerDependencies
  • Modify README

v1.1.3

23 Nov 05:48
1a37cd1

Choose a tag to compare

Etc

  • Fix peerDependencies warning
  • Add license file (MIT License)

v1.1.2

04 Oct 00:56
7ddd34d

Choose a tag to compare

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
f42bdd0

Choose a tag to compare

Features

  • remove memo feature
    Implemented not conforming to hook convention.

v1.1.0

03 Oct 08:45
7ddd34d

Choose a tag to compare

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
71f7a38

Choose a tag to compare

Features

  • component: LoopItem
  • props: Item, list, each, instead, hidden
  • method: loop

Etc

  • provides type definition.