Releases: aurelia/ui-virtualization
Releases · aurelia/ui-virtualization
1.0.0-rc3
1.0.0-rc2
chore(all): prepare release 1.0.0-rc2
1.0.0-rc1
aurelia-ui-virtualization 1.0.0-rc1
Bug Fixes
1.0.0-beta.7
1.0.0-beta.6
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
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
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
1.0.0-beta.3.3.2
Dependency update.
1.0.0-beta.3.3.1
- Update deps.
1.0.0-beta.3.3.0
aurelia-ui-virtualization 1.0.0-beta.3.3.0
Features
- VirtualRepeat: handle null / undefined, empty collection (6f92c31)