Skip to content

Latest commit

 

History

History
53 lines (29 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

53 lines (29 loc) · 1.06 KB

svelte-virtual-list changelog

3.0.1

  • Prevent missing itemHeight prop warning

3.0.0

  • Update for Svelte 3

2.2.1

  • Rename viewportHeight to _viewportHeight
  • Initialise _viewportHeight to avoid missing data warning

2.2.0

  • Update when viewport changes size (#3)

2.1.2

  • Compensate for unexpected heights when scrolling up
  • Use leading underscores for internal properties

2.1.1

  • Handle changes to items (#5)

2.1.0

  • Add itemHeight property for optimized rendering where possible (#11)

2.0.1

  • Fix pkg.svelte

2.0.0

  • Update for Svelte v2
  • Spread data onto rows, rather than using special row key

1.1.0

  • height option (#1)
  • Props are passed down to rows (#4)

1.0.1-2

  • Fix pkg.files

1.0.0

  • First release