Skip to content

Releases: aurelia/ui-virtualization

1.0.0-beta.3.2.0

20 Dec 05:37
Compare
Choose a tag to compare

aurelia-ui-virtualization 1.0.0-beta.3.2.0

Bug Fixes

  • VirtuaRepeat: don't calcuate size when not attached (0f03dff)

1.0.0-beta.3.1.2

23 Oct 09:47
Compare
Choose a tag to compare

aurelia-ui-virtualization 1.0.0-beta.3.1.2

Bug Fixes

  • virtual-repeat: Changing the items to emty array from scrollable list (0e0b702)

1.0.0-beta.3.1.1

02 Oct 08:04
Compare
Choose a tag to compare

aurelia-ui-virtualization 1.0.0-beta.3.1.1

Bug Fixes

  • virtual-repeat: Correctly handle items array smaller than elements in view (d14a391), closes #111

1.0.0-beta.3.1.0

07 Apr 03:47
Compare
Choose a tag to compare

aurelia-ui-virtualization 1.0.0-beta.3.1.0

Bug Fixes

  • virtual-repeat: handle array changes correctly (b861aa6)

1.0.0-beta.3.0.2

07 Dec 06:57
Compare
Choose a tag to compare

aurelia-ui-virtualization 1.0.0-beta.3.0.2

Bug Fixes

  • recalute height when source array is re-initialized (c81afad)
  • virtual-repeat: removed extra declaration (b3e783c)

1.0.0-beta.3.0.1

31 Aug 13:51
Compare
Choose a tag to compare

1.0.0-beta.3.0.1 (2016-08-31)

Bug Fixes

  • virtual-repeat: check for infinite-scroll attribute (c779738)

1.0.0-beta.3.0.0

26 Aug 15:50
Compare
Choose a tag to compare

aurelia-ui-virtualization 1.0.0-beta.3.0.0 (2016-08-26)

Bug Fixes

  • package.json: change package.json to properly define resources (4da877f)
  • virtual-repeat: make infinite scroll work with initial small page size (cb135a2)
  • virtual-repeat: make initially hidden elements display correctly (319cc59)

Code Refactoring

  • all: rename virtual-repeat-next to infinite-scroll-next (b7ff555)

Features

  • virtual-repeat: allow use of .call on virtual-repeat-next (2d1789b)

BREAKING CHANGES

  • all: Renamed virtual-repeat-next to
    infinite-scroll-next to provide more meaning to the attribute.

1.0.0-beta.2.0.0

27 Jul 17:53
Compare
Choose a tag to compare
  • Version bump

1.0.0-beta.1.0.2

12 Jul 18:00
Compare
Choose a tag to compare

1.0.0-beta.1.0.2 (2016-07-12)

Bug Fixes

  • dist: restore release dist folder (45f74be)
  • table-strategy: move buffer elements outside of table (1fe64a6), closes #46

Features

  • all: support infinite scroll (9a3b965)
  • virtual-repeat: pass location state to scroll callback (29418bf)

1.0.0-beta.1.0.1

06 Jul 19:03
Compare
Choose a tag to compare

1.0.0-beta.1.0.1 (2016-07-06)

Bug Fixes

  • template-strategy: move views correctly (5b5e6e6), closes #68