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.8.3 Release (2021-05-26)

Published by daybrush over 3 years ago

  • @egjs/infinitegrid 3.8.3
  • @egjs/ngx-infinitegrid 3.2.4
  • @egjs/react-infinitegrid 3.2.4
  • @egjs/vue-infinitegrid 3.2.4
  • @egjs/svelte-infinitegrid 3.2.4

Fixed

  • Fix that Append breaks after resize up #399
egjs-infinitegrid - 3.8.2 Release (2021-04-14)

Published by daybrush over 3 years ago

  • @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
egjs-infinitegrid - 3.8.1 Release (2021-02-05)

Published by daybrush over 3 years ago

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
egjs-infinitegrid - 3.8.0 Release (2020-02-03)

Published by daybrush over 3 years ago

Added

  • Add row options to JustifiedLayout #382

Fixed

  • Fix that there is a flickering issue when using useFirstRender #379
egjs-infinitegrid - 3.7.0 Release (2020-12-04)

Published by daybrush almost 4 years ago

  • @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
egjs-infinitegrid - 3.6.3 Release (2020-05-06)

Published by daybrush over 4 years ago

  • @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
egjs-infinitegrid - 3.6.2 Release (2020-01-30)

Published by daybrush over 4 years ago

  • @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
egjs-infinitegrid - 3.6.1 Release (2020-01-16)

Published by daybrush almost 5 years ago

  • @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
egjs-infinitegrid - 3.6.0 Release (2019-11-07)

Published by daybrush almost 5 years ago

Added

  • Add removeByIndex method #282

Fixed

  • Apply infinitegrid to the framework feature #282
egjs-infinitegrid - 3.5.5 Release (2019-07-25)

Published by daybrush over 5 years ago

Bugs

  • Cannot read property 'tagName' of null #283
egjs-infinitegrid - 3.5.4 Release (2019-05-10)

Published by daybrush over 5 years ago

Bugs

  • I have data to prepend, but it doesn't work. in react-infinitegrid #280
egjs-infinitegrid - 3.5.3 Release (2019-03-29)

Published by daybrush over 5 years ago

Bugs

  • If display is none, width will be rendered to zero. #277
egjs-infinitegrid - 3.5.2 Release (2019-01-24)

Published by daybrush almost 6 years ago

Bugs

  • I'd like to apply Parallax function. #267
egjs-infinitegrid - 3.5.1 Release (2019-01-14)

Published by daybrush almost 6 years ago

Changed

  • Transpile TypeScript #240
  • Update JSDOC #263

Bugs

  • If you delete all the items and append the items again, an error will occur. #259
egjs-infinitegrid - 3.5.0 Release (2018-11-26)

Published by daybrush almost 6 years ago

Features

  • Add updateItem, updateItems method in InfiniteGrid feature #241

Changes

  • Separate Layout from InfiniteGrid #246
  • Fix getting started page #247
  • Switch Rollup from webpack #239
egjs-infinitegrid - 3.4.7 Release (2018-11-12)

Published by daybrush almost 6 years ago

Bugs

  • Type errors when building in typescript environment. #238
  • The main page does not appear in IE. #237
  • Scrolling stops when items are added in IOS #236
  • See flickering in the first layout. #234
egjs-infinitegrid - 3.4.6 Release (2018-10-15)

Published by daybrush about 6 years ago

Bugs

  • global.window affects other modules in node.js #232
  • If the InifiniteGrid viewer is below, the scroll is focused down. bug #230
egjs-infinitegrid - 3.4.5 Release (2018-10-12)

Published by daybrush about 6 years ago

Bugs

  • There is no append request when there are no children(#228)
egjs-infinitegrid - 3.4.4 Release (2018-10-04)

Published by daybrush about 6 years ago

Bugs

  • When you call setStatus, the DOMs are added in reverse order. [#225]
  • TypeError: Right-hand side of 'instanceof' is not an object when use jQuery.noConfilct(true) bug [#223]
egjs-infinitegrid - 3.4.3 Release (2018-09-19)

Published by daybrush about 6 years ago

bugs

  • The layout is broken when resizing after scrolling while using the isEqualSize option. #221
Package Rankings
Top 1.92% on Npmjs.org
Related Projects