Skip to content

Releases: naver/egjs-infinitegrid

3.8.2 Release (2021-04-14)

14 Apr 01:43
Compare
Choose a tag to compare
  • @egjs/infinitegrid 3.8.2
  • @egjs/ngx-infinitegrid 3.2.3
  • @egjs/react-infinitegrid 3.2.3
  • @egjs/vue-infinitegrid 3.2.3
  • @egjs/svelte-infinitegrid 3.2.3

Fixed

  • If the order of items is changed or added, rendering is not possible #391

3.8.1 Release (2021-02-05)

05 Feb 11:27
Compare
Choose a tag to compare

Fixed

  • If you use the useFirstRender prop and have multiple groups, you get an error. #386
  • When the row option is used, the positions of the last few items are not set. #384

3.8.0 Release (2020-02-03)

03 Feb 09:23
Compare
Choose a tag to compare

Added

  • Add row options to JustifiedLayout #382

Fixed

  • Fix that there is a flickering issue when using useFirstRender #379

3.7.0 Release (2020-12-04)

04 Dec 13:09
Compare
Choose a tag to compare
  • @egjs/infinitegrid 3.7.0
  • @egjs/ngx-infinitegrid 3.1.0
  • @egjs/react-infinitegrid 3.1.0
  • @egjs/vue-infinitegrid 3.1.0
  • @egjs/svelte-infinitegrid 3.1.0

Added

  • Support Native Lazy Loading #354
  • Add resizeDebounce, maxResizeDebounce options #352
  • Add percentage option #121

3.6.3 Release (2020-05-06)

06 May 13:29
Compare
Choose a tag to compare
  • @egjs/infinitegrid 3.6.3
  • @egjs/ngx-infinitegrid 3.0.5
  • @egjs/react-infinitegrid 3.0.4
  • @egjs/vue-infinitegrid 3.0.3
  • @egjs/svelte-infinitegrid 3.0.4

Fixed

  • Fix GridLayout's prepend resort issue. #337
  • Fix SquareLayout's float point issue #336

3.6.2 Release (2020-01-30)

30 Jan 08:34
Compare
Choose a tag to compare
  • @egjs/infinitegrid 3.6.2
  • @egjs/ngx-infinitegrid 3.0.3
  • @egjs/react-infinitegrid 3.0.2
  • @egjs/vue-infinitegrid 3.0.2
  • @egjs/svelte-infinitegrid 3.0.2

Added

Fixed

  • In vanilla, calling layout () with children present will not read the groupkey. #318
  • In react, when the screen gets smaller, the layout is broken. #317

3.6.1 Release (2020-01-16)

16 Jan 10:01
Compare
Choose a tag to compare
  • @egjs/infinitegrid 3.6.1
  • @egjs/react-infinitegrid 3.0.1
  • @egjs/ngx-infinitegrid 3.0.2
  • @egjs/vue-infinitegrid 3.0.1
  • @egjs/svelte-infinitegrid 3.0.1

Fixed

  • In the framework (react, vue), the loadingBar doesn't appear at first. #313
  • svelte-infinitegrid does not work in svelte 3.12. #312
  • If no column is set in the SquareLayout, the column is unconditionally 1 and the size calculation is unconditionally 100%. #310
  • data-column is not fetched from SquareLayout bug #308

3.6.0 Release (2019-11-07)

07 Nov 07:08
Compare
Choose a tag to compare

Added

  • Add removeByIndex method #282

Fixed

  • Apply infinitegrid to the framework feature #282

3.5.5 Release (2019-07-25)

25 Jul 10:13
Compare
Choose a tag to compare

Bugs

  • Cannot read property 'tagName' of null #283

3.5.4 Release (2019-05-10)

25 Jul 10:10
Compare
Choose a tag to compare

Bugs

  • I have data to prepend, but it doesn't work. in react-infinitegrid #280