Skip to content

Releases: naver/egjs-infinitegrid

3.4.1 Release (2018-09-04)

04 Sep 11:38
Compare
Choose a tag to compare

Change

  • Support Tree Shaking #214

3.4.0 Release (2018-07-22)

22 Jul 09:54
Compare
Choose a tag to compare

Features

  • Add startLoading and endLoading parameter to infinitegrid #202
  • Add animation to move item when resize #133
  • When prepended items are layouting, card position is changed. enhancement #77
  • add useFit option to infinitegrid #185
  • Add LayoutManager module #173

Change

  • fix scroll method to Infinite module #192
  • add useContainer option to infinitegrid #186
  • Don't load after wrap layout into div enhancement #182
  • The unused variables startIndex and endIndex will be deprecated. #135

Bugs

  • getStatus and resize, then setStatus will appear differently on the screen. #200
  • after insert element and scroll up/down, Items disappear quickly and appear slowly bug #193

3.3.6 Release (2018-06-22)

27 Jun 06:40
Compare
Choose a tag to compare

bugs

  • Fix an issue where containerOffset is not correct(#193)

3.3.5 Release (2018-05-24)

24 May 09:37
Compare
Choose a tag to compare

bugs

  • error occurs when the size of the container is odd (#169)

3.3.4 Release (2018-05-14)

24 May 08:43
Compare
Choose a tag to compare

bugs

  • JustifiedLayout use size variable(#164)

3.3.3 Release (2018-05-07)

24 May 08:41
Compare
Choose a tag to compare

bugs

  • During loading image, if getStatus and setStatus, don't append and prepend (#157)

3.3.2 Release (2018-04-27)

24 May 08:38
Compare
Choose a tag to compare

Bugs

  • SquareLayout calculates the wrong outline number(#143)

3.3.1 Release (2018-04-16)

01 May 11:16
Compare
Choose a tag to compare

Bugs

  • change size to orgSize in JustifiedLayout #122

Etc

  • reduce the size of infinitegrid #130
  • add keywords in package.json #136
  • export modules from InfiniteGrid #132

3.3.0 Release (2018-04-04)

27 Mar 12:09
Compare
Choose a tag to compare

Release:

Features

  • provide api that move to some item position. #30

bugs

  • if resize, renderer's size is scrollHeight #115

Fix

  • Refactor infiniteGrid modules #100
  • support type definition for Layouts and others. #96
  • Provides tools to play the demos easily #110
  • vertical variables are unified in horizontal #112

3.2.4 Release (2018-02-13)

14 Feb 03:03
Compare
Choose a tag to compare

Release:

Features

  • supports Layout instance in 'setLayout' method #104
  • add 'column' option in JustifiedLayout #105