egjs-infinitegrid

A module used to arrange card elements including content infinitely on a grid layout.

MIT License

Downloads
34.4K
Stars
2.2K
Committers
14
egjs-infinitegrid - 3.4.2 Release (2018-09-07)

Published by daybrush about 6 years ago

bugs

  • Infinite scroll called more than once #220
egjs-infinitegrid - 3.4.1 Release (2018-09-04)

Published by daybrush about 6 years ago

Change

  • Support Tree Shaking #214
egjs-infinitegrid - 3.4.0 Release (2018-07-22)

Published by daybrush over 6 years ago

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
egjs-infinitegrid - 3.3.6 Release (2018-06-22)

Published by daybrush over 6 years ago

bugs

  • Fix an issue where containerOffset is not correct(#193)
egjs-infinitegrid - 3.3.5 Release (2018-05-24)

Published by daybrush over 6 years ago

bugs

  • error occurs when the size of the container is odd (#169)
egjs-infinitegrid - 3.3.4 Release (2018-05-14)

Published by daybrush over 6 years ago

bugs

  • JustifiedLayout use size variable(#164)
egjs-infinitegrid - 3.3.3 Release (2018-05-07)

Published by daybrush over 6 years ago

bugs

  • During loading image, if getStatus and setStatus, don't append and prepend (#157)
egjs-infinitegrid - 3.3.2 Release (2018-04-27)

Published by daybrush over 6 years ago

Bugs

  • SquareLayout calculates the wrong outline number(#143)
egjs-infinitegrid - 3.3.1 Release (2018-04-16)

Published by daybrush over 6 years ago

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
egjs-infinitegrid - 3.3.0 Release (2018-04-04)

Published by daybrush over 6 years ago

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
egjs-infinitegrid - 3.2.4 Release (2018-02-13)

Published by daybrush over 6 years ago

Release:

Features

  • supports Layout instance in 'setLayout' method #104
  • add 'column' option in JustifiedLayout #105
egjs-infinitegrid - 3.1.4 Release (2018-01-26)

Published by daybrush over 6 years ago

Bugs:

  • support fill method (#98)
egjs-infinitegrid - 3.1.2 Release (2018-01-10)

Published by daybrush almost 7 years ago

Bugs:

  • remove unnecessary code (#93)

3.1.1 Bugs

  • fixed a blank bug when scrolling up during image processing (#91)
egjs-infinitegrid - 3.1.0 Release (2018-1-10)

Published by daybrush almost 7 years ago

Features:

  • add imageError event (#1)
  • support image providing data attribute (#58)
  • improve isEqualSize option (#85)
egjs-infinitegrid - 3.0.0 release (2017-12-19)

Published by sculove almost 7 years ago

InfiniteGrid 3.0.0 rewrote 2.0.0 to provide various layouts.
this new version of InfiniteGrid had following features:

  1. provides various layouts
  1. provides horizontal and vertical directions.
    • provides horizontal option.
  2. improves usability.
    • No more requests. It is caching previous added items.
    • No more count option is required. It is automatically adjusted internally according to the size of the screen.

if you some detail, check following link
https://github.com/naver/egjs-infinitegrid/wiki/Migrating-from-v2.0-to-v3.0

egjs-infinitegrid - 2.1.1 release (2017-11-03)

Published by sculove almost 7 years ago

Bugs

  • when infiniteGrid is resized face a problem (#52)
egjs-infinitegrid - 2.1.0 release (2017-09-21)

Published by sculove about 7 years ago

Features:

  • save/restore scroll position in get/setStatus (#36)
  • add isTrusted property in event (#33)

Chore tasks:

  • add type definition (#23)
  • provide sourceMap (#26)
egjs-infinitegrid -

Published by sculove about 7 years ago

Release 2.0.0

Package Rankings
Top 1.92% on Npmjs.org
Related Projects