Skip to content

Latest commit

 

History

History
89 lines (49 loc) · 2.9 KB

CHANGELOG.md

File metadata and controls

89 lines (49 loc) · 2.9 KB

v0.2.2

  • Fixes #94

v0.2.1

  • Added ability to get viewPortItems as a field instead of event
  • Added easier ability of using window scrollbar

v0.2.0

  • Added ability to put other elements inside of scroll (Need to wrap list itself in @ContentChild('container'))
  • Added ability to use any parent with scrollbar instead of this element (@input() parentScroll)

v0.1.8

  • fixes #74
  • fix buffer for scroll to top amount #71

v0.1.7

  • import rxjs operators and object needed instead of RxJS library itself

v0.1.6

  • improve performance by using Observables for scroll event
  • add attribute selector
  • fixes #39 - infinite event loop with empty items array

v0.1.5

  • Bug fix: the data to "jump" once scrolled to the bottom, because maxStart is assumed to be evenly divisible by the number of items in each row. #32

v0.1.4

  • Bug fix: ensure that onScrollListener is actually defined before removing #25

v0.1.3

  • Feature: Add event "start", to be fired when at the beginning of the list
  • Feature: Add event "end", to be fired when at the end of the list
  • Bug Fix: BUG infinite request on (change) - use "end" instead of "change" #20

v0.1.2

  • Feature: Fire change event after startup #21

v0.1.1

  • Bug Fix: Update to lower amount of Elements, scroll issue, empty space on bottom #22

v0.1.0

v0.0.9

v0.0.8

v0.0.7

v0.0.6

  • Updating documentation

v0.0.5

v0.0.4

  • BREAKING CHANGE: Removed marginX and marginY. These are auto calculated now.
  • Added support for list items with variable width and height. Use childWidth and childHeight
  • Performance turning: removed padding using height. Now uses transform.

v0.0.3

  • Bug fix: virtual-scroll.js:73 Uncaught ReferenceError: __decorate is not defined #1

v0.0.2

  • Initial version