vertical-collection icon indicating copy to clipboard operation
vertical-collection copied to clipboard

Infinite Scroll and Occlusion at > 60FPS

Results 81 vertical-collection issues
Sort by recently updated
recently updated
newest added

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+.

4.0

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...

4.0

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...

mostly to check why tests are hanging/failing

documentation

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...

4.0

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...