Skip to content

Releases: apleshkov/mega-grid

v0.3.3

08 Feb 16:15
Compare
Choose a tag to compare
  • Content overlay hiding fix

v0.3.2

08 Feb 14:28
Compare
Choose a tag to compare
  • Added grids' onScroll options: once and signal.

v0.3.1

08 Feb 09:42
Compare
Choose a tag to compare
  • fix: item count overflow
  • new grids' method: setContentInset(inset: Inset) to update content inset for an already instantiated grid

v0.3.0

31 Jan 15:01
Compare
Choose a tag to compare
  • Breaking changes:
    • New Inset's constructor signature constructor(left = 0, top = 0, right = 0, bottom = 0) -> constructor(values?: { top?: number, right?: number, bottom?: number, left?: number }) to simplify its usage

v0.2.3

14 Dec 14:59
Compare
Choose a tag to compare

Scroll position fix

v0.2.2

14 Dec 14:58
Compare
Choose a tag to compare

Attempt to fix scrolling to first element if there's a content inset

v0.2.1

30 Nov 11:59
Compare
Choose a tag to compare
  • Non-matching overflows are hidden now
  • Grids' class name added

v0.2.0

28 Nov 14:20
Compare
Choose a tag to compare
  • Breaking changes:
    • Cell's update signature changed: item is the first argument now
    • Grids' disconnect replaced with the unmount(removing: boolean) method
  • Horizontal Grid's setItemCount method fixed
  • Cell's optional unmount method added
  • Other minor updates and fixes

v0.1.0

26 Oct 14:04
Compare
Choose a tag to compare

Initial release