Vue Virtual Scroll Grid Versions Save

A Vue 3 component that can render a list with 1000+ items as a grid in a performant way.

v1.11.0

6 months ago

1.11.0 (2023-10-31)

Bug Fixes

Features

  • export all items memoized by the grid (0ba9ce4)

v1.10.2

1 year ago

1.10.2 (2023-04-01)

Bug Fixes

v1.10.1

1 year ago

1.10.1 (2022-12-20)

Bug Fixes

  • listen for scroll events on windows when the scroll parent is the document (4843c44)

v1.10.0

1 year ago

1.10.0 (2022-10-14)

Features

  • support running inside a native web component (5e33290)

v1.9.0

1 year ago

1.9.0 (2022-09-29)

Features

v1.8.0

1 year ago

1.8.0 (2022-09-27)

Features

  • add prop respectScrollToOnResize (6d9b9b6)

v1.7.2

1 year ago

1.7.2 (2022-09-27)

Bug Fixes

  • respect scrollTo during resizing of grid container (4ef4689)

v1.7.1

1 year ago

1.7.1 (2022-06-24)

Bug Fixes

  • correctly render multiple visible pages when pageProvider changes (#232) (8da68da)

v1.7.0

1 year ago

1.7.0 (2022-06-05)

Features

  • use dynamic component to define container element (#229) (d2e9875)

v1.6.1

1 year ago

1.6.1 (2022-06-04)

Bug Fixes