adopted-ember-addons / ember-light-table

Lightweight, contextual component based table for Ember
http://adopted-ember-addons.github.io/ember-light-table/
MIT License
312 stars 131 forks source link

Convert positional params to named params #809

Closed maxwondercorn closed 2 years ago

RobbieTheWagner commented 2 years ago

This will be a major breaking change, but I do think it is necessary.

maxwondercorn commented 2 years ago

Yes, we need this to complete internal conversion to angle brackets. Hopefully for most apps table would be the only change. row, column and maybe others if they are extending components.

I have a somewhat ~almost~ complete conversion to native classes once this is merged