Skip to content

1.0.0-beta.5

Compare
Choose a tag to compare
@EisenbergEffect EisenbergEffect released this 27 Mar 23:49
· 50 commits to master since this release

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)