Skip to content

Releases: MissingCore/legend-list

v1.0.6.1

30 Apr 02:41
Compare
Choose a tag to compare
v1.0.6.1 Pre-release
Pre-release

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 when data 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

  1. Run dist script (build package, go to dist folder, create tarball with npm pack).
  2. Attach tarball file to GitHub release.

v1.0.3.1

25 Apr 21:03
Compare
Choose a tag to compare
v1.0.3.1 Pre-release
Pre-release

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 when data changes.
  • Add resetWithUndefined prop to reset the container key with undefined instead of null (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

  1. Run dist script (build package, go to dist folder, create tarball with npm pack).
  2. Attach tarball file to GitHub release.