Skip to content

Releases: Mikescops/vue-virtual-grid

v2.5.0: Improve compatibility

05 May 09:48
06dcf20
Compare
Choose a tag to compare

What's Changed

  • allow to use the scrolling container inside a div
  • child elements now have a class to target them
  • fix warning on component name

New Contributors

Full Changelog: v2.4.0...v2.5.0

v2.4.0: Migrate to Vite builder

16 Feb 12:57
0d485f3
Compare
Choose a tag to compare

/!\ Potential breaking changes in the import of the module.

As vuecli is deprecated, this version uses Vite to build the library. This is the first step into Vue3 migration.

TS types are also included in this release.

Some additional fixes are coming along.

Kudos to those useful resources:

v2.3.0: Better infinite scroll rendering

15 Dec 12:58
0bbe61b
Compare
Choose a tag to compare
  • Infinite scroll is no more stuck on big screens and also more reliable when resizing windows.
  • Dependencies have been updated.

Events handler for children

21 Oct 07:30
2e020b3
Compare
Choose a tag to compare

New feature:

  • Grid now supports any events attached to it and will pass them to its children components.

New interface and loader

13 Oct 12:22
cd1d68c
Compare
Choose a tag to compare

Breaking changes:

  • We don't handle storage of items list anymore, it should be passed as prop as of now. The updateFunction should now return a Promise that defines if the infinite scroll has reached the bottom.
  • We don't handle the offset increment anymore, it should be done by the parent component.

New features:

  • Loading component prop can be set to display a component when the updateFunction is still running.
  • Debug prop can be set to display the debugging console logs.

Dependencies are up to date.

Bugfix

08 Oct 10:19
3aed32d
Compare
Choose a tag to compare

Bug fix for responsivity

More customization

07 Oct 20:37
e1297f3
Compare
Choose a tag to compare

Improvements:

  • customize margin for infinite scroll trigger
  • optional width to prevent height change
  • resetGrid method to clear the grid

Async update of content

07 Oct 18:39
19017f9
Compare
Choose a tag to compare

Breaking change:

  • updateFunction is now async because it is likely you fetch the content asynchronously.

Improvements:

  • faster rendering with computed vars

Improve customization

05 Oct 12:28
99e3b51
Compare
Choose a tag to compare

New features:

  • customize even more the behavior of the grid by defining gaps, column number, windowing trigger...
  • customize the injected parameters to fit your needs!

The Typescript support is also enhanced!

Initial Release

04 Oct 20:52
cdb68bd
Compare
Choose a tag to compare