Skip to content

aurelia-ui-virtualization 0.3.2

Compare
Choose a tag to compare
@EisenbergEffect EisenbergEffect released this 01 Mar 16:44
· 350 commits to master since this release

Bug Fixes

  • ScrollHandler: make ScrollHandler transient (afd6436b, closes #15)
  • all: remove core-js and fix package for jspm (4cec9f13)
  • array-virtual-repeat-array-strategy: support iterating custom elements (6381eb27)
  • array-virtual-repeat-strategy:
    • get first index by looking at view index (bd52bc9d)
    • update to work with latest templating-resources (0b442c11)
  • virtual-repeat:
    • correctly remove EventListener (fd39c211)
    • blank rows when swapping arrays with different lengths (2eadedef)
    • issue when scrolled to bottom and new items added (561e1422)
    • set isLastIndex to false on detached (4ff76899)
    • reset sizes on deteched (cdee18db)
    • sync scroll margin with scroll animation (e9a27a60)

Features

  • all:
    • introduce strategy pattern (b8f23ea1)
    • update to use override context (0e0f3e65)
  • virtual-repeat: