-
Notifications
You must be signed in to change notification settings - Fork 353
Open
Description
Its that time again! Building on html-next/vertical-collection#400, I propose a new major version of Ember Table.
- Support Ember 3.28+ Drop < Ember 3.28 from CI #1183
- Support Node 16+
- Require vertical-collection v5 Proposal: Vertical Collection 5 html-next/vertical-collection#400
- Refactor Ember Components to Glimmer Components https://github.com/Addepar/ember-table/tree/master/addon/components (if apps inherit and extend from these, that may be a challenge and make this not worth doing)
- Change various calculations which rely on browser APIs that were presumed to return accurate values, but actually return rounded integers. This improves scaling calculation stability & accuracy in positioned items. -> Refactor offsetHeight use float-compat API #948
- Remove scss from the demo app / docs site. As at https://github.com/Addepar/ember-table/blob/master/app/styles/ember-table/default.scss. This would remove ember-cli-sass as a dev dep, and address some edge case issues that may occur per Sass issues #973
- Migrate to Volta (was already done)
- Embroider safe [CI] Add embroider-safe scenario #1157
- All PRs for 6.0 should target
masterand use the6.0label. See https://github.com/Addepar/ember-table/pulls?q=is%3Apr+sort%3Aupdated-desc+label%3A6.0+
What else?
Polve, marcemira, IgnaceMaes, whatthewhat and eflanagan0
Metadata
Metadata
Assignees
Labels
No labels