Skip to content

Releases: aurelia/ui-virtualization

0.4.0

29 Mar 14:20
Compare
Choose a tag to compare

Bug Fixes

  • array-virtual-repeat-strategy:
    • add new items to the distance to bottom view port (60383100)
    • queue changes when animating (c4fff68b)
    • do not remove views when less than max rendered (312f4caf)
    • handel added items when scrolled to bottom (ed3b014c)
    • handle remove from bottom and top (46c8ba71)
  • utilities: rename updateOverrideContexts to updateVirtualOverrideContexts (c879a08f)
  • view-strategy:
  • virtual-repeat:
    • initialize scroll at top to true (7264d3d6)
    • stop updating when scrolling passed the list (b7c19e6f)
    • move views at top and bottom when virtualised (7775796e)
    • remove resize handling (029e6efb)
    • support fixed height container (80704074)
    • do not move view when at top or bottom (dce3107a)
    • handle bind with less items than whats fits in view port (9e6f121a, closes #39)
    • remove scrollList (05ecd2ff)
    • handle remove items from list (498296b1)

Features

  • TableStrategy: remove need for surrounding container (617d7570)
  • virtual-list: remove VirtualList (d52201c2)
  • virtual-repeat:
    • support multiple virtual-repeat after each other (5e99c07e)
    • no need for surrounding container (37c68bbd)
    • support inline virtualization (4805482c)

aurelia-ui-virtualization 0.3.2

01 Mar 16:44
Compare
Choose a tag to compare

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:

aurelia-ui-virtualization v0.3.0

16 Nov 21:33
Compare
Choose a tag to compare
chore(all): prepare release 0.3.0

aurelia-ui-virtualization

10 Nov 19:37
Compare
Choose a tag to compare

0.2.0 (2015-11-10)

Bug Fixes

  • index: update to latest configuration api (f87a32dc)
  • virtual-list: remove css class (3d282b29)
  • virtual-repeat:
    • update to latest templating (62eb8490)
    • update executionContext to bindingContext (e29c46f0)
    • use parentNode instead of parentElement on the injected element (66d05bbe, closes #4)

Features

  • all:
    • handle home, end, pgup, pgdown keys (9c27a091, closes #10)
    • add initial implementation (58cae757)
  • sample: add ui-virtualization demo (644bbe33, closes #17)