Skip to content

Releases: aurelia/ui-virtualization

1.0.0-rc3

20 Apr 03:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0-rc2...1.0.0-rc3

1.0.0-rc2

08 Sep 12:48
Compare
Choose a tag to compare
chore(all): prepare release 1.0.0-rc2

1.0.0-rc1

12 Jun 03:55
Compare
Choose a tag to compare

aurelia-ui-virtualization 1.0.0-rc1

Bug Fixes

  • all: change es2015 back to native-modules (f20a86d)
  • array-strategy: correctly compare index against count (3294d3f)
  • repeat: sometimes getMore is not called (99bb972)
  • virtual-repeat: handle getMore when there's no scroll and all items are in range (7a60f54)

1.0.0-beta.7

06 May 03:09
Compare
Choose a tag to compare

aurelia-ui-virtualization 1.0.0-beta.7

Bug Fixes

  • repeat: ensure revert mutation handling (869bc34)

1.0.0-beta.6

28 Mar 23:47
Compare
Choose a tag to compare

aurelia-ui-virtualization 1.0.0-beta.6

Bug Fixes

  • utilities-dom: use window.getComputedStyle for hasOverflowScroll (4b015d2)

Features

  • template-strategy-default: walk up the DOM tree and determine what element will be scroller for virtual repeat (6ebf907)

1.0.0-beta.5

27 Mar 23:49
Compare
Choose a tag to compare

aurelia-ui-virtualization 1.0.0-beta.5

Bug Fixes

  • array-repeat: properly check when to ignore update views (9b9d5b7)
  • array-repeat: properly handle end of array instanceChanged() (f44eb98)
  • commands: separate test / test watch, fix ci (f2f6fbc)
  • interfaces: properly handle first/last element gets (eb6e4a3)
  • repeat: add sizing handler (7f41efa)
  • repeat: correct calculate distance to scroller for top buffer (75b6ad5)
  • repeat: correctly handle mutation (2a9eaf5)
  • repeat: handle mutation properly (eafbfe1)
  • repeat: keep scroll up/down states when handling scroll (a6d6bfa)
  • repeat-scrolling: correctly determine scrolltop when scrollr el is not documentElement (e8e14a1)
  • tests: adjust tbodies/tr tests, better description (6610116)
  • tests: adjust tbodies/tr tests, better description (6d77586)
  • tests: update/add tests, add comments, rename variables for better readability (fe9f433)
  • virtual repeat: prepare new tests, add examples (fd45928)
  • virtual-repeat: properly calc for fixheight ct (5171740)

Features

  • repeat: add ability to update buffer without handling scroll (f3b7195)

1.0.0-beta.4

19 Jan 07:16
Compare
Choose a tag to compare

aurelia-ui-virtualization 1.0.0-beta.4

Bug Fixes

  • doc: adjust development doc (45d12ab)
  • doc: readme typo, thanks @avrahamcool (14a810c)
  • scroll-next: invoke get more items in init if items length small (fa6af8c), closes #129
  • virtual-repeat: better handles repeating with table row / table body (a09d2a8), closes #84 #128
  • virtual-repeat: remove buffer size (c9de65b)
  • virtual-repeat: remove debug statement (bf2c872)

Features

  • template-strategy: adjust tbody template strategy (c1fe513)
  • template-strategy: diff between tbody and tr (8271abe)
  • template-strategy: fix issue with calculating top buffer distance (a5cb084)

1.0.0-beta.3.3.2

02 Jul 04:18
Compare
Choose a tag to compare

Dependency update.

1.0.0-beta.3.3.1

21 Jun 04:52
Compare
Choose a tag to compare
  • Update deps.

1.0.0-beta.3.3.0

03 Mar 23:16
Compare
Choose a tag to compare

aurelia-ui-virtualization 1.0.0-beta.3.3.0

Features

  • VirtualRepeat: handle null / undefined, empty collection (6f92c31)