ember-table icon indicating copy to clipboard operation
ember-table copied to clipboard

Proposal: Ember Table 5

Open mixonic opened this issue 3 years ago • 1 comments
trafficstars

Building atop https://github.com/html-next/vertical-collection/issues/362 and https://github.com/html-next/vertical-collection/pull/372, I propose a 5.0 release of Ember Table.

  • Support Ember 3.12+
  • Require vertical-collection 4.x
  • Change various calculations which rely on browser APIs that were presumed to return accurate values, but actually return rounded integers: https://github.com/Addepar/ember-table/pull/948
  • Register the raf waiter as part of the setupForTest API https://github.com/Addepar/ember-table/issues/956
  • Only document/test <EmberTable /> style invocation over curly invocation.

What else?

mixonic avatar Jul 21 '22 01:07 mixonic

Those things look good on this end 👍

acorncom avatar Jul 21 '22 09:07 acorncom