vertical-collection
vertical-collection copied to clipboard
Infinite Scroll and Occlusion at > 60FPS
There is something in the vertical collection test suite which periodically hangs the action runner. Extending the timeout to 15 minutes doesn't make it more likely we get a green...
Adopt native getters ahead of a v4 release which only supports Ember 3.12+.
tests will fail in unpredictable patterns, and this is somewhat hidden by CI timing out. Obervable in #381 where a readme change leads to failures.
Satisfying the proposal in https://github.com/html-next/vertical-collection/issues/362, start implementing a v4 which: * Drops support for Ember < 3.12-LTS. * Drops support for Ember CLI 2.x. * v2 Ember addon? Is this...
Requires: https://github.com/html-next/vertical-collection/pull/370 ^ - any commits from here are also present in this diff until merged For Ember 4 - we can't re-open Ember.Component (VerticalCollection.reopenClass) - we can't use ember-cli-htmlbars@v5...
Following https://github.com/html-next/vertical-collection/issues/341, I propose a 4.0 branch and release. Goals: * Drop support for Ember < 3.12-LTS. * v2 Ember addon? Is this even possible with the above constraint? I'm...
This is a straightforward fix for https://github.com/html-next/vertical-collection/issues/317. We tried a more sophisticated fix https://github.com/html-next/vertical-collection/pull/324, but the error didn't vanish - it rather started to appear more seldom. So eventually we...