Releases: MissingCore/legend-list
Releases · MissingCore/legend-list
v1.0.6.1
Personal patch of v1.0.6
release of @legendapp/list
.
❗ Removed Patches
- Removed
resetWithUndefined
prop.
Applied Patches
- Make
data
prop optional. - Add
disableScrollTopOnDataChange
prop to disable scrolling to the top of the list whendata
changes.
Installation
Use the following to install @legendapp/list
in package.json
:
"@legendapp/list": "https://github.com/MissingCore/legend-list/releases/download/v1.0.6.1/legendapp-list-1.0.6.1.tgz"
Tarball Creation
- Run
dist
script (build package, go todist
folder, create tarball withnpm pack
). - Attach tarball file to GitHub release.
v1.0.3.1
Personal patch of v1.0.3
release of @legendapp/list
.
Applied Patches
- Make
data
prop optional. - Add
disableScrollTopOnDataChange
prop to disable scrolling to the top of the list whendata
changes. - Add
resetWithUndefined
prop to reset the container key withundefined
instead ofnull
(pre-beta.53
behavior).
Installation
Use the following to install @legendapp/list
in package.json
:
"@legendapp/list": "https://github.com/MissingCore/legend-list/releases/download/v1.0.3.1/legendapp-list-1.0.3.1.tgz"
Tarball Creation
- Run
dist
script (build package, go todist
folder, create tarball withnpm pack
). - Attach tarball file to GitHub release.